List DPI Application Categories
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>
Returns predefined Deep Packet Inspection (DPI) application categories used for traffic identification and filtering.
| 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/categories"{ "offset": 0, "limit": 25, "count": 10, "totalCount": 1000, "data": [ { "id": "3|5", "name": "Network protocols|Business tools" } ]}List Device Tags GET
Returns all device tags defined within a site, which can be used for WiFi Broadcast assignments. <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`| |`deviceIds`|`SET(UUID)`|`contains` `containsAny` `containsAll` `containsExactly`| </details>
List DPI Applications GET
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>