Illumio MCP Server

create-workload

Define and register unmanaged workloads in Illumio PCE by specifying IP addresses, labels, and names for enhanced security policy management and traffic analysis.

Instructions

Create a Illumio Core unmanaged workload in the PCE

Input Schema

NameRequiredDescriptionDefault
ip_addressesYes
labelsNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "ip_addresses": { "items": { "type": "string" }, "type": "array" }, "labels": { "items": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "array" }, "name": { "type": "string" } }, "required": [ "name", "ip_addresses" ], "type": "object" }
ID: xhqzxlo9iy