查詢微隔離防禦總覽。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:GetInterceptionSummary |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ClusterId |
string |
否 |
指定要查詢的叢集的 ID,只對傳回值 InterceptionCountInDays 生效。 說明
您可以調用 DescribeGroupedContainerInstances 介面擷取該參數。 |
c2999***bb61b |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
本次調用請求的 ID,是由阿里雲為該請求產生的唯一識別碼,可用於排查和定位問題。 |
F35F45B0-5D6B-4238-BE02-A62D0760E840 |
| InterceptionSummary |
object |
統計資訊。 |
|
| CloseClusterCount |
integer |
未防護的叢集數。 |
0 |
| RiskCount30Day |
integer |
最近 30 天風險數。 |
0 |
| RiskCount180Day |
integer |
最近 180 天風險數。 |
0 |
| OpenClusterCount |
integer |
開啟防護的叢集數。 |
0 |
| RiskCountToday |
integer |
最近 24 小時風險數。 |
0 |
| CloseRuleCount |
integer |
關閉的規則數。 |
0 |
| RuleCount |
integer |
規則總數。 |
0 |
| ClusterCount |
integer |
總叢集數。 |
0 |
| OpenRuleCount |
integer |
啟用的規則數。 |
0 |
| InterceptionCountInDays |
integer |
指定叢集的攔截記錄總數。 |
0 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "F35F45B0-5D6B-4238-BE02-A62D0760E840",
"InterceptionSummary": {
"CloseClusterCount": 0,
"RiskCount30Day": 0,
"RiskCount180Day": 0,
"OpenClusterCount": 0,
"RiskCountToday": 0,
"CloseRuleCount": 0,
"RuleCount": 0,
"ClusterCount": 0,
"OpenRuleCount": 0,
"InterceptionCountInDays": 0
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | 服務故障,請稍後重試! |
| 403 | NoPermission | caller has no permission | 當前操作未被授權,請聯絡主帳號在RAM控制台進行授權後再執行操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。