v5

latestSwagger 2.0raw.githubusercontent.com2020-06-02101026.1 KB
Job

Gets job details from the specified HDInsight cluster.

get/templeton/v1/jobs/{jobId}

Path parameters

jobIdstring required

The id of the job.

Query parameters

user.namestring required

The user name used for running job.

fields'*' required

If fields set to '', the request will return full details of the job. Currently the value can only be ''.

Response

OK response definition.

callbackobject

The callback URL, if any.

completedstring

The string representing completed status, for example 'done'.

exitValueinteger

The job's exit value.

idstring

The job ID.

msgobject

The message returned.

parentIdstring

The parent job ID.

percentCompletestring

The job completion percentage, for example '75% complete'.

userstring

The user name of the job creator.

All 10 operations