Itron · Example Payload

Starfish Post Observation Example

substation-eastbay-4

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

Top-level fields

timestamptemperatureaccelerometertags

Example Payload

Raw ↑
{
  "timestamp": "2026-05-23T14:00:00Z",
  "temperature": 42.7,
  "accelerometer": {
    "x": 0.012,
    "y": -0.004,
    "z": 1.001
  },
  "tags": ["substation-east", "bay-4"]
}