4. Networking Examples : 4.5 VXLAN ORG Network for Disaster Recovery : 4.5.4 Updated vCloud DR Recovery Process : 4.5.4.6. Get and Return a Specific vCloud Networking and Security Edge Gateway
   
4.5.4.6. Get and Return a Specific vCloud Networking and Security Edge Gateway
The following example shows how to get information about a specific vCloud Networking and Security Edge Gateway.
Request
GET https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963
$ curl -k -v -b cookie.txt -H "Accept:application/*+xml;version=5.1" https://10.147.50.33/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963
Response
<EdgeGateway xmlns="http://www.vmware.com/vcloud/v1.5" status="1" name="Edge-Gateway-01" id="urn:vcloud:gateway:0cf71e84-fdf6-4fa0-ae85-bdd688a64963" type="application/vnd.vmware.admin.edgeGateway+xml" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.147.50.33/api/v1.5/schema/master.xsd">
<Link rel="edit" type="application/vnd.vmware.admin.edgeGateway+xml" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963"/>
<Link rel="remove" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963"/>
<Link rel="up" type="application/vnd.vmware.admin.vdc+xml" href="https://<VCD-IP>/api/admin/vdc/1d7f9e91-ef16-48ad-bae8-299bfe56a54c"/>
<Link rel="edgeGateway:redeploy" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963/action/redeploy"/>
<Link rel="edgeGateway:configureServices" type="application/vnd.vmware.admin.edgeGatewayServiceConfiguration+xml" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963/action/configureServices"/>
<Link rel="edgeGateway:reapplyServices" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963/action/reapplyServices"/>
<Link rel="edgeGateway:syncSyslogSettings" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963/action/syncSyslogServerSettings"/>
<Link rel="edgeGateway:upgrade" href="https://<VCD-IP>/api/admin/edgeGateway/0cf71e84-fdf6-4fa0-ae85-bdd688a64963/action/upgradeConfig"/>
<Description/>
<Configuration>
<GatewayBackingConfig>compact</GatewayBackingConfig>
<GatewayInterfaces>
<GatewayInterface>
<Name>TestBed-VC1</Name>
<DisplayName>TestBed-VC1</DisplayName>
<Network type="application/vnd.vmware.admin.network+xml" name="TestBed-VC1" href="https://<VCD-IP>/api/admin/network/3ddab120-7d66-40d3-9536-af94f23e1361"/>
<InterfaceType>uplink</InterfaceType>
<SubnetParticipation>
<Gateway>192.168.1.1</Gateway>
<Netmask>255.255.255.0</Netmask>
<IpAddress>192.168.1.8</IpAddress>
</SubnetParticipation>
<SubnetParticipation>
<Gateway>192.168.2.1</Gateway>
<Netmask>255.255.255.0</Netmask>
<IpAddress>192.168.2.7</IpAddress>
</SubnetParticipation>
<SubnetParticipation>
<Gateway>198.125.2.6</Gateway>
<Netmask>255.255.0.0</Netmask>
<IpAddress>198.125.2.12</IpAddress>
</SubnetParticipation>
<SubnetParticipation>
<Gateway>10.147.80.253</Gateway>
<Netmask>255.255.255.0</Netmask>
<IpAddress>10.147.80.217</IpAddress>
</SubnetParticipation>
<ApplyRateLimit>false</ApplyRateLimit>
<InRateLimit>100.0</InRateLimit>
<OutRateLimit>100.0</OutRateLimit>
<UseForDefaultRoute>true</UseForDefaultRoute>
</GatewayInterface>
<GatewayInterface>
<Name>MAH-VDC-Network</Name>
<DisplayName>MAH-VDC-Network</DisplayName>
<Network type="application/vnd.vmware.admin.network+xml" name="MAH-VDC-Network" href="https://<VCD-IP>/api/admin/network/2d6b1a79-a249-4ba3-b863-e3649661801f"/>
<InterfaceType>internal</InterfaceType>
<SubnetParticipation>
<Gateway>192.176.100.1</Gateway>
<Netmask>255.255.255.0</Netmask>
<IpAddress>192.176.100.1</IpAddress>
</SubnetParticipation>
<ApplyRateLimit>false</ApplyRateLimit>
<UseForDefaultRoute>false</UseForDefaultRoute>
</GatewayInterface>
</GatewayInterfaces>
<EdgeGatewayServiceConfiguration>
<FirewallService>
<IsEnabled>true</IsEnabled>
<DefaultAction>drop</DefaultAction>
<LogDefaultAction>false</LogDefaultAction>
</FirewallService>
</EdgeGatewayServiceConfiguration>
<HaEnabled>false</HaEnabled>
<UseDefaultRouteForDnsRelay>true</UseDefaultRouteForDnsRelay>
</Configuration>
</EdgeGateway>