Domain name for API request: antiddos.tencentcloudapi.com.
This API is used to obtain layer-7 forwarding rules.
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: DescribeNewL7Rules. |
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 (bgpip : Anti-DDoS Advanced) |
StatusList.N | No | Array of Integer | (Optional) Searches by rule status. Valid values: 0 (Successfully configured), 1 (Being configured), 2 (Configuration failed), 3 (Being deleted), 5 (Deletion failed), 6 (awaiting configuration), 7 (awaiting deletion), and 8 (awaiting certificate configuration). |
Domain | No | String | (Optional) Searches by domain name. |
Ip | No | String | (Optional) Searches by IP. |
Limit | No | Integer | Number of items in a page. Returned results are not paged if you enter “0”. |
Offset | No | Integer | Starting offset of the page. Value: (number of pages – 1) * items per page. |
ProtocolList.N | No | Array of String | (Optional) Searches by forwarding protocol. Values: [http, https, http/https] |
Cname | No | String | CNAME of the Anti-DDoS Advanced instance |
Parameter Name | Type | Description |
---|---|---|
Rules | Array of NewL7RuleEntry | List of forwarding rules |
Healths | Array of L7RuleHealth | List of health check settings |
Total | Integer | Total number of rules |
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: DescribeNewL7Rules
<Common request parameters>
{
"StatusList": [
1
],
"Domain": "xx",
"Business": "xx",
"Ip": "xx",
"Limit": 1,
"Offset": 1,
"ProtocolList": [
"xx"
]
}
{
"Response": {
"Rules": [
{
"KeepTime": 1,
"HttpsToHttpEnable": 1,
"Status": 1,
"LbType": 1,
"CCLevel": "xx",
"CCEnable": 1,
"CCThreshold": 1,
"Region": 1,
"VirtualPort": 1,
"SourceList": [
{
"Source": "xx",
"Weight": 1
},
{
"Source": "xx",
"Weight": 1
}
],
"Cert": "xx",
"KeepEnable": 1,
"ModifyTime": "2020-09-22 00:00:00",
"Domain": "xx",
"Protocol": "xx",
"SourceType": 1,
"RuleId": "xx",
"Ip": "xx",
"PrivateKey": "xx",
"CertType": 1,
"RuleName": "xx",
"CCStatus": 1,
"SSLId": "xx",
"Id": "xx"
}
],
"Healths": [
{
"Status": 1,
"Enable": 1,
"RuleId": "xx",
"Url": "xx",
"Interval": 1,
"AliveNum": 1,
"KickNum": 1,
"Method": "xx",
"StatusCode":1,
}
],
"Total": 1,
"RequestId": "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 |
---|---|
AuthFailure | CAM signature/authentication error. |
Was this page helpful?