Listing Vault Replicas

Learn how to list replicas of a specified vault.

    1. On the Vaults list page, find the vault that you want to work with. If you need help finding the list page, see Listing Vaults.
    2. From the list, select the name of a vault that has been replicated.
    3. The Replication Details field is displayed on the Vault Information tab for vaults that have been replicated. Select View Replica Details for information on the replica of the source vault. This button only displays for vaults that have replicas.

      In the Replica Details list, view the replicas of the vault you are working with. To see details for a particular replica, use the arrow beside the name of the destination region to expand the row. The following details are available:

      • Destination Vault Name: The name of the replicated vault.
      • OCID: The unique, Oracle-assigned ID of the vault replica.
      • Management Endpoint: The service endpoint to perform management operations against. For destination vaults, management operations only include List and Get operations.
      • Cryptographic Endpoint: The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey, Sign, and Verify operations.
  • Use the oci kms management vault list-vault-replicas command and required parameters to list vault replicas:

    oci kms management vault list-vault-replicas --vault-id vault_ocid [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the 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.