Illumio MCP Server

get-rulesets

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" }