- URL:https://<syncService-url>/status
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.5
Description
The status resource allows you to view the status of the Synchronization Service.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for the status resource:
https://machine.domain.com/webadaptor/admin/system/platformservices/11c76edb-c46d-4b1f-981a-d3d8a0654604/status?f=json
JSON Response example
{
"configuredState": "STARTED",
"details": [
{
"machine": "MACHINE.DOMAIN.COM",
"realtimeState": "STARTED"
}
],
"status": "success"
}