get_cdn_zone_summary
Retrieve configuration details, statistics, and SSL information for a Vultr CDN zone using domain name or UUID identifier.
Instructions
Get a comprehensive summary of 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: Comprehensive CDN zone summary including configuration, stats, and SSL info
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"
}