GET
/
subnet
/
{subnet}
curl --request GET \
  --url https://api.altostrat.io/eip/subnet/{subnet} \
  --header 'Authorization: Bearer <token>'
[
  {
    "ip": "198.51.100.22"
  }
]

Authorizations

Authorization
string
header
required

Enter the Bearer token obtained after authentication.

Path Parameters

subnet
string
required

The UUID of the subnet to query.

Example:

"a1b2c3d4-e5f6-7890-1234-567890abcdef"

Response

200
application/json

A list of available IP addresses.

The response is of type object[].