Official Tencent Cloud SDK for Enterprise Content Delivery Network (ECDN) services. Current version 3.0.1459, released weekly alongside the main tencentcloud-sdk-python suite. Provides Pythonic access to ECDN APIs including domain management, log reporting, and DSA configuration.
pip install tencentcloud-sdk-python-ecdnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Authenticate with environment variables and list ECDN domain configurations.
Use 'from tencentcloud.ecdn.v20191012 import ecdn_client' then reference ecdn_client.EcdnClient.
Always use v20191012 in the import path.
Specify an actual region like 'ap-guangzhou' or use client.set_region() after initialization.
Install 'pip install tencentcloud-sdk-python-common[async]' for async support, then import from tencentcloud.ecdn.v20191012.async_ecdn_client.
Use: from tencentcloud.ecdn.v20191012 import ecdn_client; then ecdn_client.EcdnClient
Set TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables correctly.
Ensure you are using the correct API version (v20191012) and upgrading to the latest SDK version.
Use credential.Credential(secret_id, secret_key) without keyword arguments or upgrade to latest SDK.