v1

latestOpenAPI 3.0.12026-07-24233726.8 KB
Monitors

Status (deprecated)

Get the latest status of a monitor. Will return a 404 if the monitor has not yet been run and modeled

get/v1/monitors/status/{monitorId}

Path parameters

monitorIdstring uuid required

Response

Success

resultnumber double nullable
lowerBoundnumber double nullable
upperBoundnumber double nullable
predictednumber double nullable
passedboolean nullable
createdAtstring date-time
status'PASS' | 'FAIL' | 'IN_TRAINING' | 'FAILED_TO_PREDICT' | 'NOT_ENOUGH_DATA' | 'ERROR' | 'INVALID_INPUT' nullable
openRelatedIncidentsinteger[]

A list of currently active incidents

errorMessagestring nullable

Error message if the latest evaluation is failed