Request Elastic IP
Request an Elastic IP address
Elastic IP URL:
POSThttps://api.hyperleaf.com/api/elasticips/create
Request Fields (* required)
Name
Type
Description
region*
3 or 4
the region you are requesting an IP in (3 dallas, 4 denver)
description*
string
the description of the elastic IP
Post Example
curl https://api.hyperleaf.com/api/elasticips/create?key=mykey \
-d 'region=3' \
-d 'description=used for loadbalancer'Response Examples
{
"status": "ok",
"message": "207.3.3.2",
"verbose": ""
}{
"status": "error",
"error": "invalid region",
"verbose": ""
}
Additional errors:
- No IP Addresses AvailableLast updated