GroupEntity
Group Entity
Represents an NSX group node returned in group topology responses and related-members queries.
Notes:
memberslists theComputeEntitymembers of the group that have observed flows.compute_countis the count of members with flows;actual_member_countis the total group membership.ip_addresses_onlyistruewhen the group consists entirely of IP addresses and IP sets (no VMs).pinnedindicates whether the group is pinned in the topology view.site_informationreflects the group scope:LOCALorGLOBAL.segmentation_object_typeandsegmentation_objectare populated when the group is mapped to an NSX segmentation object (e.g., Application, Environment).
AllOf
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"
}