Queries the statistics of the container firewall feature.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClusterId | string | No | The ID of the cluster. Note
You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
| c2999***bb61b |
Response parameters
Examples
Sample success responses
JSON
format
{
"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
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.