PnicBondStatus (type)

{
  "additionalProperties": false, 
  "description": "pNIC/bond statuses", 
  "id": "PnicBondStatus", 
  "module_id": "Heatmap", 
  "properties": {
    "name": {
      "description": "Name of the pNIC/bond", 
      "title": "pNIC/bond name", 
      "type": "string"
    }, 
    "status": {
      "description": "Status of pNIC/bond", 
      "enum": [
        "UNKNOWN", 
        "UP", 
        "DOWN", 
        "DEGRADED"
      ], 
      "title": "pNic/bond status", 
      "type": "string"
    }, 
    "type": {
      "description": "type, whether the object is a pNIC or a bond", 
      "enum": [
        "UNKNOWN_TYPE", 
        "PNIC", 
        "BOND"
      ], 
      "title": "Object type", 
      "type": "string"
    }
  }, 
  "title": "pNIC/bond status", 
  "type": "object"
}