DescribeConsoleDdosPolicies
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DescribeConsoleDdosPolicies
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records displayed on the page. |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the current page number returned. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
StartRow | BODY | integer | No | No sample value for this parameter. | returns the start line. |
AliUid | BODY | long | Yes | No sample value for this parameter. | user cloud account UID. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
HttpRate | integer | no demo value | alert HTTP request rate threshold (QPS). |
CodeName | sting | no demo value | the name of the data center corresponding to the IP network segment. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
Code | string | no demo value | the data center code corresponding to the IP network segment. |
PackageRate | integer | no demo value | Early warning packet speed threshold (PPS). |
TotalCount | integer | no demo value | returns the total number of pages. |
CurrentPage | integer | no demo value | currently returns page number. |
ExternalServiceIP | string | no demo value | IP or IP network segment. description the system default policy returns default. |
DepartmentName | string | no demo value | the name of the department corresponding to the current user. |
ThresholdList | list | no demo value | DDoS protection policy list. For specific sub-item descriptions, see the following parameter descriptions. |
FlowRate | integer | no demo value | alert flow threshold (Mbps). |
AliUid | long | no demo value | the cloud account ID corresponding to the protection policy. |
Example
Successful Response example
{
"HttpRate":"no demo value",
"CodeName":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Code":"no demo value",
"PackageRate":"no demo value",
"TotalCount":"no demo value",
"CurrentPage":"no demo value",
"ExternalServiceIP":"no demo value",
"DepartmentName":"no demo value",
"ThresholdList":"no demo value",
"FlowRate":"no demo value",
"AliUid":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}