steampipe plugin install equinix

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

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
akasjsonbArray of globally unique identifier strings (also known as) for the resource.
created_attimestamp with time zoneWhen the SSH key was created.
fingerprinttextFingerprint of the SSH key.
hreftextURL of the SSH key.
idtextID of the SSH key.
labeltextLabel for the SSH key.
project_idtextID of the Project.
public_keytextPublic key.
tagsjsonbA map of tags for the resource.
titletextTitle of the resource.
updated_attimestamp with time zoneWhen 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