All Products
Search
Document Center

Cloud Firewall:DescribeSdlEventDetail

Last Updated:Mar 04, 2026

Retrieves the details of a data leak event.

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 response.

zh

StartTime

integer

No

The start time. The value is a UNIX timestamp that is accurate to the second.

1656664560

EndTime

integer

No

The end time. The value is a UNIX timestamp that is accurate to the second.

1753755251

CurrentPage

integer

No

The number of the page to return.

1

PageSize

integer

No

The number of the page to return.

10

SrcIp

string

No

The source IP address.

121.40.84.XXX

DstIp

string

No

The destination IP address.

47.100.102.XXX

Uuid

string

No

The unique ID.

326ce10e-5e17-4235-879a-6f2502cd****

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The ID of the request.

D19D8F70-D64B-5A95-905A-6073BF4A****

SdlEventDetailList

array<object>

The list of events.

object

The events.

EventName

string

The name of the event.

event-test

SensitiveDataCnt

integer

The amount of sensitive data.

10

SensitiveLevel

string

The sensitivity level.

S3

SensitiveType

string

The type of sensitive data.

Identity Card

StartTime

integer

The time when the event occurred.

1753928907

TotalCount

integer

The total number of entries.

8

Examples

Success response

JSON format

{
  "RequestId": "D19D8F70-D64B-5A95-905A-6073BF4A****",
  "SdlEventDetailList": [
    {
      "EventName": "event-test",
      "SensitiveDataCnt": 10,
      "SensitiveLevel": "S3",
      "SensitiveType": "Identity Card",
      "StartTime": 1753928907
    }
  ],
  "TotalCount": 8
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.