Gets All the Execution History Details of a Job
get
/iam/governance/applicationmanagement/api/v1/applications/{appid}/jobs/{jobid}/history
Returns the complete job history of a given job.
Request
Path Parameters
-
appid(required): string
Name of the application
-
jobid(required): string
Name of the Job
Response
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : ApplicationJobHistory
Type:
Show Source
object
-
customParams:
array customParams
-
customStatus:
string
-
errorData:
array errorData
-
exceptionObject:
object exceptionObject
-
id(required):
number
-
infotype(required):
string
-
jobEndTime:
number
-
jobName(required):
string
-
jobRunParams:
array jobRunParams
-
jobStartTime(required):
number
-
status(required):
string
Nested Schema : exceptionObject
Type:
object
Nested Schema : ReconJobParameter
Type:
Show Source
object
-
dataType:
string
Allowed Values:
[ "String", "Number", "Boolean", "ITResource" ]
-
encrypted:
boolean
Default Value:
false
-
helpText:
string
-
name:
string
-
required:
boolean
Default Value:
false
-
value:
string