Update_Policy_Info

Update_Policy_Info
Update_Policy_Info

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

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

Current appliance update custom repository URL. If unset update is checked at defaut URL.

string
default_URL
Required

Current appliance update default repository URL.

string
username
Optional

Username for the update repository If unset username 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
auto_update
Required

Is the appliance updated automatically. If set the appliance may ignore the check schedule or auto-stage settings.

boolean
manual_control
Required

Whether API client should allow the user to start update manually

boolean
certificate_check
Required

Indicates whether certificates will be checked during patching. Warning: If this field is set to false, an insecure connection is made to the update repository which can potentially put the appliance security at risk.