Parameter | Description |
---|---|
Check ID | - |
From | Start time of period. Format is UNIX timestamp. Default value is one week earlier than to . |
Order | Sorting order of outages. Ascending or descending. |
To | End time of period. Format is UNIX timestamp. Default value is the current time. |
{
"summary": {
"states": [
{
"status": "up",
"timefrom": 1293143523,
"timeto": 1294180263
}
]
}
}
Was this page helpful?