Skip to main content

Get Specific Machine Software Status (v2.0)

GET 

/sdwan/v2.0/api/machines/:machine_id/software/:software_id/status/:status_id

List the status of the machine software.

Request

Path Parameters

    machine_id stringrequired

    The ID of the device.

    software_id stringrequired

    The ID of the device software.

    status_id stringrequired

    The ID of the device status.

Responses

Successful Operation

Schema
    current_version string

    The current version of the device.

    download_percent integer

    The download percentage.

    failure_info string

    The failure information, if there is a failure of any type.

    id string

    Id

    rollback_version string

    The older software versions to rollback.

    status string

    The status of active and pending device software upgrades.

    tentative_version string

    The tenatative version of the device software.

    upgrade_version string

    The upgrade device software version.

Loading...