UpDown
UpDown is a website monitoring and uptime tracking platform that continuously checks the availability, performance, and health of websites, web services, APIs, and online infrastructure. This integration enables users to query and analyze their configured monitoring checks and retrieve detailed performance metrics to ensure service reliability and identify downtime issues.
| Category | Observability |
| Direction | Query source |
| Sign-in | API Key |
| Query languages | SQLite |
| Tables | 4 |
| Query templates | 8 |
| Website | updown.io |
Before you start
Huntbase signs in to UpDown with API Key. Create the credential in UpDown first, then keep it to hand for the Connect step.
- Sign in to updown.io and open your settings at https://updown.io/settings/edit.
- Copy your read-only API key.
Permissions:
- A read-only API key, which works only with GET endpoints.
- A read-only key hides basic auth credentials in check URLs, so those values won't appear in results.
For the vendor's own instructions, see updown.io API documentation.
Use a dedicated, read-only credential for Huntbase where the product allows it. Huntbase only needs to read.
Connect UpDown
- Go to Connections and click New connection, or click New connection on the UpDown product page.
- On Product, pick UpDown and choose the Owner.
- On Details, give the connection a Name and, optionally, a Description.
- On Connect, fill in the settings and credentials described below.
- On Verify, review the summary and click Create & check.
For everything else on the setup page — saving a draft, I'll do this later, and what each check result means — see Connections.
Credentials
The only Method is API Key. Enter a Credential label (for example Production), then fill in:
| Field | Required | Notes |
|---|---|---|
| API Key | Yes | Secret — not shown again after you save it. |
Query it
Once connected, UpDown can serve these languages in a query tab, and Scout can use it when you ask in Auto:
| Language | Use it for |
|---|---|
| SQLite | SQL over the 4 tables listed below, alongside every other connected source. |
Example: SQLite
List all checks — List all monitoring checks in the system to understand the health and performance of digital assets.
select
*
from
updown_check;
UpDown ships with 8 query templates. Find them in Library › Queries — see Query templates.
Tables
UpDown adds 4 tables. Browse their columns from Schema in the query bar's ⋯ menu.
All 4 tables
| Table | Contains |
|---|---|
updown_check | Checks configured for the account. |
updown_downtime | Downtime represents a downtime period for a check. |
updown_metric_hour | Get detailed metrics about a check. Statistic are aggregated per hour. For example all requests performed between 5:00 and 5:59 will be reported at 5:00 in this API. The time range needs to be at least one hour to get data. |
updown_node | List all updown.io monitoring nodes. |
Next steps
- Connections — health, credentials and settings after you connect
- Query languages — syntax, parameters and time ranges
- Chatting with Scout — ask questions without writing a query
- All integrations — the rest of the catalog