UpdatePolicyInfo
The Policy.Info structure defines automatic update checking and staging policy.
Properties
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
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.
string
default_URL
Required
Current appliance update default repository URL.
boolean
manual_control
Required
Whether API client should allow the user to start update manually
string
custom_URL
Optional
Current appliance update custom repository URL. If unset update is checked at defaut URL.
string
username
Optional
Username for the update repository If unset username will not be used to login
JSON Example
{
"auto_stage": false,
"auto_update": false,
"certificate_check": false,
"check_schedule": [
{
"day": "MONDAY",
"hour": 0,
"minute": 0
}
],
"default_URL": "string",
"manual_control": false
}