Sorts
Comma-separated list of field names to sort by, e.g. -createdAt,name. Prefix a field with
- to sort descending; no prefix (or a + prefix) sorts ascending. Each endpoint defines
its own allow-list of sortable field names and its own default order when this is omitted — see the
documentation of the specific endpoint for the accepted fields.
| Field | Value |
|---|---|
| Name | Sorts |
| Location | query |
| Required | No |
| Type | string |
| Example | <Sorts> |
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