Reboot History
API calls for real-time monitoring of reboot history:
Reboot History
Display the history of when this device has been rebooted.
CLI Equivalent: show reboot history
URL: https://vmanage-ip-address/dataservice/device/reboothistory?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
Response Content Type: application/json
Response Object: See Response Object, below.
Reboot History from vManage NMS
Display the history of when this device has been rebooted (from vManage NMS only).
CLI Equivalent: show reboot history
URL: https://vmanage-ip-address/dataservice/device/reboothistory/synced?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
Response Content Type: application/json
Response Object: See Response Object, below.
Response Object for Real-Time Monitoring API Calls
Real-time monitoring API call responses have the following format:
{ "header": { "generatedOn": timestamp, milliseconds (UNIX time format), "viewKeys": { "uniqueKey": ["key"] }, "fields": [ properties and types ], }, "data": [ array of objects ] }