Equinix
Equinix is a global digital infrastructure company providing interconnection and data center services, with Equinix Metal being its bare metal cloud platform offering on-demand physical servers and infrastructure. This data integration platform provides access to Equinix Metal infrastructure resources, enabling users to query, monitor, and manage their bare metal computing environments, colocation facilities, and cloud infrastructure deployments.
| Category | Cloud |
| Direction | Query source |
| Sign-in | API Token |
| Query languages | SQLite |
| Tables | 12 |
| Query templates | 31 |
| Website | equinix.com |
Before you start
Huntbase signs in to Equinix with API Token. Create the credential in Equinix first, then keep it to hand for the Connect step.
- In the Equinix Metal console, go to the API Keys tab of your user account.
- Click Add New Key and enter a description.
- Choose Read-only permissions, then create the key and copy it.
Permissions:
- A Read-only key, which can only list and view existing resources.
- Equinix Metal was sunset on June 30, 2026, and Equinix will remove its user documentation on September 30, 2026. New connections may not work.
For the vendor's own instructions, see Equinix Metal API key documentation.
Use a dedicated, read-only credential for Huntbase where the product allows it. Huntbase only needs to read.
Connect Equinix
- Go to Connections and click New connection, or click New connection on the Equinix product page.
- On Product, pick Equinix 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 Token. Enter a Credential label (for example Production), then fill in:
| Field | Required | Notes |
|---|---|---|
| API Token | Yes | Secret — not shown again after you save it. |
Query it
Once connected, Equinix 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 12 tables listed below, alongside every other connected source. |
Example: SQLite
List all Equinix Metal plans — List all available plans within your Equinix Metal environment to better understand the resources and services available.
SELECT
*
FROM
equinix_metal_plan;
Equinix ships with 31 query templates. Find them in Library › Queries — see Query templates.
Tables
Equinix adds 12 tables. Browse their columns from Schema in the query bar's ⋯ menu.
All 12 tables
| Table | Contains |
|---|---|
equinix_metal_capacity | List of facilities and plans with their current capacity. |
equinix_metal_device | List all devices in all projects. |
equinix_metal_event | Events the user has access to. |
equinix_metal_facility | Equinix Metal facilities. |
equinix_metal_metro | Equinix Metal metros. |
equinix_metal_operating_system | Equinix Metal operating systems. |
equinix_metal_organization | Organizations the user has access to. |
equinix_metal_plan | Equinix Metal plans. |
equinix_metal_project | Projects the user has access to. |
equinix_metal_project_ssh_key | List all SSH keys in all projects. |
equinix_metal_spot_price | List of facilities and plans with their current spot price. |
equinix_metal_ssh_key | SSH keys for the user. |
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