Workloads priorities

Get workload priorities.

Retrieve the list of all workload priorities available in the system

SecuritybearerAuth
Request
query Parameters
sortOrder
string
Default: "asc"

Sort results in descending or ascending order.

Enum: "asc" "desc"
sortBy
string

Defines the field to sort the results by

Enum: "name" "clusterId"
filterBy
Array of strings

Filter results by a parameter. Use the format field-name operator value. Operators are == Equals, != Not equals, <= Less than or equal, >= Greater than or equal, =@ contains, !@ Does not contains, =^ Starts with and =$ Ends with. Dates are in ISO 8601 timestamp format and available for operators ==, !=, <= and >=

Example: filterBy=name!=some-name
Responses
200

Request completed successfully.

400

Bad request.

401

Unauthorized

403

Forbidden

500

unexpected error

503

unexpected error

get/api/v1/workload-priorities
Response samples
application/json
{
  • "priorities": [
    ]
}