Retrieves the list of attack types for the attack analysis event display.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetAttackTypeList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. The ID is generated by Alibaba Cloud and is a unique identifier used for troubleshooting and locating issues. |
CE500770-42D3-442E-9DDD-156E0F9F**** |
| AttackTypeList |
array<object> |
The list of attack types. |
|
|
object |
The list of attack types. |
||
| Value |
string |
The type value. |
upload |
| Label |
string |
The attack type description. |
sas.attack.type.type12 |
| Status_Type |
string |
The attack source. Valid values:
|
alinet |
Examples
Success response
JSON format
{
"RequestId": "CE500770-42D3-442E-9DDD-156E0F9F****",
"AttackTypeList": [
{
"Value": "upload",
"Label": "sas.attack.type.type12",
"Status_Type": "alinet"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.