v1

latestSwagger 2.02026-08-0484141342.3 KB
Mitigation

# Device Stats

Returns statistics for a specific mitigation device including Blocked Count, Not Blocked Count, Total Count, and Score.

This endpoint works together with GET /v2/mitigation/devices to replace the deprecated V1 endpoint. First retrieve the device list, then use this endpoint to get stats for each device as needed.

Example workflow:**

  1. Call GET /v2/mitigation/devices to get the list of devices

  2. Call GET /v2/mitigation/devices/{DeviceId} to get stats for a specific device

get/v2/mitigation/devices/{DeviceId}

Path parameters

DeviceIdinteger required

Device ID (URI parameter)

Response

DeviceStatsByIdSwagger

blocked_countinteger
device_idinteger
not_blocked_countinteger
scoreinteger
total_countinteger