Jobs REST Endpoints

Jobs
Adds a New Job
Method: post
Path: /iam/governance/applicationmanagement/api/v1/applications/{appId}/jobs
Delete the Job of an Application
Method: delete
Path: /iam/governance/applicationmanagement/api/v1/applications/{appId}/jobs/{jobid}
Get the Details of a Particular Job for an application
Method: get
Path: /iam/governance/applicationmanagement/api/v1/applications/{appId}/jobs/{jobid}
Get the Details of a Specific Job Run
Method: get
Path: /iam/governance/applicationmanagement/api/v1/applications/{appid}/jobs/{jobid}/history/{historyId}
Gets All the Execution History Details of a Job
Method: get
Path: /iam/governance/applicationmanagement/api/v1/applications/{appid}/jobs/{jobid}/history
Gets the List of All Recon Jobs
Method: get
Path: /iam/governance/applicationmanagement/api/v1/applications/{appId}/jobs
Gets the Report of a Job History
Method: get
Path: /iam/governance/applicationmanagement/api/v1/applications/{appid}/jobs/{jobid}/history/{historyId}/report
Updates the Job of an Application
Method: put
Path: /iam/governance/applicationmanagement/api/v1/applications/{appId}/jobs/{jobid}