Queries the sensitive assets in an attack path.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetAttackPathSensitiveAssetConfig |
list |
*AttackPathSensitiveAssetConfig
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ConfigType |
string |
Yes |
The configuration type. Valid values:
|
asset_instance |
| AttackPathSensitiveAssetConfigId |
string |
No |
The ID of the attack path sensitive asset configuration. |
apsac-123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for this request. You can use the ID to troubleshoot issues. |
3956048F-9D73-5EDB-834B-4827BB48**** |
| AttackPathSensitiveAssetConfig |
object |
The attack path sensitive asset configuration data. |
|
| AttackPathAssetList |
array<object> |
The list of cloud service assets in the attack path. |
|
|
object |
The cloud service asset in the attack path. |
||
| AssetSubType |
integer |
Subtype of the cloud product asset. |
0 |
| AssetType |
integer |
Type of the cloud product asset. |
17 |
| InstanceId |
string |
Instance ID of the cloud product asset. |
i-bp174zui735kvf3v**** |
| InstanceName |
string |
Instance name of the cloud product asset. |
test |
| RegionId |
string |
Region ID of the cloud product asset instance. |
cn-hangzhou |
| Vendor |
integer |
Vendor of the cloud product asset. |
4 |
| AttackPathSensitiveAssetConfigId |
string |
The ID of the attack path sensitive asset settings. |
apsac-123 |
| ConfigType |
string |
The configuration type. Valid values:
|
asset_instance |
Examples
Success response
JSON format
{
"RequestId": "3956048F-9D73-5EDB-834B-4827BB48****",
"AttackPathSensitiveAssetConfig": {
"AttackPathAssetList": [
{
"AssetSubType": 0,
"AssetType": 17,
"InstanceId": "i-bp174zui735kvf3v****",
"InstanceName": "test",
"RegionId": "cn-hangzhou",
"Vendor": 4
}
],
"AttackPathSensitiveAssetConfigId": "apsac-123\n",
"ConfigType": "asset_instance"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | DataNotExists | data not exist | |
| 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.