Crash Log
API calls for real-time monitoring of crash logs:
Crash Log
Display a list of the core files on the device.
CLI Equivalent: show crash
URL: https://vmanage-ip-address/dataservice/device/crashlog?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.
Crash Log from vManage NMS
Display a list of the core files on the device (from vManage NMS only).
CLI Equivalent: show crash
URL: https://vmanage-ip-address/dataservice/device/crashlog/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
The 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 ] }