With this function, you can create/manage Job Optimizers.
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
_id | String | Required on action modify The ID of the job optimizer. | 5ccbc48d9dc6d62a913c66bf | |
action | String | Required The action you want to perform. |
|
|
name | String | Required on action create Job Optimizer name. | JBOptimizer | |
window_start | Integer | Required on action create Indicates the time the Job Optimizer will start running jobs(in minutes). | 5 | |
window_end | Integer | Required on action create Indicates the time the Job Optimizer will stop running jobs(in minutes). | 10 | |
tags[] | List | List of Tag IDs used to group server(s)/optimizer(s). | tags[]="5cd397fc17ba5954375fa0f7"&tags[]="5cd3a5bb17ba59543879c7fb" | |
disabled | Boolean | Whether to disable the job optimizer. |
|
|