DewaVPS

Get gateway options

GET
/network/options/gateways

Retrieve the available gateway options for a private network in a location.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Query Parameters

location_id*integer

ID of the location

vswitch*string

UUID of the private network

Formatuuid

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/network/options/gateways?location_id=0&vswitch=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "Your Private Networkes",
  "data": [
    {
      "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
      "name": "string",
      "hv_tag": 0,
      "location": "string",
      "created_at": "string",
      "last_update_at": "string"
    }
  ]
}