v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Bare Metal

Get bare metal capacity from default project

Get the number of available bare metal nodes without client's reservations in the default project.

get/cloud/v2/bmcapacity/{region_id}

Path parameters

region_idinteger required

Region ID

Query parameters

client_idinteger

Available for roots

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
  }
}