Itron · Example Payload

Starfish Query Observations Example

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

Starfish Query Observations Example is an example object payload from Itron, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datanext_page

Example Payload

Raw ↑
{
  "data": [
    {
      "timestamp": "2026-05-23T13:55:00Z",
      "temperature": 42.4,
      "accelerometer": { "x": 0.011, "y": -0.005, "z": 1.000 },
      "tags": ["substation-east"]
    },
    {
      "timestamp": "2026-05-23T14:00:00Z",
      "temperature": 42.7,
      "accelerometer": { "x": 0.012, "y": -0.004, "z": 1.001 },
      "tags": ["substation-east"]
    }
  ],
  "next_page": "eyJhZnRlciI6IjIwMjYtMDUtMjNUMTQ6MDA6MDBaIn0="
}