Retrieves statistics about access sources for public IP addresses.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
47.100.XX.XX |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| DstIp |
string |
No |
The destination IP address. |
47.100.102.XXX |
| PageSize |
string |
No |
The number of the page to return. |
10 |
| CurrentPage |
string |
No |
The page number. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries. |
20 |
| RequestId |
string |
The request ID. |
0DC783F1-B3A7-578D-8A63-***** |
| StatList |
array<object> |
The list of statistics. |
|
|
object |
The list of statistics. |
||
| AbnormalSrcIp |
integer |
The number of abnormal source IP addresses. |
12 |
| NormalSrcIp |
integer |
The number of normal source IP addresses. |
21 |
| Port |
string |
The port number. |
6163 |
| App |
string |
The application type. |
HTTP |
Examples
Success response
JSON format
{
"TotalCount": 20,
"RequestId": "0DC783F1-B3A7-578D-8A63-*****",
"StatList": [
{
"AbnormalSrcIp": 12,
"NormalSrcIp": 21,
"Port": "6163",
"App": "HTTP"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorParameters | A parameter error occurred. | A parameter error occurred. |
| 400 | ErrorPageNo | Either page number or page size is invalid. | Either page number or page size is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.