Set Policy
Sets the automatic update checking and staging policy.
Request
URLURL
Header Parameters
Header Parameters
Request Body
Info structure containing the policy for the appliance update. The Policy.Config structure defines automatic update checking and staging policy.
{
"auto_stage": false,
"check_schedule": [
{
"day": "enum",
"hour": 0,
"minute": 0
}
]
}
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.
Current appliance update repository URL. If unset then default URL is assumed
Password for the update repository password If unset password will not be used to login
Username for the update repository If unset username will not be used to login