A Content Delivery Network (CDN) is a new layer of network architecture added to the existing Internet, composed of high-performance acceleration nodes distributed globally. These high-performance service nodes store your business content according to certain caching policies. When your users make a request for specific business content, the request is scheduled to the service node closest to the user, which directly responds quickly, effectively reducing user access latency and improving availability.
All CDN API interfaces introduced in this section are API 3.0 interfaces.
You can call APIs to perform CDN operations, such as creating acceleration domain names, modifying domain name configurations, data analysis, and purge and prefetch.
For all supported API information, please refer to API Overview.
For common terms of the CDN API, see the table below:
| Term | Description |
|---|---|
| Domain | Acceleration domain name. |
| CNAME | A CNAME (Canonical Name) record is a DNS record type that resolves one domain name to another (CNAME domain), which then resolves to the server IP address you need to access. |
Usage limits
For API parameter limits, refer to the parameter descriptions in each API document.
You can use the API Explorer tool to call APIs online.
This document uses a newly-added acceleration domain name as an example. The steps for making an API call via the API Explorer Tool are as follows:
피드백