Get instance size template
Retrieve the predefined instance size templates.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/instance/size-template"{
"message": "VM size templates",
"data": [
{
"id": 0,
"title": "string",
"total_cpu": 0,
"total_ram": 0,
"total_disk": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}