UpdatePolicyConfig

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


Properties

boolean
auto_stage Required

Automatically stage the latest update if available.


array of UpdatePolicyTime
check_schedule Required

Schedule when the automatic check will be run.


boolean
certificate_check Optional

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.


string
custom_URL Optional

Current appliance update repository URL. If unset then default URL is assumed


string as password
password Optional

Password for the update repository password If unset password will not be used to login


string
username Optional

Username for the update repository If unset username will not be used to login

JSON Example

{
	"auto_stage": false,
	"check_schedule": [
		{
			"day": "MONDAY",
			"hour": 0,
			"minute": 0
		}
	]
}
Parameter To

Set Policy

Feedback

Was this page helpful?