Get ESS Cluster Quiesce State

get

ess/rest/scheduler/v1/server/quiesceState

Gets the ESS cluster Quiesc State. If servername is not provided, all server's Quiesce state will be returned. The clusterName argument is mandatory while serverName argument is optional.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: object
Additional Properties Allowed
Show Source

400 Response

Invalid input
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

403 Response

Not allowed for this operation
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

404 Response

request ID not found
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

500 Response

Server error
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source
Back to Top