Adding OCI Vaults
Use the post /v1/cckm/oci/add-vaults
API to add an OCI vault to the CipherTrust Manager as a container.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
connection | string | Name or ID of the OCI connection. |
region | string | Name of the OCI region where the vault is to be added. |
vault_id | array of strings | List of IDs of the OCI vaults to be added. |
bucket_name | string | Name of the OCI bucket for creating key backups of HSM-protected keys for Virtual Private Vaults (VPVs). The bucket should be in the same region as the vault. You must have appropriate read/write permissions on this bucket. |
bucket_namespace | string | Namespace of the OCI bucket, bucket_name . This parameter is required if bucket_name is specified. |
Note
If bucket_name
and bucket_namespace
are not specified, the keys cannot be backed up while syncing vaults.
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.