get-traffic-flows-summary
Retrieve summarized network traffic flows from Illumio PCE in a readable text format, showing source-to-destination connections with port, protocol, and connection counts for specified time periods.
Instructions
Get traffic flows from the PCE in a summarized text format, this is a text format that is not a dataframe, it also is not json, the form is: 'From to on : '
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Starting datetime (YYYY-MM-DD or timestamp) | |
| end_date | Yes | Ending datetime (YYYY-MM-DD or timestamp) | |
| include_sources | No | Sources to include (label/IP list/workload HREFs, FQDNs, IPs). Best case these are hrefs like /orgs/1/labels/57 or similar. Other way is app=env as an example (label key and value) | |
| exclude_sources | No | Sources to exclude (label/IP list/workload HREFs, FQDNs, IPs). Best case these are hrefs like /orgs/1/labels/57 or similar. Other way is app=env as an example (label key and value) | |
| include_destinations | No | Destinations to include (label/IP list/workload HREFs, FQDNs, IPs). Best case these are hrefs like /orgs/1/labels/57 or similar. Other way is app=env as an example (label key and value) | |
| exclude_destinations | No | Destinations to exclude (label/IP list/workload HREFs, FQDNs, IPs). Best case these are hrefs like /orgs/1/labels/57 or similar. Other way is app=env as an example (label key and value) | |
| include_services | No | ||
| exclude_services | No | ||
| policy_decisions | No | ||
| exclude_workloads_from_ip_list_query | No | ||
| max_results | No | ||
| query_name | No |