Skip to content
Start here

Spectrum Analytics

Spectrum AnalyticsZones

Spectrum AnalyticsZonesReports

Get zones bandwidth report
GET/user/spectrum_analytics/zones/report
ModelsExpand Collapse
ReportGetResponse = array of object { totals, zone_id }
totals: object { bandwidth }
bandwidth: object { 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