uisp_get_summary
Retrieve instance-wide summary counts for unread logs, outages, firmware status, clients, sites, and device authorization, with optional timestamp filters to scope counts to recent items.
Instructions
Get badge-count-like values across the instance: unread logs/outages/firmwares, active/all client and site counts, devices needing authorization, firmware up-to-dateness. Each *Timestamp param scopes that count to items newer than the given epoch-ms timestamp — pass 0 for the instance's current totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logsLevel | Yes | Which log severities to count toward logsUnreadCount. | |
| logsTimestamp | No | Epoch-ms timestamp; only logs newer than this count toward logsUnreadCount. | |
| outagesTimestamp | No | Epoch-ms timestamp; only outages newer than this count toward outagesUnreadCount. | |
| firmwaresTimestamp | No | Epoch-ms timestamp; only firmwares newer than this count toward firmwaresUnreadCount. |