Table: equinix_metal_project_ssh_key
List all SSH keys in all projects.
Examples
List all
select *from equinix_metal_project_ssh_key;
Schema for equinix_metal_project_ssh_key
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
akas | jsonb | Array of globally unique identifier strings (also known as) for the resource. | |
created_at | timestamp with time zone | When the SSH key was created. | |
fingerprint | text | Fingerprint of the SSH key. | |
href | text | URL of the SSH key. | |
id | text | ID of the SSH key. | |
label | text | Label for the SSH key. | |
project_id | text | ID of the Project. | |
public_key | text | Public key. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
tags | jsonb | A map of tags for the resource. | |
title | text | Title of the resource. | |
updated_at | timestamp with time zone | When the SSH key was updated. |
Export
This table is available as a standalone Exporter CLI. Steampipe exporters are stand-alone binaries that allow you to extract data using Steampipe plugins without a database.
You can download the tarball for your platform from the Releases page, but it is simplest to install them with the steampipe_export_installer.sh
script:
/bin/sh -c "$(curl -fsSL https://steampipe.io/install/export.sh)" -- equinix
You can pass the configuration to the command with the --config
argument:
steampipe_export_equinix --config '<your_config>' equinix_metal_project_ssh_key