v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
Storage Zone

Get Storage Zone Egress Statistics

get/storagezone/{id}/statistics/egress

Path parameters

idinteger required

The ID of the storage zone

Query parameters

dateFromstring date-time nullable

(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned.

dateTostring date-time nullable

(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned.

hourlyboolean

(Optional) If true, the statistics data will be returned in hourly groupping.

Response

The egress statistics data for the passed parameters.

HttpEgressChartobject nullable

Download traffic served over HTTP

S3EgressChartobject nullable

Download traffic served over S3

S3PresignedEgressChartobject nullable

Download traffic served over presigned S3 URLs

FtpEgressChartobject nullable

Download traffic served over FTP

SftpEgressChartobject nullable

Download traffic served over SFTP

TotalEgressChartobject nullable

Total download traffic across all protocols

HttpEgressTotalinteger

Total download traffic over HTTP

S3EgressTotalinteger

Total download traffic over S3

S3PresignedEgressTotalinteger

Total download traffic over presigned S3 URLs

FtpEgressTotalinteger

Total download traffic over FTP

SftpEgressTotalinteger

Total download traffic over SFTP

TotalEgressinteger

Total download traffic across all protocols