VizGroupsTopologyOtherMembersRequest
Visualization Groups Topology Other Members Request
Request object for retrieving the paginated list of group members collapsed into the "Other" node of a topology graph.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.topology_tokenis required and must be the token returned by the initial topology response.connected_group_idoptionally scopes results to groups connected to a specific group.filtersaccepts up to 300 filter entries.
AllOf
This class requires all of the following:
JSON Example
{
"topology_token": "0ecb631e-ceba-44fb-9569-1e07bbd875a6",
"start_time": 0,
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"page_size": 50,
"offset": 0,
"filters": []
}