SoftLayer API to know and total and available IPs in a VLAN
问题 SoftLayer API to know and total and available IPs in a VLAN Hello, Which API can be used to know the total IPs and the used/usable IPs of a VLAN if I know the VLAN ID . One way I could figure out is I can get subnets of a VLAN and then in subnet details I can see total and usable IPs with "totalIpAddresses,usableIpAddressCount" attributes . But then I will have to get sum of total and usable IPs for a VLAN since a VLAN has multiple subnets. Not sure if this is the correct way. Thanks 回答1: To