Getting a Vault's Details
Learn how to get the an OCI vault's details.
- 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.
- From the list of vaults in the compartment, select a vault name to see its details.
The Vault Information section displays the following vault details: - Compartment: The name of the compartment that contains the vault.
- OCID: The unique, Oracle-assigned ID of the vault.
- Created: The date and time when you initially created the vault.
- HSM Key Version Usage: The total number of key versions across all HSM-protected keys that the vault contains.
- Virtual Private: The vault is a virtual private type.
- Crytographic Endpoint: The service endpoint to perform cryptographic operations such encrypt, decrypt and so forth.
- Management Endpoint: The service endpoint to perform management operations such as "create, get,list, delete and so forth.
Use the oci kms management vault get command and required parameters to get a vault's details information:
oci kms management vault get --vault-id <vault_ocid> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the GetVault API with the KMSVAULT API endpoint to get a 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.