Viewing Details of Synchronization Jobs
Use the get /v1/cckm/azure/synchronization-jobs/{id}
API to return the details of a synchronization with a specific ID.
Syntax
Here, {id}
represents the synchronization job ID.
Request Parameter
Parameter} | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows the details corresponding to the specific synchronization job (with ID 2321c6fbacde-4b94-a00b-949c85968af3
).
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.