Viewing Synchronization Status
Use the get /v1/cckm/google/synchronization-jobs
API to view the list of all synchronization jobs.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
id | string | Resource ID of the synchronization job. |
overall_status | string | Overall status of the synchronization job. |
key_rings | array of strings | Name of the Google Cloud key rings. |
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. |
Example Request
Example Response
The sample output shows one synchronization job with the ID "1f1d1b1b-a17c-486f-b864-db894af6efac"
that is in_progress
.
The ID of a synchronization job is required to view details of the job. Refer to Viewing Details of a Synchronization Job for details.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.