librenms/tests/data/merakims.json
Tony Murray d372844aea
OS test data update (#14417)
* OS test data update

* edfamux case

* restore ftos

* revert ird.json
2022-10-03 10:22:03 -05:00

24 lines
652 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": null,
"sysDescr": "Meraki MS",
"sysContact": null,
"version": null,
"hardware": "Meraki MS",
"features": null,
"location": null,
"os": "merakims",
"type": "network",
"serial": "9999999999",
"icon": "meraki.png"
}
]
},
"poller": "matches discovery"
}
}