Edge Routing Services
Dynamic routing protocols such as OSPF and BGP provide forwarding information between layer 2 broadcast domains.
- API-URL is a URL of the form https://vcloud.example.com/network.
- id is a VMware Cloud Director unique identifier in the form of a UUID, as defined by RFC 4122.
- # is a small integer used in an NSX object identifier.
Operation | Request | Request Body | Response |
---|---|---|---|
Retrieve the routing configuration for the edge with identifier id | GET API-URL/edges/id/routing/config | None | routing |
Update the routing configuration for the edge with identifier id | PUT API-URL/edges/id/routing/config | routing | 204 No Content |
Delete the routing configuration for the edge with identifier id | DELETE API-URL/edges/id/routing/config | None | 204 No Content |
Retrieve the global routing configuration for the edge with identifier id | GET API-URL/edges/id/routing/config/global | None | routingGlobalConfig |
Update the global routing configuration for the edge with identifier id | PUT API-URL/edges/id/routing/config/global | routingGlobalConfig | 204 No Content |
Retrieve the static routing configuration for the edge with identifier id | GET API-URL/edges/id/routing/config/static | None | staticRouting |
Update the static routing configuration for the edge with identifier id | PUT API-URL/edges/id/routing/config/static | staticRouting | 204 No Content |
Delete static and default routing configuration for the edge with identifier id | DELETE API-URL/edges/id/routing/config/static | None | 204 No Content |
Retrieve the OSPF routing configuration for the edge with identifier id | GET API-URL/edges/id/routing/config/ospf | None | ospf |
Update the OSPF routing configuration for the edge with identifier id | PUT API-URL/edges/id/routing/config/ospf | ospf | 204 No Content |
Delete OSPF routing configuration for the edge with identifier id | DELETE API-URL/edges/id/routing/config/ospf | None | 204 No Content |
Retrieve the BGP routing configuration for the edge with identifier id | GET API-URL/edges/id/routing/config/bgp | None | bgp |
Update the BGP routing configuration for the edge with identifier id | PUT API-URL/edges/id/routing/config/bgp | bgp | 204 No Content |
Delete BGP routing configuration for the edge with identifier id | DELETE API-URL/edges/id/routing/config/bgp | None | 204 No Content |