Illumio Core REST API in 22.5.30
The Illumio Core REST API v2 has changed in 22.5.30 in the following ways.
In this release no new or changed APIs are introduced to support new features. However, many new and changed APIs are covered in this document to help users understand where to look for changes and what these changes represent.
Changed Public APIs
In release 22.5.30, there is only one minor change to the existing REST APIs.
optional_features_put
In this API, for the required property name
an additional predefined value (enum) was added: labels_editing_warning_for_enforcement_mode
. This value was added to the existing list:
ip_forwarding_firewall_setting
ui_analytics
illumination_classic
per_rule_flow_log_setting
labels_editing_warning_for_enforcement_mode
, "properties": { "name": { "description": "Name of the feature", "type": "string", "enum": [ "ip_forwarding_firewall_setting", "ui_analytics", "illumination_classic", "per_rule_flow_log_setting", "labels_editing_warning_for_enforcement_mode" ]