get_host_uptime
Get a host's uptime aggregates
The aggregate ladder for a host at a chosen resolution, per-location plus the __all__ rollup, optionally windowed by [from, to), cursor-paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Exclusive upper bound (ISO 8601). | |
| from | No | Inclusive lower bound (ISO 8601). Must not be after `to`. | |
| limit | No | Page size, clamped to [1, 200]. Defaults to 50. | |
| cursor | No | Opaque pagination cursor returned as `next_cursor` by the previous page. | |
| hostname | Yes | The host's fully-qualified hostname. | |
| location | No | Restrict to one probe location, or `__all__` for the rollup. | |
| resolution | No | Aggregate tier. Defaults to hourly. | hourly |