Configuration Manual for the "Volcengine-CDN" Collector
Before reading this article, please read:
Before using this collector, you must install the 'Integration Core Package' and its corresponding third-party dependency packages
The Content Delivery Network (CDN) collector does not require configuration of geographic parameters
Configuring Filters (Optional)
This collector script supports user-defined filters, allowing users to filter target resources based on object properties. The filter function returns True or False.
- True: The target resource needs to be collected.
- False: The target resource does not need to be collected.
Supported object properties for filtering:
Property | Description |
---|---|
CacheShared | Indicates the role of the accelerated domain in shared cache configurations target_host: indicates that there is a shared cache configuration cache_shared_on: indicates that there are shared cache configurations "": This parameter value is empty, indicating that the accelerated domain does not belong to any shared cache configuration. |
CacheSharedTargetHost | If CacheShared is cache_shared_on, it represents the target domain sharing the cache with the accelerated domain. If CacheShared is target_host or an empty value ("") , this parameter value is also empty (""). |
Cname | The CNAME address of the domain, automatically assigned when adding a domain. |
Domain | Accelerated domain |
HTTPS | Indicates whether the accelerated domain has enabled HTTPS functionality. |
IPv6 | Indicates whether the accelerated domain supports access via IPv6 addresses. |
ServiceRegion | Domain acceleration region, currently only supports acceleration within mainland China. |
Status | Indicates whether the domain is locked. This parameter has the following values: on: indicates that the domain is locked. off: indicates that the domain is not locked. |
ServiceType | Specifies a type of domain service for querying: web: webpage/small file acceleration; download: large file download acceleration; video: audio/video on-demand acceleration. |
Python | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
1. Data Reporting Format
After data synchronization, you can view the data in the {{( brand_name )}}'s "Infrastructure - Resource Catalog".
Example of reported data:
JSON | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
Fields in tags and fields may change with subsequent updates
The value of tags.name is the instance ID, serving as a unique identifier. fields.message, fields.BackupOrigin, fields.DomainLock, fields.PrimaryOrigin, and fields.ResourceTags are all JSON serialized strings.
X. Appendix
Please refer to the official Volcengine documentation: