All Products
Search
Document Center

Cloud Firewall:DescribeSdlEventStatistic

Last Updated:Nov 20, 2025

Queries statistics about data leaks.

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

Lang

string

No

The language of the request and response.

zh

StartTime

integer

No

The start time. The value is a UNIX timestamp in seconds.

1656750960

EndTime

integer

No

The end time. The value is a UNIX timestamp in seconds.

1732586712

Response elements

Element

Type

Description

Example

object

Schema of Response

AssetCount

integer

The total number of assets.

32

RequestId

string

The ID of the request.

C5DDD596-1191-5F36-A504-8733045A****

SensitiveDataCount

integer

The number of sensitive data leak events.

2

TotalCount

integer

The total number of entries.

2

TotalTraffic

integer

The total traffic. Unit: bytes.

0

AiSensitiveDataCount

integer

The number of AI-related leak threats.

1

Examples

Success response

JSON format

{
  "AssetCount": 32,
  "RequestId": "C5DDD596-1191-5F36-A504-8733045A****",
  "SensitiveDataCount": 2,
  "TotalCount": 2,
  "TotalTraffic": 0,
  "AiSensitiveDataCount": 1
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.