mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Drop the device.is_managed_by__device
property from test-data
This commit is contained in:
parent
f0e0c0d728
commit
56e5dafb20
@ -3,7 +3,6 @@
|
||||
{
|
||||
"belongs_to__application": [],
|
||||
"id": 1747415,
|
||||
"is_managed_by__device": null,
|
||||
"device_name": "sparkling-wood",
|
||||
"is_of__device_type": [{ "slug": "raspberrypi4-64" }],
|
||||
"uuid": "fda508c8583011b8466c26abdd5159f2",
|
||||
@ -17,15 +16,15 @@
|
||||
"supervisor_version": "10.3.7",
|
||||
"is_web_accessible": false,
|
||||
"overall_status": "idle",
|
||||
"cpu_usage" : 34,
|
||||
"cpu_temp" : 56.2,
|
||||
"cpu_id" : "some cpu id",
|
||||
"memory_usage" : 1000,
|
||||
"memory_total" : 4000,
|
||||
"storage_block_device" : "/dev/mmcblk0",
|
||||
"storage_usage" : 1000,
|
||||
"storage_total" : 64000,
|
||||
"is_undervolted" : true,
|
||||
"cpu_usage": 34,
|
||||
"cpu_temp": 56.2,
|
||||
"cpu_id": "some cpu id",
|
||||
"memory_usage": 1000,
|
||||
"memory_total": 4000,
|
||||
"storage_block_device": "/dev/mmcblk0",
|
||||
"storage_usage": 1000,
|
||||
"storage_total": 64000,
|
||||
"is_undervolted": true,
|
||||
"__metadata": {
|
||||
"uri": "/resin/device(@id)?@id=1747415"
|
||||
}
|
||||
|
@ -9,7 +9,6 @@
|
||||
}
|
||||
],
|
||||
"id": 1747415,
|
||||
"is_managed_by__device": null,
|
||||
"device_name": "sparkling-wood",
|
||||
"is_of__device_type": [{ "slug": "raspberrypi4-64" }],
|
||||
"uuid": "fda508c8583011b8466c26abdd5159f2",
|
||||
|
@ -15,7 +15,6 @@
|
||||
}
|
||||
],
|
||||
"id": 1747415,
|
||||
"is_managed_by__device": null,
|
||||
"device_name": "sparkling-wood",
|
||||
"is_of__device_type": [{ "slug": "raspberrypi4-64" }],
|
||||
"uuid": "fda508c8583011b8466c26abdd5159f2",
|
||||
@ -29,15 +28,15 @@
|
||||
"supervisor_version": "10.3.7",
|
||||
"is_web_accessible": false,
|
||||
"overall_status": "offline",
|
||||
"cpu_usage" : 34,
|
||||
"cpu_temp" : 56.2,
|
||||
"cpu_id" : "some cpu id",
|
||||
"memory_usage" : 1000,
|
||||
"memory_total" : 4000,
|
||||
"storage_block_device" : "/dev/mmcblk0",
|
||||
"storage_usage" : 1000,
|
||||
"storage_total" : 64000,
|
||||
"is_undervolted" : true,
|
||||
"cpu_usage": 34,
|
||||
"cpu_temp": 56.2,
|
||||
"cpu_id": "some cpu id",
|
||||
"memory_usage": 1000,
|
||||
"memory_total": 4000,
|
||||
"storage_block_device": "/dev/mmcblk0",
|
||||
"storage_usage": 1000,
|
||||
"storage_total": 64000,
|
||||
"is_undervolted": true,
|
||||
"__metadata": {
|
||||
"uri": "/resin/device(@id)?@id=1747415"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user