Illumio MCP Server

get-services

Get services from the PCE with optional filtering

Input Schema

NameRequiredDescriptionDefault
descriptionNoFilter services by description
nameNoFilter services by name
portNoFilter services by port number
process_nameNoFilter services by process name
protoNoFilter services by protocol (e.g., tcp, udp)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Filter services by description", "type": "string" }, "name": { "description": "Filter services by name", "type": "string" }, "port": { "description": "Filter services by port number", "type": "integer" }, "process_name": { "description": "Filter services by process name", "type": "string" }, "proto": { "description": "Filter services by protocol (e.g., tcp, udp)", "type": "string" } }, "type": "object" }