Update the scheduler request
patch
ess/rest/scheduler/v1/requests/{requestId}
Create or update the request. Items that can be updated include on or more request parameters, the schedule information, or the callback URL.
For request parameters, if the parameter does not exist, this operation will create it. If it does exist, it will update it. 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
-
requestId(required): integer(int64)
the job request ID
Supported Media Types
- application/json
- application/vnd.oracle.resource+json
Nested Schema : requestParameters
Type:
Show Source
array
-
Array of:
object RequestParameter
a request parameter
Nested Schema : RequestParameter
Type:
object
a request parameter
Show Source
-
name(required): string
the parameter name
-
paramType(required): string
Allowed Values:
[ "BOOLEAN", "LONG", "INTEGER", "DATETIME", "STRING" ]
-
value: string
Nested Schema : requestParameters
Type:
Show Source
array
-
Array of:
object RequestParameter
a request parameter
Nested Schema : RequestParameter
Type:
object
a request parameter
Show Source
-
name(required): string
the parameter name
-
paramType(required): string
Allowed Values:
[ "BOOLEAN", "LONG", "INTEGER", "DATETIME", "STRING" ]
-
value: string
Response
Supported Media Types
- application/json
- application/vnd.oracle.resource+json
200 Response
OK
Nested Schema : Link
Type:
Show Source
object
-
href(required): string
-
rel(required): string
Allowed Values:
[ "self", "cancel", "forceCancel", "hold", "release", "subscribe", "permissions", "executionStatus" ]
400 Response
Invalid input
Root Schema : SimpleExceptionDetail
Type:
Show Source
object
-
detail: string
Detailed error message
-
errorCode: string
ESS-specific error code. For example ESS-00500.
-
status: integer
HTTP status code
-
title(required): string
summary error message
-
type(required): string
URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
403 Response
Not allowed for this operation
Root Schema : SimpleExceptionDetail
Type:
Show Source
object
-
detail: string
Detailed error message
-
errorCode: string
ESS-specific error code. For example ESS-00500.
-
status: integer
HTTP status code
-
title(required): string
summary error message
-
type(required): string
URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
404 Response
Request ID not found
Root Schema : SimpleExceptionDetail
Type:
Show Source
object
-
detail: string
Detailed error message
-
errorCode: string
ESS-specific error code. For example ESS-00500.
-
status: integer
HTTP status code
-
title(required): string
summary error message
-
type(required): string
URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
500 Response
A scheduling sub-system error occurred.
Root Schema : SimpleExceptionDetail
Type:
Show Source
object
-
detail: string
Detailed error message
-
errorCode: string
ESS-specific error code. For example ESS-00500.
-
status: integer
HTTP status code
-
title(required): string
summary error message
-
type(required): string
URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.