Skip to main content

Get Cellular Module Firmware Configuration (v2.0)

GET 

/sdwan/v2.0/api/elements/:element_id/cellular_modules/:cellular_module_id/firmware

List the cellular module firmware configuration.

Request

Path Parameters

    element_id stringrequired

    ID of the element.

    cellular_module_id stringrequired

    ID of the cellular module.

Responses

Successful Operation

Schema
    cellular_module_image_ids string[]

    The cellular module image ID.

    download_interval integer

    The firmware download interval. Valid download interval must be provided along with a valid download time

    id string

    The ID of the cellular module firmware.

    interface_ids string[]

    The interface IDs of the firmware. Max interfaces allowed is 4.

    scheduled_download string

    The scheduled download of the firmware.

    scheduled_upgrade string

    The scheduled upgrade of the firmware.

    upgrade_interval integer

    The upgrade interval of the firmware. Valid upgrade interval must be provided along with a valid upgrade time.

Loading...