VizGroupsTopologyOtherMembersResult

VizGroupsTopologyOtherMembersResult
Visualization Groups Topology Other Members Result

Paginated response containing the group members collapsed into the "Other" node of a topology graph, along with segmentation type statistics.

Notes:

  • results is an array of GroupEntity objects representing the groups in the "Other" node.
  • segmentation_type_breakdown provides per-type counts of segmentation object types (e.g., Application, Environment) present in the "Other" node.
  • group_count is the count of plain NSX groups not mapped to any segmentation object.
  • time_interval reflects the resolved query window.
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "time_interval": {
        "start_time": 0,
        "end_time": 0
    },
    "segmentation_type_breakdown": [
        {
            "type": "string",
            "count": 0
        }
    ],
    "group_count": 0,
    "results": [
        {
            "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"
        }
    ]
}