Skip to main content

Upgrade an Element (v2.0)

PUT 

/sdwan/v2.0/api/elements/:element_id/software/state

Upgrade an element.

Request

Path Parameters

    element_id stringrequired

    The element ID.

Body

    download_interval integer

    The software download interval. Valid download interval must be provided along with a valid download time.

    id string

    The ID.

    image_id string

    The element image ID.

    interface_ids string[]

    The software interface IDs.

    scheduled_download string

    The scheduled download.

    scheduled_upgrade string

    The scheduled upgrade.

    upgrade_interval integer

    The upgrade interval of the firmware. Valid upgrade interval must be provided along with a valid upgrade time.

Responses

Successful Operation

Schema
    download_interval integer

    The software download interval. Valid download interval must be provided along with a valid download time.

    id string

    The ID.

    image_id string

    The element image ID.

    interface_ids string[]

    The software interface IDs.

    scheduled_download string

    The scheduled download.

    scheduled_upgrade string

    The scheduled upgrade.

    upgrade_interval integer

    The upgrade interval of the firmware. Valid upgrade interval must be provided along with a valid upgrade time.

Loading...