Official Tencent Cloud SDK for the SSL Pod service, providing Python bindings to manage SSL certificate monitoring, validation, and reporting. Current version 3.0.1459, frequent releases tracking the cloud API.
pip install tencentcloud-sdk-python-sslpodNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Authenticate and call DescribeDashboard as a quick health check.
Update imports to include the version segment, e.g., from tencentcloud.sslpod.v20190605 import ...
Always pass the region parameter to SslpodClient(cred, region='ap-guangzhou').
Replace client = SslpodClient(secret_id, secret_key, region) with client = SslpodClient(credential.Credential(secret_id, secret_key), region).
Install the correct package: pip install tencentcloud-sdk-python-sslpod
Use: from tencentcloud.sslpod.v20190605 import sslpod_client