NSX-T Data Center REST API

Tier0Status (type)

{
  "additionalProperties": false,
  "id": "Tier0Status",
  "module_id": "Heatmap",
  "properties": {
    "bgp_neighbors_down_count": {
      "description": "The DOWN count of BGP neighbors.",
      "title": "BGP neighbors DOWN count",
      "type": "int"
    },
    "bgp_neighbors_up_count": {
      "description": "The UP count of BGP neighbors.",
      "title": "BGP neighbors UP count",
      "type": "int"
    },
    "display_name": {
      "description": "The display name of Tier0.",
      "title": "Tier0 Display name",
      "type": "string"
    },
    "high_availability_status": {
      "description": "High Availability status of a service router on the edge node.",
      "enum": [
        "ACTIVE",
        "STANDBY",
        "DOWN",
        "SYNC",
        "UNKNOWN",
        "ADMIN_DOWN"
      ],
      "title": "Service router's HA status",
      "type": "string"
    },
    "id": {
      "description": "ID of tier0.",
      "title": "Tier0 ID",
      "type": "string"
    },
    "ospf_neighbors_down_count": {
      "description": "The DOWN count of OSPF neighbors.",
      "title": "OSPF neighbors DOWN count",
      "type": "int"
    },
    "ospf_neighbors_up_count": {
      "description": "The UP count of OSPF neighbors.",
      "title": "OSPF neighbors UP count",
      "type": "int"
    },
    "path": {
      "description": "Policy Path.",
      "title": "Policy Path",
      "type": "string"
    },
    "routing_status": {
      "description": "Routing status of tier0.",
      "enum": [
        "UP",
        "DOWN",
        "DEGRADED",
        "UNKNOWN"
      ],
      "title": "Routing status",
      "type": "string"
    },
    "unique_id": {
      "description": "Unique ID of tier0.",
      "title": "Unique ID",
      "type": "string"
    }
  },
  "title": "Tier0 status",
  "type": "object"
}