All Products
Search
Document Center

Cloud Firewall:DescribeSdlLastPayload

Last Updated:Jul 02, 2026

Retrieves the packet payload of a sensitive data leak event.

Operation description

QPS limit

The single-user QPS limit for this operation is 10 calls per second. If this limit is exceeded, API calls are throttled, which may affect your business. Call this operation at a reasonable frequency.

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. Valid values:

  • zh (default): Chinese.

  • en: English.

zh

StartTime

integer

No

The beginning of the time range to query. Specify the value as a UNIX timestamp in seconds.

1656837360

EndTime

integer

No

The end of the time range to query. Specify the value as a UNIX timestamp in seconds.

1534408267

SrcIp

string

No

The source IP address.

121.40.84.XXX

DstIp

string

No

The destination IP address.

47.100.102.XXX

SensitiveCategory

string

No

The type of sensitive credential.

id_card

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2****

SrcPortList

string

The source port.

1586

DstPortList

string

The destination port.

80

ProtoList

string

The protocol.

tcp

Payload

string

The attack payload of the intrusion prevention event.

302902010004067075626c6963a01c0204036a5f43020100020100300e300c06082b060102010101000500

Examples

Success response

JSON format

{
  "RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2****",
  "SrcPortList": "1586",
  "DstPortList": "80",
  "ProtoList": "tcp",
  "Payload": "302902010004067075626c6963a01c0204036a5f43020100020100300e300c06082b060102010101000500"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.