Get available systems
Retrieve the list of available operating systems and their versions.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Query Parameters
location?integer
ID of the location
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/systems"{
"message": "Available Systems",
"data": [
{
"id": 0,
"os_name": "string",
"image": "string",
"os_version": [
{
"id": 0,
"version": "string",
"description": "string",
"min_cpu": 0,
"min_memory": 0,
"min_storage": 0
}
]
}
]
}