Apache CloudStack 4.23.0.0 Root Admin API Reference
createPortableIpRange
Adds a range of portable public IP's to a region
Request parameters
| Parameter Name | Description | Required |
| endip | The ending IP address in the portable IP range | true |
| gateway | The gateway for the portable IP range | true |
| netmask | The netmask of the portable IP range | true |
| regionid | Id of the Region | true |
| startip | The beginning IP address in the portable IP range | true |
| vlan | VLAN id, if not specified defaulted to untagged | false |
Response Tags
| Response Name | Description |
| id | Portable IP range ID |
| endip | The end IP of the portable IP range |
| gateway | The gateway of the VLAN IP range |
| netmask | The netmask of the VLAN IP range |
| regionid | Region ID in which portable IP range is provisioned |
| startip | The start IP of the portable IP range |
| vlan | The ID or VID of the VLAN. |
| portableipaddress(*) | List of portable IP and association with zone/network/vpc details that are part of GSLB rule |
| accountid | The Account ID the portable IP address is associated with |
| allocated | Date the portal IP address was acquired |
| domainid | The domain ID the portable IP address is associated with |
| ipaddress | Public IP address |
| networkid | The ID of the Network where IP belongs to |
| physicalnetworkid | The physical Network this belongs to |
| regionid | Region ID in which global Load balancer is created |
| state | State of the IP address. Can be: Allocating, Allocated, Releasing and Free |
| vpcid | VPC the IP belongs to |
| zoneid | The ID of the zone the public IP address belongs to |