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

/ssp/v1/jobs/{jobId}

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/ssp/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/ssp/v1/jobs/241

Sample Response

{ "id": 241, "name": "Generate Workflow", "description": "Creates a workflow to reset data pack: subDatapackFromDataset. This workflow is used in reset tasks that you configure to truncate tables.", "status": "Succeeded", "start_date": 1543900451115, "end_date": 1543900480218, "job_type": "Generate Workflow", "created_by_name": "Administrator", "creation_date": 1543900429203, "creation_date_str": "12/04/2018 10:43:49 AM", "last_updated_date": 1543900429203, "last_updated_date_str": "12/04/2018 10:43:49 AM", "last_updated_by_name": "Administrator", "schedule_on": 1543900429170, "paused_at_step": 0, "percent_complete": 100, "job_action_type": null, "child_job_id": -1 }

0 COMMENTS

We’d like to hear from you!