Listing Vault Replicas
Learn how to list OCI vault replicas.
Open a command prompt and run
oci kms management vault change-compartment
to move a vault from one compartment to another within the same tenancy:oci kms management vault change-compartment --vault-id <target_vault_id> --compartment-id <new_compartment_id>
For example:
Open a command prompt and run
oci kms management vault get
to view the configuration details for a vault:oci kms management vault get --vault-id <target_vault_id>
For example:
oci kms management vault get --vault-id ocid1.vault.region1.sea.exampleaaacu2.examplesrcvbtqe5wgrxn2jua3olmeausn5fauxseubwu5my5tf3w3j33edq
For a complete list of parameters and values for CLI commands, see KMS CLI Command Reference.
Use the ListVaultReplicas API with the KMSVAULT API endpoint to retrieve a list of replicas of a vault in OCI.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.