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.
- On the Volume Groups list page, select the volume group that you want. If you need help finding the list page or the volume group, see Listing Volume Groups.
To view the volume group's volumes, select Block volumes and 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.