Information about the batch subsystem for the deployment.
Attribute | Value |
---|---|
Type | LIST |
Nillable | false |
Expressions Allowed | false |
Storage | runtime |
Access Type | read-only |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
execution-id | LONG | true | false | The execution id of the job to restart. This must be the most recent job execution id. | |
properties | OBJECT | false | false | Optional properties to use when restarting the batch job. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
job-xml-name | STRING | true | false | The name of the job XML descriptor to use when starting the job. | |
properties | OBJECT | false | false | Optional properties to use when starting the batch job. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
execution-id | LONG | true | false | The execution id of the job to be stopped. |