Viewing the Job Status
Use the get /v1/cckm/sap/keys/jobs/{id}
API to view the latest status of the key operation job.
Syntax
Here, {id}
is the resource ID of the job on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Example Request
Example Response
The latest state of the job with the ID 5db60499-9f4f-4143-b963-370459d3cef1
is SUCCESS
. It indicates that the operation is successful.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.