[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgeBgpNeighbors

List of all configured BGP neighbors for an edge gateway.


Properties

array of EdgeBgpNeighbor
values Optional

All BGP neighbors for an edge gateway.

JSON Example

{
	"values": [
		{
			"allowASIn": false,
			"bfd": {
				"bfdInterval": 0,
				"declareDeadMultiple": 0,
				"enabled": false
			},
			"gracefulRestartMode": "DISABLE",
			"holdDownTimer": 0,
			"id": "string",
			"inRoutesFilterRef": {
				"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
				"name": "string"
			},
			"ipAddressTypeFiltering": "IPV4",
			"keepAliveTimer": 0,
			"neighborAddress": "10.22.1.100",
			"neighborPassword": "string",
			"outRoutesFilterRef": {
				"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
				"name": "string"
			},
			"remoteASNumber": "65546",
			"version": {
				"version": 0
			}
		}
	]
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Returned By

Get BGP Neighbors

Feedback

Was this page helpful?