FlowConnectionListResult

FlowConnectionListResult
Flow Connection List Result

Paginated response containing flow records between a specific pair of entities (group-to-group or compute-to-compute).

Notes:

  • results is an array of FlowDetail objects representing unique flows between the queried entity pair.
  • time_interval reflects the resolved query window.
AllOf
This class requires all of the following:
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
    },
    "results": [
        {
            "source": {
                "groups": [
                    {
                        "id": "string",
                        "display_name": "string",
                        "reference_id": "string"
                    }
                ],
                "compute": {
                    "compute_type": "string"
                },
                "apps": [
                    {
                        "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",
                        "application_type": "CRITICAL",
                        "application_workload_type": "string",
                        "direct_member_count": 0,
                        "tier_member_count": 0
                    }
                ],
                "flow_type": "string",
                "rules": [
                    {
                        "association_count": 0,
                        "id": "string",
                        "reference_id": "string",
                        "name": "string",
                        "last_updated_time": 0,
                        "sequence_number": 0
                    }
                ],
                "jump_to_rules": [
                    {
                        "association_count": 0,
                        "id": "string",
                        "reference_id": "string",
                        "name": "string",
                        "last_updated_time": 0,
                        "sequence_number": 0
                    }
                ]
            },
            "destination": {
                "groups": [
                    {
                        "id": "string",
                        "display_name": "string",
                        "reference_id": "string"
                    }
                ],
                "compute": {
                    "compute_type": "string"
                },
                "apps": [
                    {
                        "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",
                        "application_type": "CRITICAL",
                        "application_workload_type": "string",
                        "direct_member_count": 0,
                        "tier_member_count": 0
                    }
                ],
                "configured_services": [
                    "string"
                ],
                "protocol": "string",
                "port": 0,
                "flow_type": "string",
                "rules": [
                    {
                        "association_count": 0,
                        "id": "string",
                        "reference_id": "string",
                        "name": "string",
                        "last_updated_time": 0,
                        "sequence_number": 0
                    }
                ],
                "jump_to_rules": [
                    {
                        "association_count": 0,
                        "id": "string",
                        "reference_id": "string",
                        "name": "string",
                        "last_updated_time": 0,
                        "sequence_number": 0
                    }
                ]
            },
            "flow_info": {
                "last_session_start_time": 0,
                "last_session_end_time": 0,
                "flow_type": "string",
                "flow_traffic_type": "string",
                "is_active": false
            }
        }
    ]
}