NSX-T Data Center REST API

TunnelStatusCount (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "StatusCount"
  },
  "id": "TunnelStatusCount",
  "module_id": "Heatmap",
  "properties": {
    "bfd_diagnostic": {
      "$ref": "BFDDiagnosticCount",
      "title": "BFD Diagnostic"
    },
    "bfd_status": {
      "$ref": "BFDStatusCount",
      "title": "BFD Status"
    },
    "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"
}