GPU Virtual
List virtual GPU flavors
get/cloud/v3/gpu/virtual/{project_id}/{region_id}/flavors
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:7
Region ID
Query parameters
hide_disabledboolean
Set to true to remove the disabled flavors from the response.
Example:true
Set to true to remove the disabled flavors from the response.
include_pricesboolean
Set to true if the response should include flavor prices.
Example:true
Set to true if the response should include flavor prices.
Response
OK
Example response
{
"count": 1,
"results": [
{
"architecture": "x86_64",
"capacity": 1,
"hardware_description": {
"gpu": "1x NVIDIA 11GB",
"local_storage": 3000,
"ram": 2048,
"vcpus": 1
},
"hardware_properties": {
"nic_eth": "2x100;2x25",
"nic_ib": "8x400"
},
"name": "g1-gpu-1-2-1"
}
]
}