Cluster APIs¶
Get Cluster API¶
GET /cluster?output=<OUTPUT>
<OUTPUT>: The output format.jsonoryaml. Default isjson.
Add Node API¶
PUT /cluster/<NODE_NAME>?output=<OUTPUT>
<NODE_NAME>: The node name.<OUTPUT>: The output format.jsonoryaml. Default isjson.
Delete Node API¶
DELETE /cluster/<NODE_NAME>?output=<OUTPUT>
<NODE_NAME>: The node name.<OUTPUT>: The output format.jsonoryaml. Default isjson.