Alerts in librenms work like a charm.And creation of alerts is simple as well.In librenms ui i have been able to get all the alert details.Like for that host which all Port Down/Up.
But when i try to pull the data through api.
http://**************.com/api/v0/alerts/126
{
“hostname”: “10.10.11.2”,
“id”: 126,
“device_id”: 44,
“rule_id”: 3,
“state”: 1,
“alerted”: 1,
“open”: 1,
“note”: “”,
“timestamp”: “2019-05-02 00:27:01”,
“info”: “”,
“severity”: “critical”
}
Here i am not getting any details about which port went down.etc.
But in the image when i click on plus button it gives me the details of which port.
Is there way i can get that through api?