Skip To Content
ArcGIS Developer
Dashboard

Edit Protocol

  • URL:https://<cluster-url>/editProtocol(POST only)
  • Required Capability:Administrator
  • Version Introduced:10.1

Description

Note:

Clusters have been deprecated. The use of clusters for new deployments is strongly discouraged and existing deployments are advised to migrate away from use of clusters as part of ongoing maintenance and upgrades.

Updates the Cluster Protocol.

This will cause the cluster to be restarted with updated protocol configuration.

Request parameters

ParameterDescription
clusterProtocol

Please follow the link above to learn about the specifics of the supported clustering protocol.

Example

tcpClusterPort=5000
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for editProtocol configuring a UDP Multicast protocol:


POST /webadaptor/admin/clusters/MapsCluster/editProtocol HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

tcpClusterPort=5000&f=json

JSON Response example

{"status": "success"}