Filters
Comma-separated list of field<operator>value terms, e.g. cpu>=4,name@=web.
Supported operators are ==, !=, >, <, >=, <=,
@= (contains) and _= (starts with); prefix an operator with ! to negate it, e.g.
!@= (does not contain). Each endpoint defines its own allow-list of filterable field names —
see the documentation of the specific endpoint for the accepted fields.
| Field | Value |
|---|---|
| Name | Filters |
| Location | query |
| Required | No |
| Type | string |
| Example | <Filters> |
Used In
- Returns a paginated list of backups belonging to the specified VM.
GET /v1/projects/{projectId}/vms/{vmId}/backups - Returns a paginated list of available VM configurations.
GET /v1/configurations - Returns a paged list of the project's networks.
GET /v1/projects/{projectId}/networks - Returns a paged list of operations for the project.
GET /v1/projects/{projectId}/operations - Returns a paginated list of available plugins.
GET /v1/plugins - Returns a paginated list of available public IP configurations.
GET /v1/public-ip-configurations - Returns a paged list of the project's public IP addresses.
GET /v1/projects/{projectId}/public-ips - Returns a paginated list of available tariffs.
GET /v1/tariffs - Returns a page of virtual machines in the project, with support for sorting and filtering.
GET /v1/projects/{projectId}/vms