Update the scheduler request

patch

ess/rest/scheduler/v1/requests/{requestId}

Creates or updates the request. Items that can be updated include one or more request parameters, the schedule information, or the callback URL. For request parameters, if the parameter does not exist, this operation will create a request. If the parameter exists, the request will get updated. If the schedule is replaced, all previously scheduled instances of this request that have not started running will be canceled. The new schedule will be effective immediately for scheduling new instances.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : requestParameters
Type: array
Show Source
Nested Schema : RequestParameter
Type: object
A request parameter.
Show Source
Request Body - application/vnd.oracle.resource+json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : requestParameters
Type: array
Show Source
Nested Schema : RequestParameter
Type: object
A request parameter.
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()

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

Request ID not found
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source

500 Response

A scheduling sub-system error occurred.
Body ()
Root Schema : SimpleExceptionDetail
Type: object
Show Source
Back to Top