appliance update policy: info

The info structure defines automatic update checking and staging policy.

Representation:

{
    "auto_stage"true,
    "auto_update"true,
    "check_schedule"[
        {
            "day""MONDAY",
            "hour"1,
            "minute"1
        },
        {
            "day""MONDAY",
            "hour"1,
            "minute"1
        }
    ],
    "custom_URL""string",
    "default_URL""string",
    "manual_control"true,
    "username""string"
}

Attributes:

Name Type Description
Required
default_URL string Current appliance update default repository URL.

check_schedule time[] Schedule when the automatic check will be run.

auto_stage boolean Automatically stage the latest update if available.

auto_update boolean Is the appliance updated automatically. If set the appliance may ignore the check schedule or auto-stage settings.

manual_control boolean Whether API client should allow the user to start update manually

Optional
custom_URL string Current appliance update custom repository URL.

Optional. If unset update is checked at defaut URL.

username string Username for the update repository

Optional. If unset username will not be used to login.