Set Step Args

post

ess/rest/scheduler/v1/requests/submitArgs

Marshals various information in the existing CP style into an ESS request parameters object for a list of steps in a jobset request. It would be invoked prior to submitting the request.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
This object specifies information used for setSubmitArgs function call.
Show Source
Nested Schema : arguments
Type: array
Show Source
Nested Schema : requestParameters
Type: array
The request submission parameters.
Show Source
Nested Schema : RequestParameter
Type: object
A request parameter.
Show Source
Request Body - application/vnd.oracle.resource+json ()
Root Schema : schema
Type: object
This object specifies information used for setSubmitArgs function call.
Show Source
Nested Schema : arguments
Type: array
Show Source
Nested Schema : requestParameters
Type: array
The request submission parameters.
Show Source
Nested Schema : RequestParameter
Type: object
A request parameter.
Show Source
Back to Top

Response

Supported Media Types

201 Response

OK
Body ()
Root Schema : schema
Type: object
This object specifies information used for setSubmitArgs function call.
Show Source
Nested Schema : arguments
Type: array
Show Source
Nested Schema : requestParameters
Type: array
The request submission parameters.
Show Source
Nested Schema : RequestParameter
Type: object
A request parameter.
Show Source

400 Response

Invalid input
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

403 Response

Not allowed for this operation
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

404 Response

Not found
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

409 Response

Conflict
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

500 Response

Scheduling sub-system error
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source
Back to Top