Skip To Content
ArcGIS Developer
Dashboard

Synchronization Service Status

Description

The status resource allows you to view the status of the Synchronization Service.

Request parameters

ParameterDetails
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"
}