Get Single Device

The following example shows how to get details for a single device with an ID of 00000000-00000000-0040FFFF-FF8001B0.

Request

GET /ws/v1/devices/inventory/00000000-00000000-0040FFFF-FF8001B0

Response

{
    "alerts": 1,
    "capabilities": {
        "cli_service_available": true,
        "modem_firmware_update_available": true,
        "sm_compression_available": true,
        "sm_encryption_key_distribution_service_available": true,
        "sm_pack_available": true,
        "sms_enabled": true,
        "speedtest_available": true
    },
    "carrier": "Verizon",
    "cellular_modem_version": "24.01.526",
    "channels_uri": "/ws/v1/devices/channels/00000000-00000000-0040FFFF-FF8001B0",
    "compliant": "yes",
    "connection_status": "disconnected",
    "connection_type": "Ethernet",
    "contact": "Ryan Reynolds",
    "customer_id": 57639,
    "description": "Home Router",
    "firmware_status": "up_to_date",
    "firmware_version": "22.5.50.62",
    "geoposition": {
        "coordinates": [
            -90,
            45
        ],
        "type": "Point"
    },
    "group": "ExampleGroup",
    "health_status": "normal",
    "id": "00000000-00000000-0040FFFF-FF8001B0",
    "in_maintenance_window": "no",
    "ip": "192.168.1.183",
    "last_compliant": "2022-05-25T09:49:59.730Z",
    "last_connect": "2022-07-14T03:14:59.497Z",
    "last_disconnect": "2022-07-14T14:28:59.100Z",
    "last_noncompliant": "2022-04-13T04:00:08.793Z",
    "last_noncompliant_reason": "1 settings are not compliant: system/1/banner",
    "last_update": "2022-07-14T14:26:53.187Z",
    "location": "Rochester, MN",
    "mac": "02:00:00:00:04:00",
    "maintenance_mode": "off",
    "management_uri": "/ws/v1/devices/management/00000000-00000000-0040FFFF-FF8001B0",
    "metrics_uri": "/ws/v1/devices/metrics/00000000-00000000-0040FFFF-FF8001B0",
    "name": "DeadPool",
    "network": "4g",
    "public_ip": "9.9.9.9",
    "registration_date": "2022-03-17T18:09:00.000Z",
    "restricted_status": "unrestricted",
    "serial_number": "WR64-000049",
    "signal_percent": 32,
    "signal_strength": -94,
    "sku": "WR64-A121",
    "type": "Digi TX64",
    "vendor_id": 4261412874
}