NSX-T Data Center REST API

LogicalRouterFIBRequestParameters (type)

{
  "additionalProperties": false,
  "description": "Filter parameters for filtering routes from FIB depending on provided properties.",
  "extends": {
    "$ref": "RequiredTransportNodeIdParameters"
  },
  "id": "LogicalRouterFIBRequestParameters",
  "module_id": "AggSvcLogicalRouter",
  "properties": {
    "component_type": {
      "description": "Component type define to take the route from CCP.",
      "enum": [
        "DR_ROUTES"
      ],
      "title": "Define the DR routes",
      "type": "string"
    },
    "network_prefix": {
      "$ref": "IPCIDRBlock",
      "description": "CIDR network address to filter the the FIB table.",
      "required": false,
      "title": "Network address filter parameter"
    },
    "source": {
      "$ref": "DataSourceType",
      "required": false,
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    },
    "transport_node_id": {
      "required": false,
      "title": "TransportNode Id",
      "type": "string"
    }
  },
  "title": "Logical Router FIB Request Parameters",
  "type": "object"
}