🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/alertmonitoring/dismissThreatCase \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "pin": "1234", "uuid": "AAAAAAAAAAAAAAAAAAAAAA" } '
{ "error": true, "errorMsg": "<string>", "success": true, "warningMsg": "<string>" }
Dismiss a threat case in alert monitoring.
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to dismiss a threat case in alert monitoring.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
PIN code required to dismiss the threat case
"1234"
OK
Response indicating the result of dismissing a threat case.
Indicates whether the threat case dismissal was successful
true
Was this page helpful?