Files
librenms-librenms/tests/data/hpe-ilo.json
Søren Rosiak b9898273c7 Added HPE iLO Version Polling (#9146)
* Add HPE iLO Version Polling

* Added json test data

* Fix style
2018-09-06 23:06:23 +01:00

41 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.232.9.4.10",
"sysDescr": "Integrated Lights-Out 4 2.50 Sep 23 2016",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"location": null,
"os": "hpe-ilo",
"type": "appliance",
"serial": null,
"icon": "hpe.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.232.9.4.10",
"sysDescr": "Integrated Lights-Out 4 2.50 Sep 23 2016",
"sysContact": "<private>",
"version": "2.50",
"hardware": "ProLiant ML350 Gen9",
"features": null,
"location": "<private>",
"os": "hpe-ilo",
"type": "appliance",
"serial": "AB123456CD",
"icon": "hpe.svg"
}
]
}
}
}