Service healthcheck
GET/healthcheck
Return the service's health and the health of each of its dependent services.
For authorization this method requires the use of a valid bearer token.
Request
Responses
- 200
- 400
- 500
Healthcheck of the service and its 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...