Vcenter_Settings_V1_Config_Components_Applmgmt_SoftwareUpdatePolicy

Vcenter_Settings_V1_Config_Components_Applmgmt_SoftwareUpdatePolicy
Vcenter_Settings_V1_Config_Components_Applmgmt_SoftwareUpdatePolicy

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

JSON Example
{
    "custom_URL": "string",
    "default_URL": "string",
    "auto_stage": "string",
    "check_schedule": {
        "hour": "string",
        "minute": "string",
        "day": "string"
    },
    "username": "string",
    "password": "string",
    "certificate_check": false
}
string
custom_URL
Optional

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

string
default_URL
Optional

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

auto_stage
Required

Defines state for automatic update notification. SoftwareUpdatePolicy.AutoUpdateNotification enumerated type
DISABLED : Automatic update notification is disabled. Disable periodically query the configured url for updates.
ENABLED : Automatic update notification is enabled. Enable periodically query the configured url for updates.

check_schedule
Optional

The Time structure defines weekday and time the automatic check for new updates will be run

string
username
Optional

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

string As password
password
Optional

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

boolean
certificate_check
Required

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.