RHP - Manage Operation Results REST Endpoints

Fleet Patching and Provisioning/RHP - Manage Operation Results
You can verify the status and retrieve the output messages of any operation that creates a job to handle its scheduled execution like imaging, provisioning, upgrade and patching operations of software homes.
Abort a job.
Method: post
Path: /rhp-restapi/rhp/jobs/{jobId}/actions/abort
Delete a job.
Method: delete
Path: /rhp-restapi/rhp/jobs/{jobId}
Delete jobs.
Method: post
Path: /rhp-restapi/rhp/jobs/actions/delete
Get all the jobs
Method: get
Path: /rhp-restapi/rhp/jobs
Get job details
Method: get
Path: /rhp-restapi/rhp/jobs/{jobId}
Get the job output and result
Method: get
Path: /rhp-restapi/rhp/jobs/{jobId}/output
Modify the scheduled date for the job.
Method: put
Path: /rhp-restapi/rhp/jobs/{jobId}
Resume a job.
Method: post
Path: /rhp-restapi/rhp/jobs/{jobId}/actions/resume