Skip To Content
ArcGIS Developer
Dashboard

Webhooks Sync

  • URL:https://<system-url>/webhooks/sync(POST only)
  • Required Capability:Administrator
  • Version Introduced:11.0

Description

ArcGIS Mission Server has a synchronisation operation sync that forces a Mission's webhook to get up-to-date. Webhooks can be synchronized if ever there is a perceived problem with the Mission and it's synchronization with the portal. The synchronization operation should not be used negligently as users will be disconnected from their Missions when this operation takes place. .

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json

Example usage

Below is a sample request URL for the webhooks resource:

https://machine.domain.com/webadaptor/admin/system/webhooks/sync?f=json

JSON Response example


    {"success": "true"}