Introduction
Overview
Edge Security Acceleration Platform EO (Tencent Cloud EdgeOne, hereinafter referred to as EdgeOne) is the first domestic truly integrated edge security acceleration platform based on a new architecture. It provides comprehensive security protection, network & application performance acceleration, leading edge computing, and comprehensive monitoring and operational analysis capabilities. Currently, the four major modules of EdgeOne have gradually matured, offering developers diversified technical solutions. This section introduces EdgeOne API interfaces, all of which are API 3.0 interfaces. You can call APIs to operate EdgeOne, such as creating sites, creating acceleration domain names, Layer 4 proxy, security rules, and edge functions. For all supported API information of EdgeOne, please refer to API Overview.
glossary
Common terminology for EdgeOne API interface see the table below
Term | Description |
---|---|
Zone ID | |
A CNAME (Canonical Name) record is a DNS record type that resolves one domain name to another (CNAME domain), which then resolves to the target server IP address. When using CNAME for access, after adding an acceleration domain name and enabling proxy acceleration, EdgeOne will assign a CNAME domain in the form of .eo.dnse5.com to the acceleration domain name. | |
By changing the NS record address of the NS server to the NS record address provided by EdgeOne, you can transfer DNS resolution permission to EdgeOne. This enables stable and professional resolution services while also allowing you to integrate security protection and acceleration services provided by EdgeOne by enabling proxy mode. | |
Plan | Refers to a package, which is a collection of EdgeOne product capabilities and limits available for a specific site. Different packages offer different sets of product capabilities and limits. Sites integrated with EdgeOne must subscribe to a package, which includes a package quota. Currently, EdgeOne provides the Free Edition, Personal Edition, Basic Version, Standard Version, and Enterprise Edition. |
Usage limits
For API parameter limits, refer to the parameter descriptions in the API documentation.
API quick start
You can use the API Explorer Tool for online API calls.
This document uses creating site as an example. The steps for API call via API Explorer Tool are as follows:
- Enter the API Explorer Tool page (https://console.cloud.tencent.com/api/explorer). For more API Explorer Tool usage information, please see Using API Explorer (https://cloud.tencent.com/document/product/1278/46697).
- Call CreateZone to create site.
- After the site is created, you can view the created site on the console page. Subsequently, you can perform a series of operations for the site, such as adding a domain and configuring an acceleration strategy.