A TencentCloud API request URL is concatenated as follows:
https:// + request domain name + request path + ? + final request parameter string
The elements of each URL are described as follows:
cvm.api.qcloud.com
. For the request domain name of a specific product, see the description of each API./v2/index.php
.The final request URL for a TencentCloud API is as follows:
Taking Tencent Cloud CVM's DescribeInstances API as an example, the first six parameters are common request parameters, while the last six 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?