Viewing Details of an Update All Versions Operation
Use the post /v1/cckm/google/update-all-versions-jobs/{id}
API to view the details of an update all versions job with the given ID.
Syntax
Here, {id}
represents the resource ID of the update all versions job on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output displays details such as "overall_status"
, "detailed_status"
, "key_id"
, number of key versions ("version_count"
), and "operation"
of an update all versions job with the ID 778a1024-dc18-49cb-833b-cfd6c000c090
.
In the sample output above, the message "Successfully updated all key versions state."
indicates that the "disable"
operation is successfully "completed"
on two versions of a Google Cloud key.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.