Apache CloudStack 4.15.0.0 Root Admin API Reference

createStorageNetworkIpRange

Creates a Storage network IP range.

Request parameters

Parameter NameDescriptionRequired
gatewaythe gateway for storage networktrue
netmaskthe netmask for storage networktrue
podidUUID of pod where the ip range belongs totrue
startipthe beginning IP addresstrue
endipthe ending IP addressfalse
vlanOptional. The vlan the ip range sits on, default to Null when it is not specificed which means you network is not on any Vlan. This is mainly for Vmware as other hypervisors can directly reterive bridge from pyhsical network traffic type tablefalse

Response Tags

Response NameDescription
idthe uuid of storage network IP range.
endipthe end ip of the storage network IP range
gatewaythe gateway of the storage network IP range
netmaskthe netmask of the storage network IP range
networkidthe network uuid of storage network IP range
podidthe Pod uuid for the storage network IP range
startipthe start ip of the storage network IP range
vlanthe ID or VID of the VLAN.
zoneidthe Zone uuid of the storage network IP range