Note:
This is a legacy API which has been hidden and will no longer be updated. We recommend using the new Anti-DDoS Advanced API 3.0 which is standardized and faster.
The structure of an Tencent Cloud API request URL
https:// + domain name + Request path + ? + lists of request parameters
Description:
cvm.api.qcloud.com
. For more information about domain names, see relevant API documents./v2/index.php
.This example shows the URL of a Tencent Cloud API request: you sent an API request to query a list of Tencent Cloud CVM instances (Action: DescribeInstances). Domain name is: cvm.api.qcloud.com
. First 6 parameters are common request parameters, and the last 6 ones are API request parameters.
https://cvm.api.qcloud.com/v2/index.php?
Action=DescribeInstances
&SecretId=xxxxxxx
&Region=gz
&Timestamp=1465055529
&Nonce=59485
&Signature=mysignature //Common request parameters
&instanceIds.0=ins-0hm4gvho
&instanceIds.1=ins-8oby8q00
&offset=0
&limit=20
&status=2
&zoneId=100003 //API request parameters
Was this page helpful?