List Raw Results
Return a list of raw test results for a specified check.
Parameters
Parameter | Description |
---|---|
Check ID | - |
From | Start of period. Format is UNIX timestamp. Default value is 1 day prior to to . |
Include Analysis | Attach available root cause analysis identifiers to corresponding results. |
Limit | Number of results to show (Will be set to 1000 if the provided value is greater than 1000). |
Maximum Response | Maximum response time (ms). If set, specified interval must not be larger than 31 days. |
Minimum Response | Minimum response time (ms). If set, specified interval must not be larger than 31 days. |
Offset | Number of results to skip (Max value is 43200 ). |
Probes | Filter to only show results from a list of probes. Format is a commaseparated list of probe identifiers.Default: all probes. |
Status | Filter to only show results with specified statuses. Format is a commaseparated list of (down , up , unconfirmed , unknown ).Default: all statuses. |
To | End of period. Format is UNIX timestamp. Default value is current timestamp. |
Example Output
{
"activeprobes": [
33
],
"results": [
{
"probeid": 33,
"responsetime": 91,
"status": "up",
"statusdesc": "OK",
"statusdesclong": "OK",
"time": 1294235764
}
]
}
Workflow Library Example
List Raw Results with Pingdom and Send Results Via Email
Preview this Workflow on desktop