How to Retrieve CDN Information for Vultr CDN Push Zones
-
by Blog Admin
- 6
How to Retrieve CDN Information for Vultr CDN Push Zones
Provides information about Vultrs Content Delivery Network (CDN) service for accelerating content distribution globally.
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
- Navigate to Products, click CDN, and then click Push Zones.
- Click your target CDN Push Zone subscription to open its management page.
- Click Overview.
- Under CDN Information, locate CDN URL, and copy it for further use.
Vultr API
Send a GET request to the List CDN Push Zones endpoint and note the target Push Zone subscription’s CDN URL.
$ curl "https://api.vultr.com/v2/cdns/push-zones" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
Vultr CLI
List all available CDN Push Zone subscriptions and note the target Push Zone subscription’s CDN URL.
$ vultr-cli cdn push list
How to Retrieve CDN Information for Vultr CDN Push Zones Provides information about Vultrs Content Delivery Network (CDN) service for accelerating content distribution globally. 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…
How to Retrieve CDN Information for Vultr CDN Push Zones Provides information about Vultrs Content Delivery Network (CDN) service for accelerating content distribution globally. 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…