Skip to main content

Get Software Upgrade Configuration of Element (v2.0)

GET 

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

Get the software upgrade configuration of an element.

Request

Path Parameters

    element_id stringrequired

    The element ID.

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...