v1

latestSwagger 2.02026-08-04232286653.5 KB
IB 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

ib_network_idstring required

ID of the InfiniBand network to create the partition in.

namestring required

Name for the new InfiniBand partition.

Example request

{
  "ib_network_id": "36c0b0d9-8b68-4869-addb-227b06b64ee0",
  "name": "my-ib-partition"
}

Response

ib_network_idstring required

ID of the InfiniBand network the partition belongs to.

idstring required

ID of the InfiniBand partition.

namestring required

Name of the InfiniBand partition.

Example response

{
  "ib_network_id": "36c0b0d9-8b68-4869-addb-227b06b64ee0",
  "id": "44701f9e-845c-4005-9240-adee6401b8d3",
  "name": "my-ib-partition"
}