GET /ssh_keys

hetzner.cloud

Summary: Get all SSH keys
Operation ID:
Auth: unknown
Description

Returns all SSH key objects.

Parameters (4)

fingerprint (string, query, optional)

Can be used to filter SSH keys by their fingerprint. The response will only contain the SSH key matching the specified fingerprint.

label_selector (string, query, optional)

Can be used to filter resources by labels. The response will only contain resources matching the label selector.

name (string, query, optional)

Can be used to filter resources by their name. The response will only contain the resources matching the specified name

sort (string, query, optional)

Can be used multiple times.

Constraints: {'enum': ['id', 'id:asc', 'id:desc', 'name', 'name:asc', 'name:desc']}

No probe data for this endpoint yet.