Illumio Core REST API in 23.5.20
The Illumio Core REST API v2 has changed in 23.5.10 in the following ways:
Changed APIs
Two APIs,
sec_policy_firewall_settings_put
and
sec_policy_firewall_settings_get
have the added property ip_forwarding_enabled_scopes
:
"ip_forwarding_enabled_scopes": { "description": "Host Workloads that match the scope will have IP forwarding \ enabled", "$ref": "../common/rule_set_scopes_put.schema.json"The property was added both to the Public Experimental and Public Stable schema in this release.
Public Stable exposure was requested by the customers who intend to programmatically configure which workloads can have ip-forwarding
enabled. This assures that the API will not change or be removed.