Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Cluster REST API is used to expand and shrink the cluster size using the uses the PUT /api/cluster/flexup and flexdown URI. and flex down HTTP method and URI to expand and shrink the cluster size 

HTTP Method and URI

Code Block
PUT /api/cluster/flexup      // Expands the size of the cluster.

PUT /api/cluster/flexdown    // Shrinks the size of the cluster.

...