Creating Azure Cloud Key Backups
Use the post /v1/cckm/azure/keys/{id}/backups
API to create a backup of an Azure cloud key.
Note
To use this API, CCKM Users should have keycreate
or keyupload
ACL.
Syntax
Here, {id}
represents the key ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
description (optional) | string | Description of the key backup. |
name (optional) | string | Name for the key backup. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.