Skip to content
Start here

Spectrum Analytics

Spectrum AnalyticsZones

Spectrum AnalyticsZonesReports

Get zones bandwidth report
client.user.spectrumAnalytics.zones.reports.get(ReportGetParams { cdn_traffic, since, until } query?, RequestOptionsoptions?): ReportGetResponse { totals, zone_id }
GET/user/spectrum_analytics/zones/report
ModelsExpand Collapse
ReportGetResponse = Array<ReportGetResponseItem>
totals: Totals { bandwidth }
bandwidth: Bandwidth { all, egress, ingress }
all: number

Sum of ingress and egress bytes transferred.

egress: number

Sum of egress bytes transferred.

ingress: number

Sum of ingress bytes transferred.

zone_id: string

Identifier.

maxLength32