v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Analysis

Returns a list of the latest root cause analysis

Returns a list of the latest root cause analysis results for a specified check.

get/analysis/{checkid}

Path parameters

checkidinteger required

Query parameters

limitinteger

Limits the number of returned results to the specified quantity.

offsetinteger

Offset for listing. (Requires limit.)

frominteger

Return only results with timestamp of first test greater or equal to this value. Format is UNIX timestamp.

tointeger

Return only results with timestamp of first test less or equal to this value. Format is UNIX timestamp. Default: current timestamp

Response

Successful HTTP Response

Example response

{
  "analysis": [
    {
      "id": 28739021,
      "timefirsttest": 1290441826,
      "timeconfirmtest": 1290441865
    }
  ]
}