Skip to main content

Update Cellular Module Firmware Configuration (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/elements/:element_id/cellular_modules/:cellular_module_id/firmware

Update the cellular module firmware configuration.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

    cellular_module_id stringrequired

    ID of the cellular module.

Body

    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.

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...