Skip to main content

Illumio Core What's New and Release Notes 24.5

New and Changed APIs in Release 24.5

This topic lists the new and changed REST APIs in 24.5.

Changed APIs in 24.5

Workloads APIs

workloads_with_ven_interfaces_put;

workloads_get;

workloads_with_ven_put.

All three schemas have the same property added: datacenter_nat_1to1.

{
  "properties": {
    "datacenter_nat_1to1__added": {
      "description": "Datacenter NAT 1to1 mode ON. Used for enforcing creation of pseudo public interface",
      "type": "boolean"
    }
  }
}
Other API Changes

sec_policy_rule_search_post

This schema has one new property resolve_actors, which can be true or false.

The new property was added to facilitate the deep rule search.

{
  "properties": {
    "resolve_actors__added": {
      "description": "Resolve actors to do a deep Rule search",
      "type": "boolean"
    }
  }
}

kubernetes_workloads_get

This schema has a new property container_cluster_service, referencing the schema sec_policy_virtual_services_get.

{
  "properties": {
    "container_cluster_service__added": {
      "$ref": "sec_policy_virtual_services_get.schema.json"
    }
  }
}