Viewing Details of a Synchronization Job
Use the get /v1/cckm/google/synchronization-jobs/{id}
API to view the details of a particular synchronization job with the given ID.
Syntax
Here, {id}
represents the resource ID of the synchronization job on the CipherTrust Manager. To get the ID of a synchronization job, refer to Viewing Synchronization Status.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output displays the details of a synchronization job with the ID "1f1d1b1b-a17c-486f-b864-db894af6efac"
. The "overall_status"
is "completed"
and "detailed_status"
is "key ring synchronized successfully"
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.