Files
librenms-librenms/tests/data/merakims.json
Jellyfrog e876299f09 Move sysContact polling to discovery (#12524)
* Move sysContact polling to discovery

* Update tests

* fixup

* fixup

* fixup

* fixup

* fixup
2021-02-11 19:04:45 -06:00

24 lines
650 B
JSON

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