Update Automatic Task Config

Update Automatic Task Config

Update the configuration of automatic tasks.

Request
URI
PATCH
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/configuration/automaticTask
COPY
Request Body
AutomaticTaskConfig of type(s) application/json
Required
{
    "datacenterEnabled": false,
    "productEnabled": false,
    "datacenterSchedulerCronExpression": "string",
    "productSchedulerCronExpression": "string"
}
boolean
datacenterEnabled
Optional

datacenterEnabled

boolean
productEnabled
Optional

productEnabled

string
datacenterSchedulerCronExpression
Optional

datacenterSchedulerCronExpression

string
productSchedulerCronExpression
Optional

productSchedulerCronExpression

Responses
200

Updated successfully.

Operation doesn't return any data structure

400

Invalid configuration spec.

Operation doesn't return any data structure

401

Unauthorized access.

Operation doesn't return any data structure

404

Config file does not exist.

Operation doesn't return any data structure