NSX-T Data Center REST API

BFDStatusCount (type)

{
  "additionalProperties": false,
  "id": "BFDStatusCount",
  "module_id": "Heatmap",
  "properties": {
    "bfd_admin_down_count": {
      "title": "Number of tunnels in BFD admin down state",
      "type": "int"
    },
    "bfd_down_count": {
      "title": "Number of tunnels in BFD down state",
      "type": "int"
    },
    "bfd_init_count": {
      "title": "Number of tunnels in BFD init state",
      "type": "int"
    },
    "bfd_up_count": {
      "title": "Number of tunnels in BFD up state",
      "type": "int"
    }
  },
  "type": "object"
}