StatusCount (type)

{
  "additionalProperties": false, 
  "id": "StatusCount", 
  "module_id": "Heatmap", 
  "properties": {
    "degraded_count": {
      "title": "Degraded count", 
      "type": "int"
    }, 
    "down_count": {
      "title": "Down count", 
      "type": "int"
    }, 
    "down_pnics": {
      "description": "List Down or Degraded pnics", 
      "items": {
        "$ref": "PnicBondStatus
      }, 
      "title": "Down pnics", 
      "type": "array"
    }, 
    "last_status_changed_time": {
      "$ref": "EpochMsTimestamp, 
      "title": "Timestamp of the last status change, in epoch milliseconds"
    }, 
    "status": {
      "enum": [
        "UP", 
        "DOWN", 
        "DEGRADED", 
        "UNKNOWN"
      ], 
      "title": "Roll-up status", 
      "type": "string"
    }, 
    "status_description": {
      "description": "Describe what makes the status not UP", 
      "title": "Status description", 
      "type": "string"
    }, 
    "up_count": {
      "title": "Up count", 
      "type": "int"
    }
  }, 
  "type": "object"
}