Device Logs Metadata
Device logs metadata calculates the metadata of all the bugs that have been generated from the logs.
JSON Table
Parameter | Data Type | Description |
---|---|---|
eventMetadata | application/json | Map of event metadata. |
eventMetadata/<key> | int | Event type ID. |
eventMetadata/<key>/typeName | String | The given event’s type name. |
eventMetadata/<key>/recommendedAction | String | The given event’s recommended action. |
Copy Sample JSON
Sample JSON
{ "eventMetadata": { "1": { "typeName": "VAP Up/Down", "recommendedAction": "Download the debug logs for this AP for more details and consider rebooting the AP if the issue persists." }, "2": { "typeName": "CL Count Exceeded", "recommendedAction": "If you have configured an upper limit on the number of associations for this SSID, consider increasing the limit if a higher concentration of WiFi users is expected near this AP. Or consider deploying additional APs to cater to the high number of WiFi users." }, "3": { "typeName": "Reboot", "recommendedAction": "" }, "4": { "typeName": "Memory Utilization", "recommendedAction": "Download the debug logs for this AP for more details and then reboot the AP." }, "5": { "typeName": "Ethernet Up/Down", "recommendedAction": "" }, "6": { "typeName": "Tunnel Up/Down", "recommendedAction": "Please check if the tunnel endpoint with the reported remote IP/hostname is reachable." }, "7": { "typeName": "Config Change", "recommendedAction": "" }, "8": { "typeName": "IP Conflict ", "recommendedAction": "Please check the NAT IP address range settings and make changes to resolve the conflict. Download the debug logs for this AP for more details." }, "9": { "typeName": "DHCP Lease Status", "recommendedAction": "Please check if the DHCP server is reachable and that its IP address pool has not been exhausted." }, "10": { "typeName": "Firmware update Failure", "recommendedAction": "" }, "11": { "typeName": "SSID Internet Up/Down", "recommendedAction": "" }, "12": { "typeName": "System Service Crash", "recommendedAction": "####" }, "13": { "typeName": "Channel Stats", "recommendedAction": "####" }, "14": { "typeName": "Channel Change Reason", "recommendedAction": "" }, "15": { "typeName": "Channel Selection", "recommendedAction": "" }, "16": { "typeName": "AP Firmware update Success", "recommendedAction": "" } } }
API Calls
/V5/devicelogs/metadata