Illumio MCP Server

get-rulesets

Retrieve rulesets from the Illumio PCE using filters such as name or enabled status to streamline security policy management and compliance.

Instructions

Get rulesets from the PCE

Input Schema

NameRequiredDescriptionDefault
enabledNoFilter by enabled/disabled status (optional)
nameNoFilter rulesets by name (optional)

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Filter by enabled/disabled status (optional)", "type": "boolean" }, "name": { "description": "Filter rulesets by name (optional)", "type": "string" } }, "type": "object" }
ID: xhqzxlo9iy