Scale node pool
PATCH/backend/api/node-pool/
Host: https://core.ocplanet.cloud
Scale node pool.
Request
- application/json
Body
count integerrequired
autoscale booleanrequired
max_count integerrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
id uuidrequired
count integerrequired
autoscale booleanrequired
max_count integerrequired
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"count": 0,
"autoscale": true,
"max_count": 0
}
{
"id": "79eb5d15-943b-4163-a66d-f22950cb22b4",
"count": 1,
"autoscale": true,
"max_count": 1
}
Loading...