Skip to main content
POST
/
api
/
event
/
savePolicyAlertV2
Save a policy alert as a saved clip
curl --request POST \
  --url https://api2.rhombussystems.com/api/event/savePolicyAlertV2 \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "alertUuid": "AAAAAAAAAAAAAAAAAAAAAA",
  "fisheyePresentationMap": {},
  "savedClipDescription": "Motion detected at main entrance",
  "savedClipTitle": "Security Incident - Motion Detected"
}
'
{
  "error": true,
  "errorMsg": "<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 saving a policy alert as a clip.

alertUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

fisheyePresentationMap
object

Map of device UUIDs to dewarped view configurations for fisheye cameras

savedClipDescription
string | null

Description for the saved clip

Example:

"Motion detected at main entrance"

savedClipTitle
string | null

Title for the saved clip

Example:

"Security Incident - Motion Detected"

Response

200 - application/json

OK

Response object for saving a policy alert as a clip.

error
boolean | null
errorMsg
string | null
warningMsg
string | null