bandwidth_stats_nodes_get_node_usage
Identify users exceeding a set traffic threshold on specified nodes over a date range. Filter node usage stats by minimum total bytes to find top consumers.
Instructions
POST /api/bandwidth-stats/nodes/usage Get users exceeding a traffic threshold on the given nodes for a period Returns users whose total usage over the period on the given nodes is >= minTotalBytes. Underlying usage data is flushed to the database roughly every 2 minutes. Tags: Bandwidth Stats Controller Пагинация через query-параметры: start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End date (YYYY-MM-DD) | |
| body | Yes | ||
| start | Yes | Start date (YYYY-MM-DD) | |
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). | |
| minTotalBytes | No | Only include users whose total usage over the period is >= this (bytes) |