Jobs

job related operations

Deprecated

List all Jobs in the cluster. Deprecated - please use api/v1/workloads instead

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
uuidstring · uuidRequired

Unique identifier of the cluster

Query parameters
nodeIdstringOptional

Unique identifier of the node.

filterstringOptional
sortBystringOptional

Order of the results.

sortDirectionstring · enumOptionalPossible values:
fromnumberOptional

Start the response from a given number of result. Used along with 'limit' to retrieve the results paginated.

limitnumberOptional

Limit the response to a given number of results.

includeDeletedbooleanOptional

True to include deleted jobs in the result.

Default: true
Responses
get
/v1/k8s/clusters/{uuid}/jobs
Deprecated

Return the number all Jobs in the cluster. Deprecated - please use api/v1/workloads/count instead

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
uuidstring · uuidRequired

Unique identifier of the cluster

Query parameters
nodeIdstringOptional

Unique identifier of the node.

filterstringOptional
Responses
get
/v1/k8s/clusters/{uuid}/jobs/count
Deprecated

Get all pods that are associated for a specific job. Deprecated - please use api/v1/workloads/{workloadId}/pods instead

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
jobIdstring · uuidRequired

Unique identifier of the job (UUID)

uuidstring · uuidRequired

Unique identifier of the cluster

Query parameters
idstringOptional

id

podIdstringOptional

Unique identifier of the pod.

podGroupIdstringOptional

Identifier of the pod group.

nodeIDstringOptional

Unique identifier of the node.

namestringOptional

The name of the job.

statusstringOptional

The status of the job.

Responses
get
/v1/k8s/clusters/{uuid}/jobs/{jobId}/pods

Last updated