Skip to main content

Get Machine Software Status (v2.0)

GET 

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

List all statuses of the machine software.4

Request

Path Parameters

    machine_id stringrequired

    The ID of the device.

    software_id stringrequired

    The ID of the device software.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items MachineSoftwareState[]
  • Array [
  • 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...