Get a Compute Job reference.

get

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

Request

Path Parameters
Security
Back to Top

Response

200 Response

Body ()
Root Schema : AsyncJobStatus
Type: object
Show Source
Nested Schema : JobAggregatedLogs
Type: object
Show Source
Nested Schema : JobAggregatedStoredLogs
Type: object
Show Source
Nested Schema : allocatedOCores
Type: object
Read Only: true
Sum of virtual cores allocated to the job???s running containers.
Nested Schema : applicationTags
Type: array
A collection of tags or labels associated with this job.
Show Source
Nested Schema : completed
Type: object
Read Only: true
Specifies whether the job has been completed. It can be used to determine whether the client needs to keep polling the -progress- status.
Nested Schema : connectors
Type: array
Connecting interfaces that this Job offers. An example of this connector will be the Spark UI.
Show Source
Nested Schema : containerLogs
Type: array
Location of log file(s) for a running job.
Show Source
Nested Schema : Error
Type: object
Show Source
Nested Schema : files
Type: array
Show Source
Nested Schema : JobLogFileReference
Type: object
Show Source
Nested Schema : files
Type: array
Show Source
Nested Schema : JobConnectorReference
Type: object
Show Source
Nested Schema : uris
Type: array
The URI of the linked resource
Show Source
Nested Schema : JobConnectorResourceIdentifier
Type: object
Show Source
Nested Schema : JobContainerLogs
Type: object
Show Source
Nested Schema : files
Type: array
Log files with path relative to the Container.
Show Source
Nested Schema : o:errorDetails
Type: array
Read Only: true
error details
Show Source

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