TransportZoneListParameters (type)

{
  "extends": {
    "$ref": "ListRequestParameters
  }, 
  "id": "TransportZoneListParameters", 
  "module_id": "TransportZone", 
  "properties": {
    "cursor": {
      "readonly": false, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "include_system_owned": {
      "default": false, 
      "required": false, 
      "title": "Filter to indicate whether to include system owned Transport Zones.", 
      "type": "boolean"
    }, 
    "included_fields": {
      "title": "Comma separated list of fields that should be included in query result", 
      "type": "string"
    }, 
    "is_default": {
      "description": "If set to true, only the default transport zones will be returned. If set to false, all transport zones except the default ones will be returned. If unset, all transport zones will be returned.", 
      "title": "Filter to choose if default transport zones will be returned", 
      "type": "boolean"
    }, 
    "page_size": {
      "default": 1000, 
      "maximum": 1000, 
      "minimum": 0, 
      "title": "Maximum number of results to return in this page (server may return fewer)", 
      "type": "integer"
    }, 
    "sort_ascending": {
      "type": "boolean"
    }, 
    "sort_by": {
      "title": "Field by which records are sorted", 
      "type": "string"
    }, 
    "transport_type": {
      "$ref": "TransportType, 
      "description": "If set, only transport zones of the given type will be returned; otherwise transport zones of all types will be returned.", 
      "title": "Filter to choose the type of transport zones to return"
    }, 
    "uplink_teaming_policy_name": {
      "description": "All transport zone's with the specified uplink teaming policy name. Otherwise, transport zones with any uplink teaming policy will be returned.", 
      "required": false, 
      "title": "The transport zone's uplink teaming policy name", 
      "type": "string"
    }
  }, 
  "title": "Transport Zone list parameters", 
  "type": "object"
}