REST API Reference

REST API Reference

Jobs/{jobId}

Jobs/{jobId}

The GET Jobs/{jobId} request returns information on jobs that match a specific job ID.

Resource URL

/tdm/v1/jobs/{jobId}

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/tdm/v1/jobs/<job ID>

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>

Request Path Parameters

The request includes the following path parameter:
Parameter
Description
jobId
Required. ID of the job.

Sample Request

GET http://<host>:6605/api/public/tdm/v1/jobs/19

Sample Response

{ "id": 19, "name": "Execute Workflow", "description": "Plan: REL_DIC, Workflow: ", "startDate": 1540983189063, "endDate": 1540983261197, "status": "SUCCESS", "jobType": "LOAD_WORKFLOW", "createdByName": "Administrator", "creationDate": 1540983161005, "lastUpdatedDate": 1540983161005, "lastUpdatedByName": "Administrator", "scheduleOn": 1540983161005, "pausedAtStep": 0, "percentComplete": 100, "jobActionType": null, "childJobId": -1 }

0 COMMENTS

We’d like to hear from you!