Compute Job REST Endpoints

Compute Job
The operations from the Compute Job category.
Get a Compute Job reference.
Method: get
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/{jobId}
Get a latest Compute Job status.
Method: get
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/{jobId}/status
Get Compute Job Summary
Method: get
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/summary
List the latest status of all Compute Job
Method: get
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs
Page through a Compute Job aggregated log.
Method: get
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/{jobId}/logs/aggregated/{name}
Page through a Compute Job container/running log.
Method: get
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/{jobId}/logs/runtime/{containerId}/{name}
Request a Compute Job to be aborted.
Method: delete
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/{jobId}
Submit a Map-Reduce Compute Job
Method: post
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/mapred
Submit a Spark Compute Job
Method: post
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs
Submit a Spark Compute Job
Method: post
Path: /bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/jobs/spark