To create connector in R-Vision IRP:
KUMA
).<KUMA Core server FQDN>:<Port used for API requests (7223 by default)>/api/v1/alerts/close
. Example: https://kuma-example.com:7223/api/v1/alerts/close
Authorization
.The token of the KUMA general administrator can be obtained in the KUMA web interface under Settings → Users.
R-Vision IRP connector is created.
When connector is created you must configure sending API queries for closing alerts in KUMA.
To configure API queries in R-Vision IRP:
<KUMA Core server FQDN>:<Port used for API requests (7223 by default)>/api/v1/alerts/close
. Example: https://kuma-example.com:7223/api/v1/alerts/close
Content-Type
; value: application/json
.Authorization
; value: Bearer <KUMA general administrator token>
.The token of the KUMA general administrator can be obtained in the KUMA web interface under Settings → Users.
{
"id":"{{tag.ALERT_ID}}"
“Reason”:”<comment to add to KUMA alert when it is closed. For example, "Responded to alert from R-Vision">"
}
R-Vision IRP connector is configured.
Page top