Get vCDN statistics
get_vcdn_statisticsFetch Video CDN statistics with reports for monthly totals, traffic timeseries, domains, HTTP codes, bandwidth, cache storage, and global HTTP codes. Requires resource ID and date range.
Instructions
Get Video CDN statistics. Reports: 'monthly_totals' — totals for the current month (requires resource_id); 'timeseries' — per-resource stats over start_date..end_date (requires resource_id); 'by_domains' — per-domain stats (requires resource_id and domains); 'top_domains' — top rated domains of a resource (requires resource_id); 'http_codes' — per-resource HTTP code stats (requires resource_id); 'bandwidth' — account bandwidth (optional resource_id filter); 'cache_storage' — cache and storage usage; 'global_http_codes' — account-wide HTTP code stats. Dates in ISO format, e.g. '2026-08-01T00:00:00Z'. start_date and end_date are REQUIRED for every report except monthly_totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| domains | No | Domain names (for by_domains / http_codes reports) | |
| end_date | No | Period end, e.g. '2026-08-07T23:59:59Z' | |
| start_date | No | Period start, e.g. '2026-08-01T00:00:00Z' | |
| resource_id | No | vCDN resource ID |