type: error post: description: |
this resource can be used in the GUI for three functions
| Name | Type | Description | Example | Default |
|---|---|---|---|---|
| ``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
| ``jobs`` | required, array | Specified the jobs which should be modified and the modification. | [{
"job":"/sos/reporting/Inventory",
"at":"now+10"
}] |
|
| ``at`` | optional, string field of each ``jobs`` item |
start time in ISO format yyyy-mm-dd HH:MM[:SS] or now or now + HH:MM[:SS] or now + SECONDS | now+10 | now |
| ``timeZone`` | optional, string field of each ``jobs`` item |
| Berlin/Europe | Time zone of the JobScheduler |
| ``params`` | optional, array field of each ``jobs`` item | Parameters | params:[{"name":"...","value":"..."}] | |
| ``environment`` | optional, array field of each ``jobs`` item | Environment variables | environment:[{"name":"...","value":"..."}] |