Skip to main content

Get Cellular Modules (v2.0)

GET 

/sdwan/v2.0/api/machines/:machine_id/cellular_modules

List all cellular modules.

Request

Path Parameters

    machine_id stringrequired

    The ID of the device.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items MachineCellularModuleInfo[]
  • Array [
  • id string

    The ID of the element.

    imei string

    The IMEI number.

    manufacturer string

    The manufacturer of the firmware.

    model_name string

    The model name.

    serial_number string

    The serial number.

  • ]
Loading...