Bare Metal
Get bare metal capacity
Get the number of available bare metal nodes per flavor in the specified project and region.
get/cloud/v1/bmcapacity/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
region_idinteger required
Region ID
Response
Available bare metal nodes count per flavor
Example response
{
"capacity": {
"bm1-basic-small": 3,
"bm1-infrastructure-small": 2,
"bm1-infrastructure-medium": 1
}
}