Workloads priorities
Authorizations
AuthorizationstringRequired
Bearer authentication
Query parameters
sortOrderstring · enumOptionalDefault:
Sort results in descending or ascending order.
ascPossible values: sortBystring · enumOptionalPossible values:
Defines the field to sort the results by
filterBystring[]OptionalExample:
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 >=
["name!=some-name"]Responses
200
Request completed successfully.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/workload-prioritiesLast updated