(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned.
dateTo
string
No
—
(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned.
pullZone
integer
No
—
(Optional) If set, the statistics will be only returned for the given Pull Zone
serverZoneId
integer
No
—
(Optional) If set, the statistics will be only returned for the given region ID
loadErrors
boolean
No
—
(Optional) If set, the respose will contain the non-2xx response
hourly
boolean
No
—
(Optional) If true, the statistics data will be returned in hourly groupping.
exactRange
boolean
No
—
(Optional) If true and hourly=true, the exact hour components of dateFrom and dateTo will be preserved instead of rounding to full-day boundaries.
loadOriginResponseTimes
boolean
No
—
Load Origin Response Times
loadOriginTraffic
boolean
No
—
Load Origin Traffic
loadRequestsServed
boolean
No
—
Load Requests Served
loadBandwidthUsed
boolean
No
—
Load Bandwidth Used
loadOriginShieldBandwidth
boolean
No
—
Load Origin Shield Bandwidth
loadGeographicTrafficDistribution
boolean
No
—
Load Geographic Traffic Distribution
loadUserBalanceHistory
boolean
No
—
Load User Balance History
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dateFrom": { "type": "string", "description": "(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned." }, "dateTo": { "type": "string", "description": "(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned." }, "pullZone": { "type": "integer", "description": "(Optional) If set, the statistics will be only returned for the given Pull Zone" }, "serverZoneId": { "type": "integer", "description": "(Optional) If set, the statistics will be only returned for the given region ID" }, "loadErrors": { "type": "boolean", "description": "(Optional) If set, the respose will contain the non-2xx response" }, "hourly": { "type": "boolean", "description": "(Optional) If true, the statistics data will be returned in hourly groupping." }, "exactRange": { "type": "boolean", "description": "(Optional) If true and hourly=true, the exact hour components of dateFrom and dateTo will be preserved instead of rounding to full-day boundaries." }, "loadOriginResponseTimes": { "type": "boolean", "description": "Load Origin Response Times" }, "loadOriginTraffic": { "type": "boolean", "description": "Load Origin Traffic" }, "loadRequestsServed": { "type": "boolean", "description": "Load Requests Served" }, "loadBandwidthUsed": { "type": "boolean", "description": "Load Bandwidth Used" }, "loadOriginShieldBandwidth": { "type": "boolean", "description": "Load Origin Shield Bandwidth" }, "loadGeographicTrafficDistribution": { "type": "boolean", "description": "Load Geographic Traffic Distribution" }, "loadUserBalanceHistory": { "type": "boolean", "description": "Load User Balance History" } }, "required": [ "PCID" ]}