Skip to main content

Get Cellular Module (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/machines/:machine_id/cellular_modules/:cellular_module_id

List a specific cellular module.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    machine_id stringrequired

    The ID of the device.

    cellular_module_id stringrequired

    ID of the cellular module.

Responses

Successful Operation

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

    tenant_id stringrequired

    The tenant ID.

Loading...