Update_Policy_Config
The Policy.Config structure defines automatic update checking and staging policy.
{
"custom_URL": "string",
"username": "string",
"password": "string",
"check_schedule": [
{
"day": "string",
"hour": 0,
"minute": 0
}
],
"auto_stage": false,
"certificate_check": false
}
Current appliance update repository URL. If unset then default URL is assumed
Username for the update repository If unset username will not be used to login
Password for the update repository password If unset password will not be used to login
Automatically stage the latest update if available.
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.