- 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
Parameter | Description |
---|---|
| Please follow the link above to learn about the specifics of the supported clustering protocol. Example
|
| The response format. The default response format is Values: |
Example usage
Below is a sample POST request for edit
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"}