Viewing a Replicated Vault's Details

Learn how to view the details of a replicated vault from another vault's details page using the OCI Console

    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. Select the name of the source vault.
    3. Select View Replica Details.
    4. The details of the replicated vault include the following:
      • Destination Region: The region in which the vault replica exists.
      • Replication State: The current state of the vault in the destination region regarding replication. (A vault's replication state is unrelated to its lifecycle state. The lifecycle state of the vault in the destination region matches the lifecycle state of the vault in the source region.)
      • Creation Date: The date that you started replicating data to the vault in the destination region.
      • Destination Vault Name: The name of the vault in the destination region.
      • OCID: The unique, Oracle-assigned ID of the vault in the destination region.
      • Management Endpoint: The endpoint to use if you need to begin sending requests for management operations to the vault in the destination region.
      • Cryptographic Endpoint: The endpoint to use in the event you need to begin sending requests for cryptographic operations to the vault in the destination region.
  • Use the oci kms management vault get command and required parameters to get a vault replica's details information:

    oci kms management vault get --vault-id <replica_vault_ocid> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the GetVault API to get a replicated vault's details information.

    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.