Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 621 Bytes

cluster_api.rst

File metadata and controls

33 lines (19 loc) · 621 Bytes

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.