Get vCloud External Network Details
To get the details of an IP address assigned to an external network, use the following request:
| |
XML Request Example
| |
JSON Request Example
| |
XML Output Example
| |
Where:
- id - the ID of the external network
- label - the name of the external network
- identifier - the identifier of the external network
- created_at - the date when the external network was created, in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- updated_at - the date when the external network was updated, in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- vlan - VLAN number
- network_group_id - the ID of the network zone
- type - the type of the network
- user_id - the ID of the owner
- ip_address_pool_id - the ID of the IP address pool
- default_outside_ip_address_id - the ID of the outside IP address
- default_nat_rule_number - the number of the default NAT rule
- prefix_size - the prefix size of the subnet
- is_nated - true if the NAT rule is used for translating the traffic; otherwise, false if you are using your firewall with an external IP address
- vapp_id - the vApp associated with the external network
- vdc_id - the resource pool associated with the external network
- enabled - true if the external network is enabled; otherwise, false
- gateway - the gateway associated with the network
- netmask - the IP of the network mask
- primary_dns - the IP address of the primary domain name system (DNS) server
- secondary_dns - the IP address of the secondary domain name system (DNS) server
- dns_suffix - the DNS suffix
- shared - true if the external network is shared; otherwise, false
- fence_mode - isolation type of the network
- vcenter_identifier - the vCenter identifier of the external network
- parent_network_id - the ID of the parent network
- openstack_id - Openstack ID
- dv_switch_id - DV Switch ID
- vdc_group_id - the ID of the VDC (resource pool) group
- universal_router_id - the ID of the universal router
- backing_type - the backing type, can be standart, nsxt, or unknown
- ip_nets - the array of IP nets of the external network
- ip_net - the IP net of the external network
- cidr - CIDR
- default_gateway - default gateway for an IP net
- ip_ranges - the array of IP address ranges within the external network
- ip_range - the range of IP addresses
- start_address - the start address of an IP range
- end_address - the end address of an IP range
- used_addresses - the array of addresses used for the external network
- used_address - the address used for the external network
- ip_address - used IP address
- assigned - true if IP addresses are assigned to a virtual server; otherwise, false
- virtual_server - the array of virtual servers to which IP addresses are assigned
- used_address - the address used for the external network
- ip_range - the range of IP addresses
- ip_net - the IP net of the external network
Page History
v.6.6 Edge 4
- Added the following parameters:
- vcenter_identifier
- parent_network_id
- openstack_id
- dv_switch_id
- vdc_group_id
- universal_router_id
- backing_type
- ip_nets
- cidr
- default_gateway
- ip_ranges
- start_address
- end_address
- used_addresses
- ip_address
- assigned
- virtual_server