Disabling Auto Rotation of Google Cloud Keys
Use the post /v1/cckm/google/keys/{id}/disable-auto-rotation
API to disable auto rotation of a Google Cloud key with the given ID.
Syntax
Here, {id}
represents the resource ID of the Google Cloud 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 Google Cloud key is disabled.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.