Skip to main content
Glama

Illumio MCP Server

by alexgoller

update-ruleset

Modify an existing ruleset in the Illumio PCE by updating its description, enabled status, scopes, or name. Use href or name to identify the ruleset for precise policy management.

Instructions

Update an existing ruleset in the PCE

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description for the ruleset
enabledNoWhether the ruleset is enabled
hrefNoHref of the ruleset to update
nameNoName of the ruleset to update (alternative to href)
scopesNoNew scopes for the ruleset

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "href" ] }, { "required": [ "name" ] } ], "properties": { "description": { "description": "New description for the ruleset", "type": "string" }, "enabled": { "description": "Whether the ruleset is enabled", "type": "boolean" }, "href": { "description": "Href of the ruleset to update", "type": "string" }, "name": { "description": "Name of the ruleset to update (alternative to href)", "type": "string" }, "scopes": { "description": "New scopes for the ruleset", "items": { "items": { "oneOf": [ { "description": "Label href or key=value string", "type": "string" }, { "properties": { "href": { "description": "Label href", "type": "string" } }, "required": [ "href" ], "type": "object" } ] }, "type": "array" }, "type": "array" } }, "type": "object" }
Install Server

Other Tools from Illumio MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexgoller/illumio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server