NSX-T Data Center REST API

EdgeClusterMemberInterSiteStatus (type)

{
  "additionalProperties": false,
  "id": "EdgeClusterMemberInterSiteStatus",
  "module_id": "AggSvcEdgeCluster",
  "properties": {
    "established_bgp_sessions": {
      "description": "Total number of current established inter-site IBGP sessions.",
      "readonly": true,
      "title": "Established inter-site IBGP sessions",
      "type": "integer"
    },
    "neighbor_status": {
      "description": "Inter-site BGP neighbor status.",
      "items": {
        "$ref": "BgpNeighborStatusLiteDto"
      },
      "readonly": true,
      "title": "BGP neighbor status",
      "type": "array"
    },
    "status": {
      "description": "Edge node IBGP status",
      "enum": [
        "UP",
        "DOWN",
        "DEGRADED",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "Edge node IBGP status",
      "type": "string"
    },
    "total_bgp_sessions": {
      "description": "Total number of inter-site IBGP sessions.",
      "readonly": true,
      "title": "Total inter-site IBGP sessions",
      "type": "integer"
    },
    "transport_node": {
      "$ref": "ResourceReference",
      "description": "Edge node details from where the status is being retrived.",
      "readonly": true,
      "required": true,
      "title": "Transport node"
    }
  },
  "type": "object"
}