Viewing Details of Azure Cloud Key Backups
Use the get /v1/cckm/azure/keys/{id}/backups/{backup_id}
API to view the details of a backup of an Azure cloud key.
Syntax
Here, {id}
represents the key ID, and {backup_id}
represents the key backup ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
description (optional) | string | Description of the key backup. |
name (optional) | string | Name of 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.