Configure tailgating mute period for devices

Configure the mute period for tailgating safety alerts on the specified devices.Tailgating detections within the configured interval will not generate additional alerts or notifications.

Request
Security:
Request Body schema: application/json
entityType
required
string

Type of entity to configure (device)

Value: "device"
entityValues
required
Array of strings <= 100 items

Array of entity IDs (device serial numbers)

coolOffDuration
required
integer [ 10 .. 480 ]

Cool-off period in minutes between consecutive tailgating events (must be between 10 and 480)

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/devices/tailgating-event-mute/configure
Request samples
application/json
{
  • "entityType": "device",
  • "entityValues": [
    ],
  • "coolOffDuration": 300
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}