Queries the protection status of the container firewall.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClusterIds | array | No | An array that consists of the ID of the cluster. | |
string | No | The ID of the cluster. Note
You can call the DescribeContainerInstances operation to query the ID of the cluster.
| c8dc3a999320948a5b9857d220917**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "64329F40-5C94-51D3-A400-37AA7BAC****",
"Data": [
{
"Uuid": "6690a46c-0edb-4663-a641-3629d1a9****",
"ClusterId": "c8ca91e0907d94efaba7fb0827eb9****",
"InstanceId": "i-bp180bogui4fc0z4****",
"MachineName": "security",
"PluginName": "alinet",
"Installed": true,
"Status": false,
"InternetIp": "172.16.XX.XX",
"IntranetIp": "10.42.XX.XX",
"MachineType": 0,
"PluginVersion": 3.3,
"InvalidType": "PLUGIN_OFFLINE"
}
]
}
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.
Change history
Change time | Summary of changes | Operation |
---|
No change history