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 Control.
Retrieve the list of all workload priorities available in the system
Request completed successfully.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
{- "priorities": [
- {
- "aggregatedPhase": "Ready",
- "status": [
- {
- "clusterId": "d73a738f-fab3-430a-8fa3-5241493d7128",
- "phase": "Ready"
}
], - "scopeType": "tenant",
- "scopeId": "1",
- "id": "d73a738f-fab3-430a-8fa3-5241493d7128",
- "source": "Run:ai",
- "name": "medium",
- "value": 50,
- "createdAt": "2022-01-01T03:49:52.531Z",
- "updatedAt": "2022-06-08T11:28:24.131Z"
}
]
}