Updating Connection of OCI Vaults
Use the patch /v1/cckm/oci/vaults/{id}
API to update the connection of an OCI vault with the given id.
Syntax
Here, {id}
is the resource ID of the OCI vault on the CipherTrust Manager. Run the get /v1/cckm/oci/vaults
API to view the resource ID (id
) of the OCI vaults added to the CipherTrust Manager. Note that this resource id
is different from the vault_id
on OCI.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
connection | string | Name or ID of the connection that is used to manage the OCI vault. |
enable_success_audit_event (optional) | boolean | Enable or disable audit recording of successful operations within an external vault. The default value is true . If facing performance issues regarding the data-plane APIs, it is recommended to set it to false . |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.