Getting Details for a Backup Policy
Retrieve details for a backup policy in Block Volume. You can get details for both Oracle-defined and user-defined backup policies.
- On the Backup Policies list page, find the backup policy that you want to work with. If you need help finding the list page or the backup policies, see Listing Backup Policies.
Use the
oci bv volume-backup-policy get
command and specify the--policy-id
parameter to retrieve details for a policy:oci bv volume-backup-policy get --policy-id <backup_policy_ID>
For example:
oci bv volume-backup-policy get --policy-id ocid1.volumebackuppolicy.oc1.phx.<unique_ID>
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
GetVolumeBackupPolicy
operation and specify thepolicyId
parameter to retrieve details for a backup policy.