Drop the device.is_managed_by__device property from test-data

This commit is contained in:
myarmolinsky 2024-09-17 08:02:47 -04:00
parent f0e0c0d728
commit 56e5dafb20
3 changed files with 18 additions and 21 deletions

View File

@ -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"
}

View File

@ -9,7 +9,6 @@
}
],
"id": 1747415,
"is_managed_by__device": null,
"device_name": "sparkling-wood",
"is_of__device_type": [{ "slug": "raspberrypi4-64" }],
"uuid": "fda508c8583011b8466c26abdd5159f2",

View File

@ -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"
}