balena-cli/tests/test-data/api-response/devices.json

41 lines
892 B
JSON

{
"d": [
{
"belongs_to__application": [
{
"slug": "org/test app"
}
],
"id": 1747415,
"device_name": "sparkling-wood",
"is_of__device_type": [{ "slug": "raspberrypi4-64" }],
"uuid": "fda508c8583011b8466c26abdd5159f2",
"is_running__release": [
{
"commit": "18756d3386c25a044db66b89e0409804"
}
],
"status": "Idle",
"is_online": false,
"os_version": "balenaOS 2.44.0+rev3",
"supervisor_version": "10.3.7"
},
{
"belongs_to__application": [],
"id": 1747416,
"device_name": "dashing-spruce",
"is_of__device_type": [{ "slug": "raspberrypi4-64" }],
"uuid": "fda508c8583011b8466c26abdd5159f3",
"is_running__release": [
{
"commit": "18756d3386c25a044db66b89e0409804"
}
],
"status": "Idle",
"is_online": false,
"os_version": "balenaOS 2.44.0+rev3",
"supervisor_version": "10.3.7"
}
]
}