LogicalRouterListParameters (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "ListRequestParameters
  }, 
  "id": "LogicalRouterListParameters", 
  "module_id": "LogicalRouter", 
  "properties": {
    "cursor": {
      "readonly": false, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "included_fields": {
      "title": "Comma separated list of fields that should be included in query result", 
      "type": "string"
    }, 
    "page_size": {
      "default": 1000, 
      "maximum": 1000, 
      "minimum": 0, 
      "title": "Maximum number of results to return in this page (server may return fewer)", 
      "type": "integer"
    }, 
    "router_type": {
      "enum": [
        "TIER0", 
        "TIER1", 
        "VRF"
      ], 
      "required": false, 
      "title": "Type of Logical Router", 
      "type": "string"
    }, 
    "sort_ascending": {
      "type": "boolean"
    }, 
    "sort_by": {
      "title": "Field by which records are sorted", 
      "type": "string"
    }, 
    "vrfs_on_logical_router_id": {
      "required": false, 
      "title": "List all VRFs on the specified logical router.", 
      "type": "string"
    }
  }, 
  "title": "Logical Router list parameters", 
  "type": "object"
}