Illumio MCP Server

create-workload

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