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
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApplicationJobResult
Type: object
Show Source
Nested Schema : exceptionObject
Type: object
Nested Schema : params
Type: array
Show Source
Nested Schema : ReconJobParameter
Type: object
Show Source
Back to Top

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

[]
Back to Top