Domain name for API request: antiddos.tencentcloudapi.com.
This API is used to obtain the list of CC precise protection policies.
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: DescribeCCPrecisionPlyList. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-09. |
Region | No | String | Common Params. This parameter is not required for this API. |
Business | Yes | String | Anti-DDoS service type. Valid values: bgpip-multip (Anti-DDoS Pro) and bgpip (Anti-DDoS Advanced). |
Offset | Yes | Integer | Starting offset of the page. Value: (number of pages – 1) * items per page. |
Limit | Yes | Integer | Number of results returned in one page |
InstanceId | No | String | Instance ID |
Ip | No | String | IP address, which is required when an Anti-DDoS Advanced instance is used. |
Domain | No | String | Domain name, which is required when an Anti-DDoS Advanced instance is used. |
Protocol | No | String | Protocol, which is required when an Anti-DDoS Advanced instance is used. |
Parameter Name | Type | Description |
---|---|---|
Total | Integer | Number of policy lists |
PrecisionPolicyList | Array of CCPrecisionPolicy | Information of the policy list |
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. |
POST / HTTP/1.1
Host: antiddos.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCCPrecisionPlyList
<Common request parameters>
{
"Business": "bgp-multip",
"InstanceId": "bgp-00000211",
"Limit": 10,
"Offset": 0
}
{
"Response": {
"RequestId": "23a97c66-22d4-4522-b93b-388aac08777d",
"Total": 1,
"PrecisionPolicyList": [
{
"PolicyId": "ccPrecs-00000001",
"InstanceId": "bgp-00000211",
"Ip": "1.1.1.1",
"Protocol": "http",
"Domain": "www.test.com",
"PolicyAction": "alg",
"PolicyList": [
{
"FieldType": "value",
"FieldName": "cgi",
"Value": "test",
"ValueOperator": "include"
}
],
"CreateTime": "2022-12-01 09:05:36",
"ModifyTime": "2022-12-01 09:05:36"
}
]
}
}
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 |
---|---|
AuthFailure | CAM signature/authentication error. |
DryRunOperation | The DryRun operation means that the request will be successful, but an extra DryRun parameter is passed. |
FailedOperation | Operation failed. |
InternalError | Internal error. Please try again later. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Invalid parameter value. |
LimitExceeded | The quota limit should not be exceeded. |
MissingParameter | Missing parameters. Please check and try again. |
OperationDenied | Operation denied. |
ResourceInUse | The resource is occupied. |
ResourceInsufficient | Insufficient resource. |
ResourceNotFound | The resource does not exist. Please try again later. |
ResourceUnavailable | The resource is unavailable. |
ResourcesSoldOut | The resources have been sold out. |
UnauthorizedOperation | The operation is unauthorized. |
UnknownParameter | Unknown parameter error. Please check and try again. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?