Get instances without public IP
Retrieve a list of instances that do not have a public IP address assigned.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Query Parameters
location_id*integer
ID of the location
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/instance/options/no-ip?location_id=0"{
"message": "Instance options with no public network",
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"hostname": "string"
}
]
}