Fetching List of Azure Cloud Key Backups
Use the get /v1/cckm/azure/keys/{id}/backups
API to return the list of backups of an Azure cloud key. The results can be filtered using the query parameters.
Syntax
Here, {id}
represents the key ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
backup_id | string | Internal ID of the backup. |
name | string | Name of the key. |
backup | string | Name of the backup. |
vault_name | string | Name of the Azure key vault. |
subscription_id | string | ID of the subscription. |
subscription_name | string | Name of the subscription. |
region | string | Region name. |
type | string | The type of backup. It can be manual and automatic. |
gone | boolean | Fetches keys based on their existence in the cloud. |
tenant | string | Tenant ID of the Azure application. |
cloud_name | string | Name of the cloud. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
limit | integer | Numbers of records to display. For example, if "limit":10 is specified, then the next 10 records (after skipping the number of records specified in the skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.