Getting a Volume Group's Details
Get details for a volume group in the Block Volume service, including a list of the block volumes and boot volumes in the volume group.
- Open the navigation menu and select Storage. Under Block Storage, select Volume Groups.
- Under List Scope, in the Compartment list, select the name of the compartment where the volume group was created.
- In the Volume Groups list, select the volume group you want to view the volumes for.
- To view the block volumes for the volume group, in Resources, select Block volumes.
- To view the boot volumes for the volume group, in Resources, select Boot volumes.
Use the
oci bv volume-group get
command and required parameters to get details for a volume group:oci bv volume-group get --volume-group-id <volume-group-ID>
For example:
oci bv volume-group get --volume-group-id ocid1.volumegroup.oc1.phx.<unique_ID>
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetVolumeGroup operation and specify the
volumeGroupId
attribute to get details for a volume group.