NSX-T Data Center REST API

RouteAggregationEntry (type)

{
  "additionalProperties": false,
  "id": "RouteAggregationEntry",
  "module_id": "PolicyConnectivity",
  "properties": {
    "prefix": {
      "description": "CIDR of aggregate address",
      "format": "ip-cidr-block",
      "required": true,
      "title": "CIDR of aggregate address",
      "type": "string"
    },
    "summary_only": {
      "default": true,
      "description": "Send only summarized route. Summarization reduces number of routes advertised by representing multiple related routes with prefix property.",
      "required": false,
      "title": "Send only summarized route",
      "type": "boolean"
    }
  },
  "title": "List of routes to be aggregated",
  "type": "object"
}