{ "additionalProperties": false, "description": "Filter parameters for filtering routes from FIB depending on provided properties.", "extends": { "$ref": "RequiredTransportNodeIdParameters }, "id": "LogicalRouterFIBRequestParameters", "module_id": "AggSvcLogicalRouter", "properties": { "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": true, "title": "TransportNode Id", "type": "string" } }, "title": "Logical Router FIB Request Parameters", "type": "object" }