Edit Protocol

URL:
https://<cluster-url>/editProtocol
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.1

Description

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

Use dark colors for code blocksCopy
1
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:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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

Use dark colors for code blocksCopy
1
{"status": "success"}

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