Domain name for API request: cwp.tencentcloudapi.com.
This API is used to obtain the blocking allowlist list.
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: DescribeBanWhiteList. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Offset | No | Integer | Offset, which defaults to 0 |
Limit | No | Integer | Quantity of returns. The maximum value is 100. |
Filters.N | No | Array of Filter | Filter criteria |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total number of records |
WhiteList | Array of BanWhiteListDetail | Allowlist |
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. |
https://cwp.tencentcloudapi.com/?Action=DescribeBanWhiteList
&Offset=0
&Limit=10
&<Common request parameters>
{
"Response": {
"TotalCount": 4,
"WhiteList": [
{
"Id": "33",
"SrcIp": "xx.xx.xx.xx",
"ModifyTime": "2020-02-18 18:28:29",
"CreateTime": "2020-02-18 18:28:29",
"Remark": "532",
"Uuid": "",
"IsGlobal": false,
"Quuid": "",
"MachineIp": "",
"MachineName": ""
},
{
"Id": "34",
"SrcIp": "xx.xx.xx.xx",
"ModifyTime": "2020-03-08 23:27:09",
"CreateTime": "2020-03-08 23:27:09",
"Remark": "xxx",
"Uuid": "",
"IsGlobal": true,
"Quuid": "",
"MachineIp": "",
"MachineName": ""
},
{
"Id": "35",
"SrcIp": "xx.xx.xx.xx",
"ModifyTime": "2020-03-08 23:34:20",
"CreateTime": "2020-03-08 23:34:20",
"Remark": "whitelist_rule",
"Uuid": "",
"IsGlobal": false,
"Quuid": "d42129e4-54d3-41af-944c-ec5cfa0ce942",
"MachineIp": "10.104.135.28",
"MachineName": ""
},
{
"Id": "36",
"SrcIp": "xx.xx.xx.xx",
"ModifyTime": "2020-03-08 23:34:20",
"CreateTime": "2020-03-08 23:34:20",
"Remark": "whitelist_rule",
"Uuid": "",
"IsGlobal": false,
"Quuid": "b86925b4-cc36-420e-80d4-5094cb2f094b",
"MachineIp": "10.104.14.165",
"MachineName": ""
}
],
"RequestId": "aad8005f-2bf2-8b79-cfde-b030576f886e"
}
}
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 |
---|---|
InternalError | Internal error |
InvalidParameter | Incorrect parameter. |
InvalidParameter.InvalidFormat | Incorrect parameter format. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameter.ParsingError | Incorrect parameter parsing. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?