How to Retrieve CDN Information for Vultr CDN Push Zones

Updated on November 27, 2024

Vultr CDN simplifies access to your distributed content by providing a unique CDN URL. This URL routes requests through Vultr's global network of 32 locations, ensuring that your content is delivered quickly and efficiently from the nearest edge server. By using this CDN URL, you optimize content delivery performance and reduce latency for users around the world.

Follow this guide to retrieve the Vultr CDN URL on your Vultr account using the Vultr Customer Portal, API, or CLI.

  • Vultr Customer Portal
  • Vultr API
  • Vultr CLI
  1. Navigate to Products, click CDN, and then click Push Zones.

    Pushzone option in products sidebar

  2. Click your target CDN Push Zone service.

    Selection of a target Push Zone service

  3. Copy CDN URL.

    Copying the CDN URL

  1. Send a GET request to the List Push Zones endpoint and note the target Push Zone service's cdn_url.

    console
    $ curl "https://api.vultr.com/v2/cdns/push-zones" \
        -X GET \
        -H "Authorization: Bearer ${VULTR_API_KEY}"
    
  1. List all available CDN Push Zone services and note the target Push Zone service's URL.

    console
    $ vultr-cli cdn push list