Domain name for API request: cfs.tencentcloudapi.com.
This API is used to get the list of data source buckets.
To use this API, submit a ticket for us to add you to the allowlist.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeBucketList. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
SrcService | Yes | String | Data source service provider. Valid values: COS (Tencent Cloud COS), OSS (Alibaba Cloud OSS), and OBS (Huawei Cloud OBS). |
SrcSecretId | Yes | String | SecretId of the data source account |
SrcSecretKey | Yes | String | SecretKey of the data source account |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Number of buckets |
BucketList | Array of BucketInfo | Bucket list |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to get the bucket list.
POST / HTTP/1.1
Host: cfs.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBucketList
<Common request parameters>
{
"SrcSecretId": "******************************",
"SrcSecretKey": "*****************************",
"SrcService": "COS"
}
{
"Response": {
"BucketList": [
{
"Name": "1-1256238147",
"Region": "ap-nanjing"
}
],
"TotalCount": 1,
"RequestId": "ea7fe4ad-d508-41f9-bcc7-6e043102b5ba"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?