Getting a Block Volume's Details
View a block volume's details.
- Open the navigation menu and select Storage. Under Block Storage, select Block Volumes.
- Under List Scope, in the Compartment list, select the name of the compartment where the block volume was created.
- In the Block Volumes list, select the name of the volume.
The Details page for the block volume appears. The Details page contains information about the volume, both general information and links to its resources. Some items in the page are read-only, while other items allow you to edit and update the block volume's configuration.
Use the
oci bv volume get
command and required parameters to get the details of a block volume:oci bv volume get --volume-id volume_ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the
GetVolume
operation and specify thevolumeId
attribute to get the details for a block volume.