Skip to main content
Glama
alexgoller

Illumio MCP Server

by alexgoller

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
NameRequiredDescriptionDefault
start_dateYesStarting datetime (YYYY-MM-DD or timestamp)
end_dateYesEnding datetime (YYYY-MM-DD or timestamp)
include_sourcesNoSources 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_sourcesNoSources 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_destinationsNoDestinations 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_destinationsNoDestinations 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_servicesNo
exclude_servicesNo
policy_decisionsNo
exclude_workloads_from_ip_list_queryNo
max_resultsNo
query_nameNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexgoller/illumio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server