Illumio MCP Server

get-iplists

Fetch and filter IP lists from Illumio PCE using optional criteria like name, description, or IP ranges to streamline security policy management and traffic analysis.

Instructions

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" }
ID: xhqzxlo9iy