Roku · Example Payload

Nabu Cloud List Devices Example

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

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

Top-level fields

items

Example Payload

Raw ↑
{
  "items": [
    {
      "id": "dev-01",
      "name": "Roku Ultra Test 1",
      "model": "4660X",
      "region": "us-west-2",
      "status": "running",
      "createdAt": "2026-04-01T10:00:00Z"
    },
    {
      "id": "dev-02",
      "name": "Roku Streaming Stick Test",
      "model": "3820X",
      "region": "us-east-1",
      "status": "stopped",
      "createdAt": "2026-04-05T14:30:00Z"
    }
  ]
}