All Products
Search
Document Center

Cloud Firewall:DescribeOutgoingStatistic

Last Updated:Dec 30, 2025

Retrieves outbound connection statistics.

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.

117.32.136.XXX

Lang

string

No

The language of the response. Valid values:

  • zh (default): Chinese

  • en: English

zh

Lang

string

No

The language of the response. Valid values:

  • zh (default): Chinese

  • en: English

zh

StartTime

string

Yes

The start time. Use a UNIX timestamp in seconds.

1746554400

EndTime

string

Yes

The end time. Use a UNIX timestamp in seconds.

1734920543

Response elements

Element

Type

Description

Example

object

UnknownProtocolRadio

string

The percentage of traffic from unidentified protocols.

20.13

SubscribeDstIPCount

integer

The number of destination IP addresses that you follow.

10

TotalProtocolCount

integer

The number of outbound connection protocols.

10

UncoveredAclDstIP

integer

The number of destination IP addresses that are not covered by a policy.

10

TotalDomainCount

integer

The total number of outbound domain names.

10

SubscribeDomainCount

integer

The number of domain names that you follow.

10

TotalAssetCount

integer

The total number of assets that have outbound connections.

13

TotalDstIPCount

integer

The total number of destination IP addresses for outbound connections.

107

IgnoreDstIPCount

integer

The number of destination IP addresses that are ignored.

0

RequestId

string

The request ID.

E2BD70F4-48BF-5EFD-B103-F0763E27*****

IgnoreDomainCount

integer

The number of domain names that are ignored.

10

IgnoreAssetCount

integer

The number of assets that are ignored.

0

RiskDstIPCount

integer

The number of risky destination IP addresses for outbound connections.

1

RiskAssetCount

integer

The number of risky assets.

0

UncoveredAclDomain

integer

The number of domain names that are not covered by a policy.

0

RiskDomainCount

integer

The number of risky domain names for outbound connections.

1

SubscribeAssetCount

integer

The number of assets that you follow.

0

PrivateTotalAssetCount

integer

The number of assets with outbound connections over a private network.

0

PrivateRiskAssetCount

integer

The number of risky assets with outbound connections over a private network.

0

Examples

Success response

JSON format

{
  "UnknownProtocolRadio": "20.13\n",
  "SubscribeDstIPCount": 10,
  "TotalProtocolCount": 10,
  "UncoveredAclDstIP": 10,
  "TotalDomainCount": 10,
  "SubscribeDomainCount": 10,
  "TotalAssetCount": 13,
  "TotalDstIPCount": 107,
  "IgnoreDstIPCount": 0,
  "RequestId": "E2BD70F4-48BF-5EFD-B103-F0763E27*****",
  "IgnoreDomainCount": 10,
  "IgnoreAssetCount": 0,
  "RiskDstIPCount": 1,
  "RiskAssetCount": 0,
  "UncoveredAclDomain": 0,
  "RiskDomainCount": 1,
  "SubscribeAssetCount": 0,
  "PrivateTotalAssetCount": 0,
  "PrivateRiskAssetCount": 0
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorAliUid Aliuid invalid. The aliuid is invalid.
400 ErrorTimeError The time is invalid. The time is invalid.
400 ErrorIntervalError The interval is invalid. The interval 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.