Fetch Groups Topology Other Members
Returns a paginated list of groups that were collapsed into the "Other" node in a prior POST /visualization/topology/groups-flow-topology response. Use this endpoint to reveal the hidden groups when the topology exceeds the entity_limit threshold.
Notes:
topology_tokenis required. Obtain it from thePOST /visualization/topology/groups-flow-topologyresponse that produced the "Other" node.topology_tokenexpires after 1 hour. Only the 10 most recent topology results are stored; an expired or unknown token returns an error.- Set
connected_group_idto filter results to only "Other" groups that communicate with a specific visible group. start_timeis required. Eithersite_idorsite_idsmust also be provided.filtersaccepts up to 300 filter entries.- Use the
group-idof any returned group to drill intoPOST /visualization/flow-analysis/groups/{group-id}/flow-detailsorPOST /visualization/security-analysis/groups/{group-id}/related-dfw-rules. - Each
group-idis the NSX realization UUID of the group.
Wrapper request for GroupsTopologyOtherMembers with restricted filter keys
{
"topology_token": "0ecb631e-ceba-44fb-9569-1e07bbd875a6",
"start_time": 0,
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"page_size": 50,
"offset": 0,
"filters": []
}
List of group entities.
{
"offset": 0,
"number_of_results": 50,
"total_result_count": 44418,
"time_interval": {
"start_time": 0,
"end_time": 1782176646099
},
"segmentation_type_breakdown": [
{
"type": "OTHER",
"count": 2
},
{
"type": "APPLICATION",
"count": 2452
},
{
"type": "TIER",
"count": 2452
}
],
"group_count": 39512,
"results": [
{
"entity_type": "GROUP",
"id": "542a652a-f0e2-410f-a740-8efa51d95f48",
"reference_id": "/infra/domains/default/groups/Group-450f3b1d-8fc9-4804-ac73-faece34f8fab-8e2d8cb0-e91d-4576-8d1d-2ac2b7846066",
"name": "Group-3 (REC 260617 06:39:00 allmyvms)",
"config_events": [
{
"event_type": "ADDED",
"event_time": 1781702259950
},
{
"event_type": "DELETED",
"event_time": 0
}
],
"highlight": false,
"members": [],
"compute_count": 2,
"ip_addresses_only": false,
"pinned": false
}
]
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/intelligence/visualization/topology/groups-flow-topology/other-members