Disabling Auto Rotation of OCI Keys
Use the post /v1/cckm/oci/keys/{id}/disable-auto-rotation
API to disable auto rotation of an OCI key with the given ID.
Syntax
Here, {id}
represents the resource ID of the OCI key for which automatic key rotation is to be disabled.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The automatic rotation of the specified OCI key is disabled.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.