GET /admin/network/{id}

Operation:
GET /admin/network/{id}
Description:
Retrieve an administrative view of a network.
Since:
0.9
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
ExternalNetworkType

Produce media type(s):
None
Output type:
javax.ws.rs.core.Response
Examples
Request
HTTP 1.1
GET /api/admin/network/9c873a71-3645-4821-b1dc-4101d888a1bb

Headers:
x-vcloud-authorization: XRNaH2F+r/YvHG81NXAC/2N+smYdsJBcnFdgNt2ATbg=

Body:
Response
HTTP/1.1 200 OK

Headers:
Content-Length: 2058
Content-Type: application/vnd.vmware.admin.vmwexternalnet+xml;version=5.5
Vary: Accept-Encoding

Body:
<?xml version="1.0" encoding="UTF-8"?><ExternalNetwork
    xmlns="http://www.vmware.com/vcloud/v1.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    href="https://vcloud.example.com/api/admin/network/9c873a71-3645-4821-b1dc-4101d888a1bb"
    id="urn:vcloud:network:9c873a71-3645-4821-b1dc-4101d888a1bb"
    name="VM Network"
    type="application/vnd.vmware.admin.vmwexternalnet+xml"
    xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://https://vcloud.example.com/api/v1.5/schema/master.xsd">
    <Link
        href="https://vcloud.example.com/api/admin/network/9c873a71-3645-4821-b1dc-4101d888a1bb/action/reset"
        rel="repair"
        type="application/vnd.vmware.admin.network+xml"/>
    <Link
        href="https://vcloud.example.com/api/admin/network/9c873a71-3645-4821-b1dc-4101d888a1bb/metadata"
        rel="down"
        type="application/vnd.vmware.vcloud.metadata+xml"/>
    <Link
        href="https://vcloud.example.com/api/admin/network/9c873a71-3645-4821-b1dc-4101d888a1bb/allocatedAddresses/"
        rel="down"
        type="application/vnd.vmware.vcloud.allocatedNetworkAddress+xml"/>
    <Description>Network Description</Description>
    <Configuration>
        <IpScopes>
            <IpScope>
                <IsInherited>false</IsInherited>
                <Gateway>10.26.47.253</Gateway>
                <Netmask>255.255.240.0</Netmask>
                <Dns1>10.23.1.1</Dns1>
                <Dns2>10.23.1.2</Dns2>
                <DnsSuffix>eng.vmware.com</DnsSuffix>
                <IsEnabled>true</IsEnabled>
                <IpRanges>
                    <IpRange>
                        <StartAddress>10.26.36.46</StartAddress>
                        <EndAddress>10.26.36.60</EndAddress>
                    </IpRange>
                </IpRanges>
                <SubAllocations/>
            </IpScope>
        </IpScopes>
        <FenceMode>isolated</FenceMode>
        <RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments>
    </Configuration>
    <ProviderInfo>Network:network-46 on (com.vmware.vcloud.entity.vimserver:5b2f648b-9da7-4d7b-8212-6ed8a83f2102)</ProviderInfo>
</ExternalNetwork>