Resume a job.
post
/rhp-restapi/rhp/jobs/{jobId}/actions/resume
Request
Supported Media Types
- application/json
Path Parameters
-
jobId(required): string
Unique integer job ID value for the scheduled job.
Response
Supported Media Types
- application/json
- text/html
200 Response
OK. HTTP Status code 200 indicating resume is succesful.
Root Schema : schema
Default Response
Unexpected error. A JSON object containing error details of the issue while executing the operation.
Root Schema : errorResource
Type:
Show Source
object
-
errorCode:
string
Application specific error code, related to the error message shown at tittle.
-
errorDetails:
array errorDetails
If multiple errors are reported they can be organized in a hierarchical structure in this array.
-
errorPath:
string
XPath or JSON path to indicate where the error occurs.
-
instance:
string
URI to the link that provides more detail about the error.
-
status:
integer
HTTP status code.
-
title:
string
Summary error message.
-
type:
string
Link to HTTP error code page.
Nested Schema : errorDetails
Type:
array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source