Alerts on Systems filtering with Device, Severity and KPI

POST https://{{crosswork_ip}}:30603/crosswork/hi/v1/alerts/series/alerts/devices

API for getting the alerts while filtering at the Device, Severity levels and at the KPI level.

Request Body

{"levels"=>["CRITICAL"], "time_ago"=>"0m", "time_interval"=>"1h", "offset"=>"0", "limit"=>"13", "devices"=>["R7"], "kpis"=>["pulse_interface_rate_counters"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring