CommunityEntity

CommunityEntity
Community Entity

Represents a community or cluster of related entities (groups or compute nodes) in the network topology. Communities are used to provide aggregated views when there are too many individual entities to display, helping with scalability and performance in large network visualizations.

AllOf
This class requires all of the following:
JSON Example
{
    "association_count": 0,
    "id": "string",
    "reference_id": "string",
    "name": "string",
    "last_updated_time": 0,
    "entity_type": "string",
    "total_incoming_connections": 0,
    "total_outgoing_connections": 0,
    "config_events": [
        {
            "event_time": 0
        }
    ],
    "fw_properties": {
        "ew_allowed": 0,
        "ew_blocked": 0,
        "ew_unmicrosegmented": 0,
        "ew_vds": 0
    },
    "highlight": false,
    "state": "string",
    "cluster_type": "string",
    "members": [
        "string"
    ],
    "no_flows_entities": 0,
    "allowed_entities": 0,
    "blocked_entities": 0,
    "unmicrosegmented_entities": 0,
    "vds_entities": 0
}
Property Of