Connectors
...
Actions
resolve an alert
4 min
description assign resolved status to alert endpoint url /plugin/products/gateway/graphql method post inputs json body (object) – required variables (object) – required guid (string) – required output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "data" { "threatresponsealertresolve" { "resolved" true, "guid" "12345678 90ab cdef 1234 567890abcdef", "error" null } } } } ] output parameters status code (number) reason (string) json body (object) data (object) threatresponsealertresolve (object) resolved (boolean) guid (string) error (object)