DescribeFlowDetails
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DescribeFlowDetails
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| VmIP | BODY | string | Yes | No sample value for this parameter. | IP attacked. |
| Distribution | BODY | string | Yes | No sample value for this parameter. | area ID. For example, DXJF represents the Daxing computer room area. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| PackageRate | integer | no demo value | package speed (unit: pps). |
| HttpRate | integer | no demo value | HTTP request rate (unit: QPS). |
| RequestId | string | no demo value | request ID. |
| FlowDetail | struct | no demo value | traffic details, see the following parameter description for specific sub-items. |
| Distribution | string | no demo value | area code. |
| ExternalServiceIp | string | no demo value | IP or IP network segment. |
| HttpStatusCode | integer | no demo value | HTTP status code. |
| DistributionDisplay | string | no demo value | the name of the region to which it belongs. |
| FlowRate | integer | no demo value | flow rate (unit: Mbps). |
| AliUid | long | no demo value | cloud account ID. |
Example
Successful Response example
{
"PackageRate":"no demo value",
"HttpRate":"no demo value",
"RequestId":"no demo value",
"FlowDetail":"no demo value",
"Distribution":"no demo value",
"ExternalServiceIp":"no demo value",
"HttpStatusCode":"no demo value",
"DistributionDisplay":"no demo value",
"FlowRate":"no demo value",
"AliUid":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}