Update_Policy_Info
The Policy.Info structure defines automatic update checking and staging policy.
{
"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
}
Current appliance update custom repository URL. If unset update is checked at defaut URL.
Current appliance update default repository URL.
Username for the update repository If unset username will not be used to login
Automatically stage the latest update if available.
Is the appliance updated automatically. If set the appliance may ignore the check schedule or auto-stage settings.
Whether API client should allow the user to start update manually
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.