An array of Jobs
Unauthorized
unexpected error
[- {
- "JobId": "b63aeb7e-595c-4f65-82ac-857bbcab263d",
- "podGroupId": "86a7c8a8-3efc-4ea3-8ae4-9941bc0624e9",
- "jobName": "job-0",
- "jobType": "string",
- "clusterId": "string",
- "status": "string",
- "imageName": "tensorflow",
- "user": "string",
- "project": "string",
- "nodeId": "string",
- "creationTime": "string",
- "completionTime": "string",
- "totalRuntime": "string",
- "totalWaitTime": "string",
- "pending": 0,
- "running": 0,
- "parallelism": 0,
- "completions": 0,
- "failed": 0,
- "succeeded": 0,
- "currentAllocatedGPUs": 0,
- "currentAllocatedGPUsMemory": 0,
- "currentRequestedGPUs": 0,
- "totalRequestedGPUs": 0,
- "requestedGPUsPerPodGroup": 0,
- "requestedGPUsMemoryPerPodGroup": 0,
- "parentWorkloadName": "string",
- "totalRequestedMemory": 0,
- "totalRequestedCPU": 0,
- "totalLimitCPU": 0,
- "totalLimitMemory": 0,
- "workloadKind": "runaijob",
- "latestPod": {
- "podId": "string",
- "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
- "podGroupId": "string",
- "clusterUuid": "73a3ead7-d612-44f9-b946-4e10a3d62c32",
- "podName": "string",
- "imageName": "string",
- "nodeId": "string",
- "phase": "string",
- "status": "string",
- "created": 0,
- "completed": 0,
- "started": 0,
- "lastUpdated": 0,
- "dynamicData": { },
- "existsInCluster": true,
- "resourceRequest": {
- "property1": 0,
- "property2": 0
}, - "resourceAllocation": {
- "property1": 0,
- "property2": 0
}, - "nodePool": "string",
- "namespace": "string"
}, - "cliCommand": "string",
- "requestedMigDevices": "string",
- "dynamicData": { },
- "existsInCluster": true,
- "isJupyter": false,
- "jobUrl": "string",
- "nodePool": "string"
}
]
The job count
Unauthorized
The specified resource was not found
unexpected error
0
Expected response to a valid request
Unauthorized
unexpected error
[- {
- "podId": "string",
- "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
- "podGroupId": "string",
- "clusterUuid": "73a3ead7-d612-44f9-b946-4e10a3d62c32",
- "podName": "string",
- "imageName": "string",
- "nodeId": "string",
- "phase": "string",
- "status": "string",
- "created": 0,
- "completed": 0,
- "started": 0,
- "lastUpdated": 0,
- "dynamicData": { },
- "existsInCluster": true,
- "resourceRequest": {
- "property1": 0,
- "property2": 0
}, - "resourceAllocation": {
- "property1": 0,
- "property2": 0
}, - "nodePool": "string",
- "namespace": "string"
}
]