novada_traffic_daily
Aggregate daily traffic consumption across residential, ISP, mobile, datacenter, and static proxy products. Returns total MB and per-product breakdown for specified date range.
Instructions
Aggregate daily traffic consumption across all 5 Novada proxy products in PARALLEL. Fans out to residential/isp/mobile/datacenter/static *_flow/consume_log endpoints.
Best for: "How much have we spent on proxies in the last N days?" / dashboarding spend per product. Returns: total_mb_across_products + per_product[].raw (server's day-by-day breakdown) + per-product error flags. Partial failures (e.g. a product not provisioned) do NOT block successful ones. Params: start_time/end_time (YYYY-MM-DD, optional — emits both start_time AND typo'd strat_time), products (optional subset). Auth: NOVADA_DEVELOPER_API_KEY (falls back to NOVADA_API_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_time | No | Inclusive start date YYYY-MM-DD. Defaults to 7 days ago server-side. Tool emits both start_time AND strat_time for server typo-compat. | |
| end_time | No | Inclusive end date YYYY-MM-DD. Defaults to today. | |
| products | No | Subset of proxy products to query. Omit to query ALL 5 in parallel. |