All Products
Search
Document Center

Security Center:ListClusterCnnfStatusDetail

Last Updated:May 22, 2025

Queries the protection status of the container firewall.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterIdsarrayNo

An array that consists of the ID of the cluster.

stringNo

The ID of the cluster.

Note You can call the DescribeContainerInstances operation to query the ID of the cluster.
c8dc3a999320948a5b9857d220917****

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

64329F40-5C94-51D3-A400-37AA7BAC****
Dataarray<object>

An array that consists of the protection status of the container firewall.

statusDetailobject

The protection status of the container firewall.

Uuidstring

The UUID of the asset.

6690a46c-0edb-4663-a641-3629d1a9****
ClusterIdstring

The ID of the cluster.

c8ca91e0907d94efaba7fb0827eb9****
InstanceIdstring

The ID of the server.

i-bp180bogui4fc0z4****
MachineNamestring

The name of the server.

security
PluginNamestring

The name of the plug-in. The value is fixed as alinet.

alinet
Installedboolean

Indicates whether the container firewall plug-in is installed.

true
Statusstring

The online status of the plug-in. Valid values:

  • false: The plug-in is offline.
  • true: The plug-in is online.
false
InternetIpstring

The public IP address of the associated instance.

172.16.XX.XX
IntranetIpstring

The private IP address of the associated instance.

10.42.XX.XX
MachineTypeinteger

The machine type of the instance. The value is fixed as ecs.

ecs
PluginVersionstring

The version of the plug-in.

3.3
InvalidTypestring

The cause why the plug-in is invalid. Valid values:

  • PLUGIN_OFFLINE: The plug-in is offline.
  • PLUGIN_NOT_INSTALLED: The plug-in is not installed.
  • PLUGIN_INVALID_VERSION: The version of the plug-in is invalid.
PLUGIN_OFFLINE

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history