Membuat kueri daftar jalur serangan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListAvailableAttackPath |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan respons. Nilai yang valid:
|
en |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan, yang merupakan pengenal unik yang dibuat oleh Alibaba Cloud untuk permintaan tersebut dan dapat digunakan untuk memecahkan masalah serta menemukan sumber masalah. |
1383B0DB-D5D6-4B0C-9E6B-75939C8E**** |
| AttackPathList |
array<object> |
Daftar jalur serangan. |
|
|
object |
Data jalur serangan. |
||
| PathType |
string |
Tipe jalur. |
role_escalation |
| PathName |
string |
Nama jalur. |
ecs_get_credential_by_create_login_profile |
| PathNameDesc |
string |
Deskripsi nama jalur. |
ECS Instance Can Obtain Long-term Access Credential by Enabling Console Logon for RAM User |
| PathTypeDesc |
string |
Deskripsi tipe jalur. |
Privilege Escalation by Role |
Contoh
Respons sukses
JSONformat
{
"RequestId": "1383B0DB-D5D6-4B0C-9E6B-75939C8E****",
"AttackPathList": [
{
"PathType": "role_escalation",
"PathName": "ecs_get_credential_by_create_login_profile",
"PathNameDesc": "ECS Instance Can Obtain Long-term Access Credential by Enabling Console Logon for RAM User",
"PathTypeDesc": "Privilege Escalation by Role"
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.