7. Real-Time Monitoring-Hardware

Number of APIs: 10

  1. Retrieve hardware errored alarm list GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/errors

  2. Retrieve hardware alarm list from device GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/alarms?deviceId={{deviceId}}

  3. Retrieve hardware alarm list from vManage GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/synced/alarms?deviceId={{deviceId}}

  4. Retrieve hardware system data list GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/system?deviceId={{deviceId}}

  5. Retrieve hardware inventory list from device GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/inventory?deviceId={{deviceId}}

  6. Retrieve hardware status summary GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/status/summary?deviceId={{deviceId}}

  7. Retrieve hardware inventory list from vManage GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/synced/inventory?deviceId={{deviceId}}

  8. Retrieve hardware environment list from device GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/environment?deviceId={{deviceId}}

  9. Retrieve hardware environment list from vManage GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/synced/environment?deviceId={{deviceId}}

  10. Retrieve hardware temperature threshold list GET https://{{vmanage}}:{{port}}/dataservice/device/hardware/threshold?deviceId={{deviceId}}