Retrieves a job instance.
Operation description
Description
This API operation is used to query the details of a specific node instance in a project.
The
callerOwnerparameter is an optional options parameter that identifies the owner information of the invoker.Ensure that the
projectName,jobName, andinstanceIdparameters are correct to obtain the expected response.This operation supports HTTP and HTTPS protocols and requires a valid AccessKey pair to authenticate.
Try it now
Test
RAM authorization
Request syntax
GET /jobs/{jobName}/jobinstances/{instanceId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| jobName |
string |
No |
The job name. |
alps-exp-ite |
| instanceId |
string |
No |
The instance ID. |
467b2b2cb7de2a9-656946cb235f3-52f6f88 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
No |
The project name. |
test |
| callerOwner |
string |
No |
The owner of the job. |
12312 |
Response elements
|
Element |
Type |
Description |
Example |
| JobInstance |
The job configuration information. |
Examples
Success response
JSON format
{
"instanceId": "",
"jobName": "",
"jobScheduleId": "",
"displayName": "",
"description": "",
"createTimeInMillis": 0,
"beginTimeInMillis": 0,
"updateTimeInMillis": 0,
"scheduleTimeInMillis": 0,
"state": "",
"errorCode": "",
"errorMessage": "",
"summary": "",
"result": ""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.