All Products
Search
Document Center

Cloud Firewall:DescribeOpenIpAccessSrcStat

Last Updated:Oct 16, 2025

Retrieves statistics about access sources for public IP addresses.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • en :

    English

  • zh :

    Chinese

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.