Hello,
We are facing an issue with the static ip assignment from the network pool through api's..Although we are providing ip scope in the data we are still not able to get a static ip from the pool.. e.g
<IpScope>
<IsInherited>true</IsInherited>
<Gateway>10.52.76.1</Gateway>
<Netmask>255.255.254.0</Netmask>
<Dns1>10.52.66.103</Dns1>
<Dns2>10.52.66.104</Dns2>
<DnsSuffix>xxx-xxx.net</DnsSuffix>
<IpRanges>
<IpRange>
<StartAddress>10.52.77.10</StartAddress>
<EndAddress>10.52.77.249</EndAddress>
</IpRange>
<IpRange>
<StartAddress>10.52.76.30</StartAddress>
<EndAddress>10.52.76.249</EndAddress>
</IpRange>
</IpRanges>
</IpScope>
Please advise...