/status
DevelopingPOST
/statusLast modified: 2 months ago
Performs all healthchecks on the API and returns a list of statuses of each service, either in the "pass" or "fail" group.
Request
Body Params application/x-www-form-urlencoded
token
string
required
API access token for the customer which owns the metric. Example: ACCESSTOKEN101.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1657643815,
"created_string": "Tue 12 Jul 2022 @ 16:36 (UTC)",
"duration": 0.601,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 3163,
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai"
},
"data": {
"pass": [
"anomalarm-alert-queue",
"anomalarm-mysql",
"anomalarm-redis",
"decryption",
"export-internal-metrics",
"housekeeping",
"skyline-api",
"skyline-graphite",
"skyline-mysql"
],
"fail": [],
"info": {
"environment": "staging"
}
}
}
Last modified: 2 months ago