Skip to main content
POST
/
api
/
event
/
getAlertMonitoringThreatCase
Get alert monitoring threat case
curl --request POST \
  --url https://api2.rhombussystems.com/api/event/getAlertMonitoringThreatCase \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "threatCase": {
    "associatedDeviceUuids": {},
    "createdAtMillis": 123,
    "deleted": true,
    "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "locationName": "<string>",
    "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "noonlightAlarmId": "<string>",
    "noonlightVerificationId": "<string>",
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "policyAlertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "policyAlertUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "promptTheme": "THREAT",
    "promptTitle": "<string>",
    "sharedClipGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "sirenSettings": {
      "clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "durationSeconds": 123,
      "playCount": 123
    },
    "status": "INITIATED",
    "subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
    "submissionTimestampMs": 123,
    "submitDelayExpireTimestampMs": 123,
    "timelineEventList": [
      {
        "alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
        "message": "<string>",
        "noonlightVerificationId": "<string>",
        "timestampSec": 123,
        "type": "ALERT",
        "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
      }
    ],
    "uuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "verificationHistory": {
      "alertIndex": 123,
      "currentVerification": {
        "alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
        "clipVerificationId": "<string>",
        "failedAsClip": true,
        "failedAsStream": true,
        "initiatedAsClip": true,
        "sentAsClip": true,
        "sentAsClipAtMs": 123,
        "sentAsWindowedStream": true,
        "sentAsWindowedStreamAtMs": 123,
        "streamVerificationId": "<string>"
      },
      "verificationRecords": [
        {
          "alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
          "clipVerificationId": "<string>",
          "failedAsClip": true,
          "failedAsStream": true,
          "initiatedAsClip": true,
          "sentAsClip": true,
          "sentAsClipAtMs": 123,
          "sentAsWindowedStream": true,
          "sentAsWindowedStreamAtMs": 123,
          "streamVerificationId": "<string>"
        }
      ]
    }
  },
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for retrieving a specific alert monitoring threat case.

uuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object containing a specific alert monitoring threat case.

error
boolean | null
errorMsg
string | null
threatCase
object

List of threat cases matching the request criteria

warningMsg
string | null