Connectors
...
Actions
Get Alerts from Endpoint
4 min
description get alerts from an endpoint endpoint url /plugin/products/gateway/graphql method post inputs json body (object) – required variables (object) – required id (string) – required output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "data" { "directconnectendpoint" { "alerts" { "all" \[ { "schema" 1, "key" "available mem{heuristic=\\"available mem\\"}", "type" "available mem", "ref" null, "topprocessesexpr" null, "labels" { "heuristic" "available mem" }, "pendingat" "2022 03 15t15 54 38 574990164z", "start" "2022 03 15t15 54 38 574990164z", "resolvedat" null, "leadup" 300000000000, "value" 168 48828125 } ] } } } } } ] output parameters status code (number) reason (string) json body (object) data (object) directconnectendpoint (object) alerts (object) all (array) schema (number) key (string) type (string) ref (object) topprocessesexpr (object) labels (object) heuristic (string) pendingat (string) start (string) resolvedat (object) leadup (number) value (number)