查詢防篡改事件。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeWebLockFileEvents |
get |
*WebLockBind
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Remark |
string |
否 |
資產名稱。 說明
調用 DescribeCloudCenterInstances 介面查詢資產名稱。 |
test-ecs |
| CurrentPage |
integer |
否 |
設定從返回結果的第幾頁開始顯示查詢結果。預設值為 1,表示從第 1 頁開始顯示。 |
1 |
| PageSize |
integer |
否 |
分頁查詢時,每頁顯示的防篡改事件的數量。預設值為 10,表示每頁顯示 10 條檢查結果。 |
20 |
| ProcessName |
string |
否 |
進程名稱。 |
sys_create |
| TsBegin |
integer |
否 |
查詢的開始時間戳。 |
1660649981419 |
| TsEnd |
integer |
否 |
查詢結束時間戳記。 |
1660649981419 |
| Dealed |
string |
否 |
要查詢的防篡改事件是否已處理。取值:
|
n |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| CurrentPage |
integer |
分頁查詢時,顯示的當前頁的頁碼。 |
2 |
| RequestId |
string |
本次調用請求的 ID,是由阿里雲為該請求產生的唯一識別碼,可用於排查和定位問題。 |
79CFF74D-E967-5407-8A78-EE03B925FDAA |
| PageSize |
integer |
分頁查詢時,顯示每頁資料的最大條數。 |
20 |
| TotalCount |
integer |
網頁防篡改事件的總數。 |
100 |
| List |
array<object> |
網頁防篡改事件列表。 |
|
|
object |
網頁防篡改事件。 |
||
| Status |
string |
狀態。取值:
|
1 |
| EventName |
string |
網頁防篡改事件名稱。 |
modify |
| Ds |
integer |
首次發生時間戳記。 |
1657178400000 |
| InternetIp |
string |
受影響資產執行個體的公網 IP 位址。 |
8.210.XX.XX |
| ProcessPath |
string |
進程路徑。 |
C:\Windows\explorer.exe |
| Ip |
string |
資產的 IP。 |
8.210.XX.XX |
| GmtEvent |
integer |
最新發生時間戳記。 |
1657178400000 |
| Count |
integer |
嘗試次數。 |
10 |
| IntranetIp |
string |
當前資產的私網 IP 位址。 |
172.25.XX.XX |
| ProcessName |
string |
進程名稱。 |
python3.7 |
| Uuid |
string |
資產執行個體的 UUID。 |
49e25e0f-bb51-4a5a-a1b3-13a4ddaa**** |
| EventType |
string |
防護模式。取值:
|
audit |
| InstanceName |
string |
資產執行個體名稱。 |
sql-test-001 |
| EventStatus |
string |
狀態。取值:
|
1 |
| Path |
string |
檔案路徑。 |
D:\test-tamper-proofing\123.html |
| Level |
string |
緊急程度。取值: medium:中危 |
medium |
| Id |
integer |
事件編號。 |
3555953980 |
樣本
正常返回樣本
JSON格式
{
"CurrentPage": 2,
"RequestId": "79CFF74D-E967-5407-8A78-EE03B925FDAA",
"PageSize": 20,
"TotalCount": 100,
"List": [
{
"Status": "1",
"EventName": "modify",
"Ds": 1657178400000,
"InternetIp": "8.210.XX.XX",
"ProcessPath": "C:\\Windows\\explorer.exe",
"Ip": "8.210.XX.XX",
"GmtEvent": 1657178400000,
"Count": 10,
"IntranetIp": "172.25.XX.XX",
"ProcessName": "python3.7",
"Uuid": "49e25e0f-bb51-4a5a-a1b3-13a4ddaa****",
"EventType": "audit",
"InstanceName": "sql-test-001",
"EventStatus": "1",
"Path": "\t\nD:\\test-tamper-proofing\\123.html",
"Level": "medium",
"Id": 3555953980
}
]
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | 服務故障,請稍後重試! |
| 403 | NoPermission | caller has no permission | 當前操作未被授權,請聯絡主帳號在RAM控制台進行授權後再執行操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。