🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
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>"
}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>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for retrieving a specific alert monitoring threat case.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?