Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://console.wenium.com/api/catalog/instance-types
{ "status": true, "data": [ { "id": 1, "name": "Standard", "description": "Standard VPS instances", "cost": 5, "icon": "vps", "additional_ip_cost": 2, "backup_per_gb_cost": 0.1, "max_cpu": 8, "max_ram": 16384, "max_disk": 240 } ] }
Array of active instance types
true
Show child attributes