get_cdn_zone_stats
Retrieve CDN zone statistics including bandwidth usage, request counts, and cache hit ratio using domain names or UUIDs for monitoring and analysis.
Instructions
Get statistics for a CDN zone. Smart identifier resolution: use origin domain, CDN domain, or UUID.
Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID
Returns: CDN zone statistics including bandwidth, requests, and cache hit ratio
Input Schema
Name | Required | Description | Default |
---|---|---|---|
zone_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"zone_identifier": {
"title": "Zone Identifier",
"type": "string"
}
},
"required": [
"zone_identifier"
],
"type": "object"
}