Skip to main content

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.

CategoryCloud
DirectionQuery source
Sign-inAPI Token
Query languagesSQLite
Tables12
Query templates31
Websiteequinix.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.

  1. In the Equinix Metal console, go to the API Keys tab of your user account.
  2. Click Add New Key and enter a description.
  3. Choose Read-only permissions, then create the key and copy it.

Permissions:

  • A Read-only key, which can only list and view existing resources.
Watch out for
  • 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.

tip

Use a dedicated, read-only credential for Huntbase where the product allows it. Huntbase only needs to read.

Connect Equinix​

  1. Go to Connections and click New connection, or click New connection on the Equinix product page.
  2. On Product, pick Equinix and choose the Owner.
  3. On Details, give the connection a Name and, optionally, a Description.
  4. On Connect, fill in the settings and credentials described below.
  5. 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:

FieldRequiredNotes
API TokenYesSecret — 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:

LanguageUse it for
SQLiteSQL 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
TableContains
equinix_metal_capacityList of facilities and plans with their current capacity.
equinix_metal_deviceList all devices in all projects.
equinix_metal_eventEvents the user has access to.
equinix_metal_facilityEquinix Metal facilities.
equinix_metal_metroEquinix Metal metros.
equinix_metal_operating_systemEquinix Metal operating systems.
equinix_metal_organizationOrganizations the user has access to.
equinix_metal_planEquinix Metal plans.
equinix_metal_projectProjects the user has access to.
equinix_metal_project_ssh_keyList all SSH keys in all projects.
equinix_metal_spot_priceList of facilities and plans with their current spot price.
equinix_metal_ssh_keySSH keys for the user.

Next steps​