librenms/tests/data/iosxr_ncs5504.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
768 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.9.1.2413",
"sysDescr": "Cisco IOS XR Software (NCS-5500), Version 6.6.3 Copyright (c) 2013-2019 by Cisco Systems, Inc.",
"sysContact": "<private>",
"version": "6.6.3",
"hardware": "NCS-5504",
"features": null,
"location": "<private>",
"os": "iosxr",
"type": "network",
"serial": null,
"icon": "cisco.svg"
}
]
},
"poller": "matches discovery"
}
}