VcenterSettingsV1ConfigComponentsApplmgmtSoftwareUpdatePolicy

This SoftwareUpdatePolicy structure to set/get background check for the new updates.


Properties

boolean
auto_stage Optional

Check for update at the pre-configured repository URL. Only set if auto stage is enable.


check_schedule Optional

The Time structure defines day and time the automatic check for new updates will be run. Only set if Time required.


string
default_URL Optional

Default appliance update repository URL. Only set if default URL required


boolean
enable_SSL_cert_validation Optional

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 as password
password Optional

Password for the url update repository Only set if SoftwareUpdatePolicy requires password.


string
url Optional

Current appliance update repository URL. Enter “default” to reset the url to the default url. Only set if custom URL required


string
username Optional

Username for the url update repository Only set if SoftwareUpdatePolicy requires username.

JSON Example

{
	"auto_stage": false,
	"check_schedule": [
		{
			"day": "MONDAY",
			"hour": "string",
			"minute": "string"
		}
	],
	"default_URL": "string",
	"enable_SSL_cert_validation": false,
	"password": "string",
	"url": "string",
	"username": "string"
}

Feedback

Was this page helpful?