Enabling Key for Backup Job
Use the post /v1/cckm/azure/keys/{id}/enable-backup-job
API to enable the Azure key for backup job.
Syntax
Here, {id}
represents the key ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
backup_job_config_id | string | ID of the scheduler job that will perform the key backups. |
Example Request
Example Response
The sample output shows that the key (with ID 158dcbc7-bf59-4365-a11d-eb7d7fa9ef23
) is enabled for the backup job.
To know more about response parameters, refer to Response Parameters of Key Life Cycle Management APIs.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.