/[workspaceID]/syncStatus/[statusID]: Sync Status Details

URL:
https://[root]/portals/[portalID]/collaborations/[collaborationID]/workspaces/[workspaceID]/syncStatus/[statusID]
Methods:
GET
Version Introduced:
10.6

Example usage

The following is a sample ArcGIS Online request URL used to access a sync status resource:

1
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/collaborations/3e9d1694351a4b5badef66c7599fced5/workspaces/syncStatus/2d2d2e63dd814384ba3e3c73387892c2?f=pjson

The following is a sample ArcGIS Enterprise request URL used to access a sync status resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/collaborations/3e9d1694351a4b5badef66c7599fced5/workspaces/syncStatus/2d2d2e63dd814384ba3e3c73387892c2?f=pjson

Description

The resource for an individual sync status that returns more detailed information on a collaboration's status.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "syncId": "2d2d2e63dd814384ba3e3c73387892c2",
  "syncExecType": "scheduled",
  "startTime": 1505255462015,
  "endTime": 1505255545124,
  "status": "completed",
  "summary": "Completed sync successfully",
  "participants": [
    {
      "participantId": "4a3f826e-7b2e-4c4a-a27b-b80a4d38e19b",
      "taskStatus": [
        {
          "id": "c6875a104d9841198bf294749317e27a",
          "syncId": "2d2d2e63dd814384ba3e3c73387892c2",
          "peerPortalId": "4a3f826e-7b2e-4c4a-a27b-b80a4d38e19b",
          "name": "Upload and import replication package to peer",
          "status": "completed",
          "startTime": 1505255541888,
          "endTime": 1505255545116,
          "modified": 1505255545116,
          "summary": "Completed upload and import",
          "results": [
            {
              "taskStatusId": "c6875a104d9841198bf294749317e27a",
              "results": {
                "succeededCount": 1,
                "failedCount": 0,
                "notProcessedCount": 0
              },
              "failed": [],
              "notProcessed": [],
              "created": 1505255545112
            }
          ]
        },
        {
          "id": "14db044ce10a4add825e5bce249826c9",
          "syncId": "2d2d2e63dd814384ba3e3c73387892c2",
          "peerPortalId": "4a3f826e-7b2e-4c4a-a27b-b80a4d38e19b",
          "name": "Export replication package",
          "status": "completed",
          "startTime": 1505255514481,
          "endTime": 1505255541888,
          "modified": 1505255541888,
          "summary": "Completed replication package export",
          "results": [
            {
              "taskStatusId": "14db044ce10a4add825e5bce249826c9",
              "results": {
                "succeededCount": 1,
                "failedCount": 0,
                "notProcessedCount": 0
              },
              "failed": [],
              "notProcessed": [],
              "created": 1505255541887
            }
          ]
        },
        {
          "id": "59b86299cb8b424482e6b9871f7e207a",
          "syncId": "2d2d2e63dd814384ba3e3c73387892c2",
          "peerPortalId": "4a3f826e-7b2e-4c4a-a27b-b80a4d38e19b",
          "name": "Check reachability, fetch items and diff",
          "status": "completed",
          "startTime": 1505255462028,
          "endTime": 1505255508696,
          "modified": 1505255508696,
          "summary": "Item list comparison completed",
          "results": []
        }
      ]
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close