All Products
Search
Document Center

Cloud Firewall:DescribeSdlEventSdList

Last Updated:Nov 20, 2025

Retrieves the list of sensitive data from a data breach.

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 in seconds.

1656664560

EndTime

integer

No

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

1761185080

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.

172.16.0.XXX

DstIp

string

No

The destination IP address.

47.100.102.XXX

Uuid

string

No

The unique ID.

aa58cdf6-6cf8-493c-912d-97619a24****

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The ID of the request.

15FCCC52-1E23-57AE-B5EF-3E00A3******

SdlEventSensitiveDataList

array<object>

A list of sensitive data from the data breach.

object

The details of the sensitive data.

SensitiveData

string

The sensitive data.

sk-N***************************SxiJ

SensitiveDataCnt

integer

The number of times the sensitive data appears.

6

SensitiveLevel

string

The sensitivity level of the data.

S3

SensitiveType

string

The type of sensitive data.

身份证

SrcIp

string

The source IP address.

172.23.191.XXX

StartTime

integer

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

1753928907

TotalCount

integer

The total number of entries.

6

Examples

Success response

JSON format

{
  "RequestId": "15FCCC52-1E23-57AE-B5EF-3E00A3******",
  "SdlEventSensitiveDataList": [
    {
      "SensitiveData": "sk-N***************************SxiJ",
      "SensitiveDataCnt": 6,
      "SensitiveLevel": "S3",
      "SensitiveType": "身份证",
      "SrcIp": "172.23.191.XXX",
      "StartTime": 1753928907
    }
  ],
  "TotalCount": 6
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.