v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
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

capacityobject

Bare metal capacity dict. Bare metal flavors are the keys of this dictionary, available nodes count are corresponding values

Example response

{
  "capacity": {
    "bm1-basic-small": 3,
    "bm1-infrastructure-small": 2,
    "bm1-infrastructure-medium": 1
  }
}
All 1141 operations