Returns alert triggers within start and end date
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "total": 0,
- "results": [
- {
- "name": "string",
- "alarm_id": "50344303-c5be-4cb8-8f20-e7a6c6bdaa39",
- "trigger_count": "string",
- "latest_trigger_timestamp": "2019-08-24T14:15:22Z"
}
]
}
Returns latest pipeline runs for an enterprise
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "run_count": 0,
- "state": "string",
- "status": "string",
- "client": "95b7f642-4812-4c19-ba03-689f2fdf42f8",
- "reason": "string",
- "name": "string",
- "meta": {
- "started_by": {
- "user_id": 0,
- "username": "string",
- "started_at": "2019-08-24T14:15:22Z"
}
}, - "started_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "job_count": 0,
- "job_name": "string",
- "pipeline_id": "ec036e81-7903-4e4d-bbfa-ac8516341cf0",
- "pipeline_name": "string",
- "stages": "string"
}
]
}
Returns data from provisioned device panel
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "total": 0,
- "results": {
- "es_data": {
- "timestamp": "2019-08-24T14:15:22Z"
}
}
}
Returns list of locations with corresponding information
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "locations": [
- {
- "city": "string",
- "count": 0,
- "location": {
- "latitude": 0,
- "longitude": 0
}
}
]
}