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
- List Backups
GET /projects/{projectId}/vms/{vmId}/backups - List Configurations
GET /configurations - List Networks
GET /projects/{projectId}/networks - List Operations
GET /projects/{projectId}/operations - List Plugins
GET /plugins - List Public IP Configurations
GET /public-ip-configurations - List Public IPs
GET /projects/{projectId}/public-ips - List Tariffs
GET /tariffs - List VMs
GET /projects/{projectId}/vms