Get Quiesce State
GET/sse/connector/v2.0/api/connectors/:oid/quiesce
Retrieve the current quiesce state for the specified connector.
Request
Responses
- 200
- 400
- 401
- 404
- 424
- 5XX
OK
Response Headers
Content-Type
Content-Type
for [RFC9457] problem responses should include
media type application/problem+json (default) or application/problem+xml.
Note that:
Regular web servers will normally not return this status code. But some other protocols, like WebDAV, can return it.
5xx should occur in very rare situations.
In most cases, service should capture any problem and returns an appropriate 4xx responses.
At such, it is not mandatory for 5xx to return a problem body.
But if there are cases that 5xx is returned intentionally,
a problem body should be included.
Response Headers
Content-Type
Content-Type
for [RFC9457] problem responses should include
media type application/problem+json (default) or application/problem+xml.