NSX-T Data Center REST API
PolicyEdgeClusterMemberInterSiteBgpSummary (type)
{
"extends": {
"$ref": "PolicyEdgeNodeInterSiteBgpSummary"
},
"id": "PolicyEdgeClusterMemberInterSiteBgpSummary",
"module_id": "PolicyEdgeClusterStatistics",
"properties": {
"edge_node_path": {
"description": "Edge node path whose status is being reported.",
"readonly": true,
"required": true,
"title": "Edge node path",
"type": "string"
},
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp when the inter-site IBGP neighbors status was last updated.",
"readonly": true,
"required": true,
"title": "Last updated timestamp"
},
"neighbor_status": {
"description": "Status of all inter-site IBGP neighbors.",
"items": {
"$ref": "PolicyBgpNeighborStatus"
},
"readonly": true,
"title": "Inter-site IBGP neighbors status",
"type": "array"
},
"policy_edge_node_path": {
"description": "Edge node path whose status is being reported.",
"readonly": true,
"required": true,
"title": "Edge node path",
"type": "string"
}
},
"type": "object"
}