Queries the attack payloads of intrusion events.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-cloudfirewall:DescribeRiskEventPayload | get | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
StartTime | string | Yes | The beginning of the time range to query. The value is a timestamp. Unit: seconds. | 1669533617 |
EndTime | string | Yes | The end of the time range to query. The value is a timestamp. Unit: seconds. | 1681288980 |
SrcIP | string | No | The source IP address to query. If you specify this parameter, all intrusion events from the specified source IP address are queried. | 203.0.113.1 |
DstIP | string | No | The destination IP address to query. If you specify this parameter, all intrusion events with the specified destination IP address are queried. | 203.0.113.2 |
UUID | string | Yes | The UUID of the intrusion event. | e62c25e0-1073-46bd-9567-b8f12b3d**** |
FirewallType | string | No | The type of the firewall. Valid values:
| InternetFirewall |
SrcVpcId | string | No | The ID of the source VPC to query. If you specify this parameter, all intrusion events that contain the specified ID of the source VPC are queried. | vpc-wz9j2lqyo15udw5nt**** |
DstVpcId | string | No | The ID of the destination VPC to query. If you specify this parameter, all intrusion events that contain the specified ID of the destination VPC are queried. | vpc-uf6jr1klwqb60dyn2**** |
PublicIP | string | No | The public IP address. If you specify this parameter, all intrusion events that contain the specified public IP address are queried. | 203.0.113.3 |
Response parameters
Examples
Sample success responses
JSON
format
{
"DstIP": "203.0.113.1",
"DstPort": 8080,
"DstVpcId": "vpc-bp10w5nb30r4jzfyc****",
"HitContentType": 1,
"HitTo": 67,
"ParsedContent": "2f636f6d706f7365722f73656e645f656d61696c3f746f3d6d61667740776f66736f7961792675726c3d687474703a2f2f302e302e302e303a31323334352f692f6431366530312f313664622f673670772f",
"Payload": "302902010004067075626c6963a01c0204036a5f43020100020100300e300c06082b060102010101000500",
"PayloadLen": 457,
"Proto": "TCP",
"RealIp": "203.0.113.3",
"RequestId": "68055BA4-D8BD-5611-AC49-C651E619A12E",
"SrcIP": "203.0.113.2",
"SrcPort": 54360,
"SrcVpcId": "vpc-t4nlt09olhpazpoeg****",
"XForwardFor": "203.0.113.4"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ErrorParameters | A parameter error occurred. | A parameter error occurred. |
400 | ErrorIpFormat | The IP address is invalid. | The IP address is invalid. |
400 | ErrorTimeError | The time is invalid. | The time is invalid. |
400 | ErrorFirewallType | The specified firewall type is invalid. | The firewall type of traffic log is invalid. |
400 | ErrorSLSLogStore | Failed to get SLS logstore. | Failed to obtain the Log Service logstore. |
400 | ErrorMarshalJSON | internal error. | Internal error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-13 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-23 | The request parameters of the API has changed | View Change Details |