Get a latest Compute Job status.

get

/bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/{jobId}/status

Request

Path Parameters
Security
Back to Top

Response

200 Response

Body ()
Root Schema : JobProgressValue
Type: object
Show Source
  • Allowed Values: [ "aborted", "aborting", "accepted", "failed", "paused", "pending", "processing", "succeeded", "undefined" ]
    Current Progress of the Job.

400 Response

List of errors related to the request.
Body ()
Root Schema : schema
Type: array
Show Source

404 Response

The Compute Job was not found.

500 Response

An internal error occurred.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Read Only: true
error details
Show Source
Back to Top