GET /servers

hetzner.cloud

Summary: Get all Servers
Operation ID:
Auth: unknown
Description

Returns all existing Server objects

Parameters (4)

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', 'created', 'created:asc', 'created:desc']}

status (string, query, optional)

Can be used multiple times. The response will only contain Server matching the status

Constraints: {'enum': ['initializing', 'starting', 'running', 'stopping', False, 'deleting', 'rebuilding', 'migrating', 'unknown']}

No probe data for this endpoint yet.