API Guide

Table Of Contents
{
Ê "name" : "cluster-1",
Ê "cluster_id" : 1,
Ê "island_id" : 1,
Ê "allow_auto_join" : true,
Ê "connected" : true,
Ê "top_level_assembly" : "FNM00123456789",
Ê "operational_status" : "ok",
Ê "transition_indications" : [ ],
Ê "transition_progress" : [ ],
Ê "health_state" : "ok",
Ê "health_indications" : [ ],
Ê "system_time" : "Mon Nov 19 22:59:37 UTC 2018",
Ê "ip_address" : "10.6.209.205",
Ê "is_local" : true
}
3.6.3. Update attributes of a cluster
PATCH /clusters/{cluster_name}
Description
Settable attributes are 'name' and 'allow_auto_join'
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Body
cluster_patch_
payload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated Cluster Cluster
Example HTTP response
Response 200
14