Jobs
Bearer authentication
Unique identifier of the cluster
Unique identifier of the node.
Order of the results.
Start the response from a given number of result. Used along with 'limit' to retrieve the results paginated.
Limit the response to a given number of results.
True to include deleted jobs in the result.
trueAn array of Jobs
Unique identifier of the job.
Unique identifier of the pod group.
The name of the job.
job-0Unique identifier of the cluster.
The name of the image executed by the pod.
tensorflowThe owner of the job.
The project that the pod group belongs to.
Unique identifier of the node.
Creation time of the job.
Completion time of the job.
Specifies the kind of k8s resource that owns the pod group.
runaijobIf true, it indicates that the pod group runs jupyter notebook.
falseThe node pool of the job.
Unauthorized
unexpected error
Return the number all Jobs in the cluster. Deprecated - please use api/v1/workloads/count instead
Bearer authentication
Unique identifier of the cluster
Unique identifier of the node.
The job count
Unauthorized
The specified resource was not found
unexpected error
Get all pods that are associated for a specific job. Deprecated - please use api/v1/workloads/{workloadId}/pods instead
Bearer authentication
Unique identifier of the job (UUID)
Unique identifier of the cluster
id
Unique identifier of the pod.
Identifier of the pod group.
Unique identifier of the node.
The name of the job.
The status of the job.
Expected response to a valid request
Identifier of the pod running the job.
Unique identifier of the job.
This had been used as jobId. Remained here for backward compatibility
Unique identifier of the cluster.
The name of the pod running the job.
The name of the image executed by the pod.
Unique identifier of the node.
Creation time of the pod.
Completion time of the pod.
The time when the pod started executing.
Last time the pod details were updated.
The node pool of the pod.
The namespace of the pod.
Unauthorized
unexpected error
Last updated