Request Elastic IP

Request an Elastic IP address

circle-info

Elastic IPs

Static IPv4 IP addresses may be assigned to your account to use for virtual machines or load balancers. These IP addresses stay with you in a specific region, allowing you to make static configurations trusting your IP will never change.

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": ""
}

Last updated