Illumio MCP Server

get-iplists

Get IP lists from the PCE

Input Schema

NameRequiredDescriptionDefault
descriptionNoFilter by description (optional)
ip_rangesNoFilter by IP ranges (optional)
nameNoFilter IP lists by name (optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Filter by description (optional)", "type": "string" }, "ip_ranges": { "description": "Filter by IP ranges (optional)", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Filter IP lists by name (optional)", "type": "string" } }, "type": "object" }