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 TopResponse
Supported Media Types
- application/json;charset=utf-8
- application/vnd.oracle.resource+json
200 Response
OK
400 Response
Invalid input
Root Schema : SimpleExceptionDetail
Type:
Show Source object
- detail: string Detailed error message
- errorCode: string ESS-specific error code. For example ESS-00500.
- status: integer HTTP status code
- title(required): string Summary error message
- type(required): string URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
403 Response
Not allowed for this operation
Root Schema : SimpleExceptionDetail
Type:
Show Source object
- detail: string Detailed error message
- errorCode: string ESS-specific error code. For example ESS-00500.
- status: integer HTTP status code
- title(required): string Summary error message
- type(required): string URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
404 Response
request ID not found
Root Schema : SimpleExceptionDetail
Type:
Show Source object
- detail: string Detailed error message
- errorCode: string ESS-specific error code. For example ESS-00500.
- status: integer HTTP status code
- title(required): string Summary error message
- type(required): string URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
500 Response
Server error
Root Schema : SimpleExceptionDetail
Type:
Show Source object
- detail: string Detailed error message
- errorCode: string ESS-specific error code. For example ESS-00500.
- status: integer HTTP status code
- title(required): string Summary error message
- type(required): string URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.