v1

latestSwagger 2.02026-08-04232286653.5 KB
IB Partitions

Lists all InfiniBand partitions in the project and returns their details.

get/projects/{project_id}/networking/ib-partitions

Path parameters

project_idstring required

Response

Example response

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