Retrieves specified cluster workload jobs
POST/v1/dashboard/spectroclusters/:uid/workloads/job
Retrieves specified cluster workload jobs
Request
Path Parameters
Header Parameters
Scope the request to the specified project uid
- application/json
Body
filter
object
Cluster workloads filter
Responses
- 200
An array of cluster workload jobs
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
jobs
object[]
metadata
object
Cluster workload metadata
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
entity
object
Cluster workload ref
labels
object
status
object
Cluster workload job status
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
conditions
object[]
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
{
"jobs": [
{
"metadata": {
"creationTimestamp": "2024-04-16T17:49:00.984Z",
"entity": {
"kind": "string",
"name": "string",
"uid": "string"
},
"labels": {},
"namespace": "string"
},
"status": {
"completionTime": "2024-04-16T17:49:00.984Z",
"conditions": [
{
"lastTransitionTime": "2024-04-16T17:49:00.984Z",
"lastUpdateTime": "2024-04-16T17:49:00.984Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"startTime": "2024-04-16T17:49:00.984Z",
"succeeded": 0
}
}
]
}