Parameters

ParameterDescription
Check ID-
FromStart time of period. Format is UNIX timestamp. Default value is one week earlier than to.
OrderSorting order of outages. Ascending or descending.
ToEnd time of period. Format is UNIX timestamp. Default value is the current time.

Example Output

{    "summary": {        "states": [            {                "status": "up",                "timefrom": 1293143523,                "timeto": 1294180263            }        ]    }}

Workflow Library Example

List Status Changes with Pingdom and Send Results Via Email

Preview this Workflow on desktop