v1
latestSwagger 2.02026-08-04232286653.5 KBIB Partitions
Creates an InfiniBand partition in the project and returns the created InfiniBand partition.
post/projects/{project_id}/networking/ib-partitions
Path parameters
project_idstring required
Request body
Example request
{
"ib_network_id": "36c0b0d9-8b68-4869-addb-227b06b64ee0",
"name": "my-ib-partition"
}Response
Example response
{
"ib_network_id": "36c0b0d9-8b68-4869-addb-227b06b64ee0",
"id": "44701f9e-845c-4005-9240-adee6401b8d3",
"name": "my-ib-partition"
}