NSX-T Data Center REST API

BgpNeighborStatusLiteDto (type)

{
  "additionalProperties": false,
  "id": "BgpNeighborStatusLiteDto",
  "module_id": "AggSvcLogicalRouter",
  "properties": {
    "connection_state": {
      "description": "Current state of the BGP session.",
      "enum": [
        "INVALID",
        "IDLE",
        "CONNECT",
        "ACTIVE",
        "OPEN_SENT",
        "OPEN_CONFIRM",
        "ESTABLISHED",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "BGP session state",
      "type": "string"
    },
    "neighbor_address": {
      "$ref": "IPAddress",
      "description": "Ip address of BGP neighbor.",
      "readonly": true,
      "title": "Neighor address"
    },
    "remote_site": {
      "$ref": "ResourceReference",
      "description": "Remote site details.",
      "readonly": true,
      "title": "Remote site"
    },
    "source_address": {
      "$ref": "IPAddress",
      "description": "Source Ip address.",
      "readonly": true,
      "title": "Source address"
    }
  },
  "type": "object"
}