Itron · Example Payload

Starfish List Devices Example

ItronUtilitiesSmart MetersSmart GridSmart CitiesInternet Of ThingsIoTEnergyWaterGasElectricityDistributed IntelligenceGrid EdgeAMIAMRRF MeshIPv6ODataIndustrial IoTFortune 1000NASDAQ ITRI

Starfish List Devices Example is an example object payload from Itron, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

devices

Example Payload

Raw ↑
{
  "devices": [
    {
      "id": "d-7f8a1c2e",
      "name": "Substation East — Bay 4 Thermal Sensor",
      "deviceType": "thermal-v2",
      "templateId": "tmpl-thermal-v2",
      "tags": ["substation-east", "thermal"],
      "metadata": {
        "site": "Substation East",
        "bay": 4
      }
    },
    {
      "id": "d-a112bf30",
      "name": "Pole 17-N Accelerometer",
      "deviceType": "accel-3axis",
      "templateId": "tmpl-accel-3axis",
      "tags": ["distribution", "vibration"],
      "metadata": {
        "feeder": "F-17",
        "pole": "17-N"
      }
    }
  ]
}