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 click Storage. Under Block Storage, click Volume Groups.
- Under List Scope, in the Compartment list, click the name of the compartment where the volume group was created.
- In the Volume Groups list, click the volume group you want to view the volumes for.
- To view the block volumes for the volume group, in Resources, click Block volumes.
- To view the boot volumes for the volume group, in Resources, click 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 to get details for a volume group.