Skip to main content

Upgrade Machine Software (v2.0)

PUT 

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

Upgrade the machine software.

Request

Path Parameters

    machine_id stringrequired

    The ID of the device.

    software_id stringrequired

    The ID of the device software.

Body

    id string

    The device software ID.

    scheduled_upgrade string

    The devices for which software upgrades have been scheduled. The list will display a temporary download completed state and then the scheduled upgrade.

    upgrade_interval integer

    The upgrade interval time limit until an upgrade attempt is performed.

    upgrade_version stringrequired

    The software version for the upgrade.

Responses

Successful Operation

Schema
    id string

    The device software ID.

    scheduled_upgrade string

    The devices for which software upgrades have been scheduled. The list will display a temporary download completed state and then the scheduled upgrade.

    upgrade_interval integer

    The upgrade interval time limit until an upgrade attempt is performed.

    upgrade_version stringrequired

    The software version for the upgrade.

Loading...