Queries the cloud service asset types supported by attack path analysis.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListSupportAttackPathAsset |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SupportType |
string |
Yes |
The support type. Valid values:
|
event |
| NodeType |
string |
No |
The node type. Valid values:
|
end |
| PathType |
string |
No |
The path type. Note
Call ListAvailableAttackPath to query path types. |
role_escalation |
| PathName |
string |
No |
The path name. Note
Call ListAvailableAttackPath to query path names. |
ecs_get_credential_by_create_login_profile |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues. |
3956048F-9D73-5EDB-834B-4827BB48*** |
| AttackPathAssetTypeList |
array<object> |
The list of cloud service asset types for attack paths. |
|
|
object |
The cloud service asset type for attack paths. |
||
| AssetSubType |
integer |
The subtype of the cloud service asset. |
0 |
| AssetType |
integer |
The type of the cloud service asset. |
13 |
| Vendor |
integer |
The vendor of the cloud service asset. |
0 |
Examples
Success response
JSON format
{
"RequestId": "3956048F-9D73-5EDB-834B-4827BB48***",
"AttackPathAssetTypeList": [
{
"AssetSubType": 0,
"AssetType": 13,
"Vendor": 0
}
]
}
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.