To create connector in R-Vision SOAR:
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
.Bearer <KUMA General administrator token>
The connector has been created.
Connector in R-Vision SOAR version 4.0
Connector in R-Vision SOAR version 5.0
When connector is created you must configure sending API queries for closing alerts in KUMA.
To configure API queries in R-Vision SOAR:
<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":"<Reason for closing the alert. Available values: "Incorrect Correlation Rule", "Incorrect Data", "Responded".> "
}
The connector is configured.
Connector in R-Vision SOAR version 4.0
Connector in R-Vision SOAR version 5.0
Page top