updateOrgMxEdgeCluster
PUT https://{{host}}/api/v1/orgs/:org_id/mxclusters/:mxcluster_id
Request Body
{"name"=>"Guest Cluster"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"572586b7-f97b-a22b-526c-8b97a3f609c4","name":"Guest Cluster","tunterm_hosts":["guest-sj1.corp.com"],"tunterm_ap_subnets":["0.0.0.0/0"],"radsec":{"enabled":true,"auth_servers":[{"host":"1.2.3.4","port":1812,"secret":"testing123"},{"host":"radius.internal","port":1812,"secret":"testing123"}],"acct_servers":[{"host":"1.2.3.4","port":1812,"secret":"testing123"}]}}