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"
},
"status": {
"enum": [
"UP",
"DOWN",
"DEGRADED",
"UNKNOWN"
],
"title": "Roll-up status",
"type": "string"
},
"up_count": {
"title": "Up count",
"type": "int"
}
},
"type": "object"
}