Skip to main content

Get Image Status (v2.0)

GET 

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

Get the image status.

Request

Path Parameters

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    active_image_id string

    The active image ID.

    failure_info string

    The element image failure information.

    id string

    The ID.

    previous_image_id string

    The previous image ID.

    upgrade_image_id string

    The upgrade image ID.

    upgrade_state string

    Possible values: [pending, init, discovery, download, download_init, download_complete, download_scheduled, download_abort, download_cancelled, download_cancel_pending, upgrade, upgrade_init, upgrade_complete, upgrade_scheduled, upgrade_abort, upgrade_cancelled, upgrade_cancel_pending, upgrade_failed, upgrading, verify, in-progress, install, complete, done, failed, download_discovery, download_failed, downloading, install_failed, installing, verifying, waiting_download_time, waiting_install_time, abort_upgrade_pending, abort_download_pending, invalid]

    The upgrade state of the element.

Loading...