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.

    1. Open the navigation menu and click Storage. Under Block Storage, click Volume Groups.
    2. Under List Scope, in the Compartment list, click the name of the compartment where the volume group was created.
    3. In the Volume Groups list, click the volume group you want to view the volumes for.
    4. To view the block volumes for the volume group, in Resources, click Block volumes.
    5. 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.