cURL
curl --request GET \ --url https://api.hypercore.vn/instance_types \ --header 'Authorization: Bearer <token>'
[ { "id": "ea645d53-c0e5-406d-8863-9ecd4235be94", "type": "vhp", "cpu": "amd", "max_vcpu": 24, "max_ram": 40960, "max_disk": 1000, "network_rate": 128, "locations": [ "Sydney" ] } ]
List instance types available for provision
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
"ea645d53-c0e5-406d-8863-9ecd4235be94"
"vhp"
"amd"
24
40960
1000
128