appliance update policy: config

The config structure defines automatic update checking and staging policy.

Representation:

{
    "auto_stage"true,
    "check_schedule"[
        {
            "day""MONDAY",
            "hour"1,
            "minute"1
        },
        {
            "day""MONDAY",
            "hour"1,
            "minute"1
        }
    ],
    "custom_URL""string",
    "password""secret string",
    "username""string"
}

Attributes:

Name Type Description
Required
check_schedule time[] Schedule when the automatic check will be run.

auto_stage boolean Automatically stage the latest update if available.

Optional
custom_URL string Current appliance update repository URL.

Optional. If unset then default URL is assumed.

username string Username for the update repository

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

password secret Password for the update repository

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