NetworkInterfaceRequestParameters (type)

{
  "additionalProperties": false, 
  "description": "Request parameters to filter REST API for list network interface.", 
  "extends": {
    "$ref": "DataSourceParameters
  }, 
  "id": "NetworkInterfaceRequestParameters", 
  "module_id": "ApplianceStats", 
  "properties": {
    "admin_status": {
      "description": "Defines admin status of the interface.", 
      "enum": [
        "UP", 
        "DOWN"
      ], 
      "title": "Admin status of the interface", 
      "type": "string"
    }, 
    "source": {
      "$ref": "DataSourceType, 
      "required": false, 
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    }
  }, 
  "title": "Node network interface request parameters", 
  "type": "object"
}