List DPI Applications
Lists DPI-recognized applications grouped under categories. Useful for firewall or traffic analytics integration. <details> <summary>Filterable properties (click to expand)</summary> |Name|Type|Allowed functions| |-|-|-| |`id`|`INTEGER`|`eq` `ne` `in` `notIn`| |`name`|`STRING`|`eq` `ne` `in` `notIn` `like`| </details>
Lists DPI-recognized applications grouped under categories. Useful for firewall or traffic analytics integration.
| Name | Type | Allowed functions |
|---|---|---|
id | INTEGER | eq ne in notIn |
name | STRING | eq ne in notIn like |
Authorization
ApiKey UniFi API key. Create one under Control Plane → Admins & Users → your admin → Create API Key (requires controller 9.0.114+).
In: header
Query Parameters
Response Body
application/json
curl -X GET "https://example.com/v1/dpi/applications"{ "offset": 0, "limit": 25, "count": 10, "totalCount": 1000, "data": [ { "id": "786435|720973", "name": "Adobe Express|Zoom" } ]}List DPI Application Categories GET
Returns predefined Deep Packet Inspection (DPI) application categories used for traffic identification and filtering. <details> <summary>Filterable properties (click to expand)</summary> |Name|Type|Allowed functions| |-|-|-| |`id`|`INTEGER`|`eq` `ne` `in` `notIn`| |`name`|`STRING`|`eq` `ne` `in` `notIn` `like`| </details>
List Radius Profiles GET
Returns available RADIUS authentication profiles, including configuration origin metadata. <details> <summary>Filterable properties (click to expand)</summary> |Name|Type|Allowed functions| |-|-|-| |`id`|`UUID`|`eq` `ne` `in` `notIn`| |`name`|`STRING`|`eq` `ne` `in` `notIn` `like`| |`metadata.origin`|`STRING`|`eq` `ne` `in` `notIn`| </details>