Workloads priorities

Manage workload scheduling priorities within a project. Priorities determine the order in which workloads are scheduled and whether they can be preempted. Higher-priority workloads in a project are scheduled first and may become non-preemptible, preventing interruption by lower-priority workloads. For more details, see Workload Priority Controlarrow-up-right.

Get workload priorities.

get

Retrieve the list of all workload priorities available in the system

Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
sortOrderstring · enumOptional

Sort results in descending or ascending order.

Default: ascPossible values:
sortBystring · enumOptional

Defines the field to sort the results by

Possible values:
filterBystring[]Optional

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: ["name!=some-name"]
Responses
chevron-right
200

Request completed successfully.

application/json
get
/api/v1/workload-priorities

Last updated