OthersEntity
Others Entity
Abstract entity used to represent a collection of similar entity types (e.g., multiple groups or multiple VMs) when too many individual entities would clutter the visualization. Provides an aggregated view for scalability.
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",
"member_type": "string",
"member_count": 0,
"members": [
{
"association_count": 0,
"id": "string",
"reference_id": "string",
"name": "string",
"last_updated_time": 0
}
]
}