Update_Policy_Config

Update_Policy_Config
Update_Policy_Config

The Policy.Config structure defines automatic update checking and staging policy.

JSON Example
{
    "custom_URL": "string",
    "username": "string",
    "password": "string",
    "check_schedule": [
        {
            "day": "string",
            "hour": 0,
            "minute": 0
        }
    ],
    "auto_stage": false,
    "certificate_check": false
}
string
custom_URL
Optional

Current appliance update repository URL. If unset then default URL is assumed

string
username
Optional

Username for the update repository If unset username will not be used to login

string As password
password
Optional

Password for the update repository password If unset password will not be used to login

check_schedule
Required

Schedule when the automatic check will be run.

boolean
auto_stage
Required

Automatically stage the latest update if available.

boolean
certificate_check
Optional

Indicates whether certificates will be checked during patching. Warning: Setting this field to false will result in an insecure connection to update repository which can potentially put the appliance security at risk.

certificateCheck If unset the certificate checks are enabled.