- URL:https://<webhooks-url>/settings
- Child Resources:
- Version Introduced:10.7
Description
The Webhook Settings page displays advanced parameters that configure the connection behavior of your webhook. These parameters are applied to all configured webhooks in your portal. Using the update operation will modify these parameters.
Note:
This operation is only available on ArcGIS Enterprise 10.7
Request parameters
Parameter | Details |
---|---|
f | The response format. The default value is html. Values: html | json |
Example usage
https://webadaptor.domain.com/webadaptorname/sharing/rest/portals/<org Id>/webhooks/settings
JSON response example
{
"notificationAttempts": 3,
"notificationTimeOutInSeconds ": 10,
"notificationElapsedTimeInSeconds": 5,
"featureServerMetricIntervalInMinutes": 10
}