v1
latestSwagger 2.02026-08-0484141342.3 KBMitigation
# 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:**
-
Call GET /v2/mitigation/devices to get the list of devices
-
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