Get the Details of a Specific Job Run
get
/iam/governance/applicationmanagement/api/v1/applications/{appid}/jobs/{jobid}/history/{historyId}
Returns a specific job run status of a given job.
Request
Path Parameters
-
appid: string
Name of the application
-
historyId: string
historyId of the job
-
jobid: string
Name of the Job
Response
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : exceptionObject
Type:
objectNested Schema : ReconJobParameter
Type:
Show Source
object-
dataType(optional):
string
Allowed Values:
[ "String", "Number", "Boolean", "ITResource" ] -
encrypted(optional):
boolean
Default Value:
false -
helpText(optional):
string
-
name(optional):
string
-
required(optional):
boolean
Default Value:
false -
value(optional):
string
Examples
cURL Example
This example demonstrates the ability to return a specific job run status of a given job. The information shown here is against a pseudo system and serves as a prototype.
curl -X GET http://pseudo.com/iam/governance/applicationmanagement/api/v1/applications/db2/jobs/db2%20Target%20Recon%20Job/history/941
Response Body Example
[]