Restart Job

post

/v1/jobs/{jobid}/restart

Restart the jobs of your Service instance.

Request

Path Parameters
Back to Top

Response

Supported Media Types

202 Response

Job is being restarted
Body ()
Root Schema : JobExecutionInfo
Type: object
Show Source
Nested Schema : ZonedDateTime
Type: object
Show Source
Nested Schema : Chronology
Type: object
Show Source
Nested Schema : ZoneOffset
Type: object
Show Source
Nested Schema : ZoneId
Type: object
Show Source
Nested Schema : ZoneRules
Type: object
Show Source
Nested Schema : transitionRules
Type: array
Show Source
Nested Schema : transitions
Type: array
Show Source
Nested Schema : ZoneOffsetTransitionRule
Type: object
Show Source
Nested Schema : LocalTime
Type: object
Show Source
Nested Schema : ZoneOffsetTransition
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Instant
Type: object
Show Source
Nested Schema : units
Type: array
Show Source
Nested Schema : TemporalUnit
Type: object
Show Source

400 Response

Bad request

403 Response

Job is not in the right status to be restarted.

500 Response

Server error
Back to Top