Cluster APIs

Get Cluster API

GET /cluster?output=<OUTPUT>
  • <OUTPUT>: The output format. json or yaml. Default is json.

Add Node API

PUT /cluster/<NODE_NAME>?output=<OUTPUT>
  • <NODE_NAME>: The node name.
  • <OUTPUT>: The output format. json or yaml. Default is json.

Delete Node API

DELETE /cluster/<NODE_NAME>?output=<OUTPUT>
  • <NODE_NAME>: The node name.
  • <OUTPUT>: The output format. json or yaml. Default is json.