REST API Reference

REST API Reference

Jobs/{jobId}

Jobs/{jobId}

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

Resource URL

/tdw/v1/jobs/{jobId}

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/tdw/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
Job ID
ID of the job.

Sample Request

GET http://<host>:6605/api/public/tdw/v1/jobs/180

Sample Response

{ "id": 180, "name": "Reset Data Set from Test Data Warehouse", "description": "Reset - RESET Version2 - from Test Data Warehouse - OracleMart", "status": "Succeeded", "start_date": 1543869236270, "end_date": 1543869279900, "job_type": "Reset Data Set from Test Data Warehouse", "created_by_name": "Administrator", "creation_date": 1543869223878, "creation_date_str": "12/04/2018 02:03:43 AM", "last_updated_date": 1543869223878, "last_updated_date_str": "12/04/2018 02:03:43 AM", "last_updated_by_name": "Administrator", "schedule_on": 1543869223856, "paused_at_step": 0, "percent_complete": 100, "job_action_type": null, "child_job_id": -1 }

0 COMMENTS

We’d like to hear from you!