GroupEntity

GroupEntity
Group Entity

Represents an NSX group node returned in group topology responses and related-members queries.

Notes:

  • members lists the ComputeEntity members of the group that have observed flows.
  • compute_count is the count of members with flows; actual_member_count is the total group membership.
  • ip_addresses_only is true when the group consists entirely of IP addresses and IP sets (no VMs).
  • pinned indicates whether the group is pinned in the topology view.
  • site_information reflects the group scope: LOCAL or GLOBAL.
  • segmentation_object_type and segmentation_object are populated when the group is mapped to an NSX segmentation object (e.g., Application, Environment).
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",
    "members": [
        {
            "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",
            "compute_type": "string"
        }
    ],
    "compute_count": 0,
    "actual_member_count": 0,
    "ip_addresses_only": false,
    "segmentation_object_type": "string",
    "segmentation_object": {
        "id": "string",
        "name": "string"
    },
    "pinned": false,
    "site_information": "string"
}