v1

latestOpenAPI 3.0.02026-07-14161138164.1 KB
Microsegmentation

Get logical recommended rules

Get recommended firewall rules based on the flow data gathered by vRealize Network Insight. This API provides service to retrieve recommended rules based on flow traffic that is observed between two groups OR for a single group based on all the inbound and outboud traffic for that group. In case two groups are provided, both the groups should be of same type. Currently supported groups are Application, Tier, NSXSecurityGroup, EC2SecurityGroup.

post/micro-seg/recommended-rules

Request body

Example request

{
  "group_1": {
    "entity": {
      "entity_id": "10000:562:1904698621",
      "entity_type": "Tier"
    }
  },
  "group_2": {
    "entity": {
      "entity_id": "10000:562:1780351215",
      "entity_type": "Tier"
    }
  }
}

Response

Success