Service status
GET/status
Return the service's status.
For authorization this method requires the use of a valid bearer token.
Request
Responses
- 200
- 400
- 500
Status of the service and its direct dependencies
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
overall string
database string
_links object
{
"overall": "string",
"database": "string",
"_links": {}
}
The request could not be handled by the server.
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
message string
request_id string
UUID of web request
{
"message": "string",
"request_id": "string"
}
The request could not be handled by the server.
Response Headers
X-Maxar-RequestId any
- application/json
- Schema
- Example (from schema)
Schema
message string
request_id string
UUID of web request
{
"message": "string",
"request_id": "string"
}
Loading...