Domain name for API request: cls.tencentcloudapi.com.
This API is used to get COS import configuration.
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: DescribeCosRecharges. |
Version | Yes | String | Common Params. The value used for this API: 2020-10-16. |
Region | No | String | Common Params. This parameter is not required for this API. |
TopicId | Yes | String | ID of the log topic. |
Status | No | Integer | Status. 0 : Created, 1 : Running, 2 : Stopped, 3 : Completed, 4 : Run failed |
Enable | No | Integer | Whether the configuration is enabled. 0 : Not enabled, 1 : Enabled |
Parameter Name | Type | Description |
---|---|---|
Data | Array of CosRechargeInfo | See the description of the CosRechargeInfo structure.Note: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to get COS import configuration.
POST / HTTP/1.1
Host: cls.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCosRecharges
<Common request parameters>
{
"TopicId": "xxx-xxx-xxx-xxx",
"Status": 0,
"Enable": 1
}
{
"Response": {
"Data": [
{
"Status": 3,
"TopicId": "5590efdf-cae5-4703-8d00-2a813xxxxx",
"BucketRegion": "ap-guangzhou",
"Enable": 1,
"Name": "test",
"Progress": 1,
"Compress": "gzip",
"Bucket": "xxxxx-1254xxxx",
"UpdateTime": "2023-03-08 14:51:14",
"Id": "0333114e-2e93-42d8-8a2f-a55de8474",
"LogType": "minimalist_log",
"Prefix": "xxx/2023/03/07/16/202303071600_000_1030.gz",
"LogsetId": "03efb75a-0f89-41b0-8cc6-9049a51fexxxx",
"CreateTime": "2023-03-08 15:29:55",
"ExtractRuleInfo": {
"LogRegex": "",
"Keys": [
"@time"
],
"TimeKey": "",
"BeginRegex": "",
"UnMatchUpLoadSwitch": true,
"Delimiter": ",",
"TimeFormat": "",
"UnMatchLogKey": "fieldName",
"Backtracking": 0
}
}
],
"RequestId": "xx-xx-xx-xx"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InternalError | Internal error. |
InvalidParameter | Incorrect parameter. |
InvalidParameter.TopicConflict | There is already a log topic with the same name in the specified logset. |
LimitExceeded | The quota limit has been reached. |
OperationDenied | Operation denied. |
OperationDenied.ACLFailed | ACL verification failed. |
OperationDenied.AccountDestroy | The account has been terminated. |
OperationDenied.AccountIsolate | The account has overdue payments. |
OperationDenied.AccountNotExists | The account does not exist. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.TopicNotExist | The log topic does not exist. |
문제 해결에 도움이 되었나요?