Skip to main content
GET
/
catalog
/
instance-types
/
{serverType}
/
locations
List locations available for an instance type
curl --request GET \
  --url https://console.wenium.com/api/catalog/instance-types/{serverType}/locations
{
  "status": true,
  "data": [
    {
      "id": 1,
      "name": "New York",
      "sub_name": "NY, USA",
      "flag": "us",
      "cost": 1,
      "is_active": true
    }
  ]
}

Path Parameters

serverType
integer
required

Server type ID

Response

200 - application/json

Locations for server type

status
boolean
Example:

true

data
object[]