v1

latestSwagger 2.02026-08-04232286653.5 KB
IB Partitions

Returns details for a single InfiniBand partition in the project.

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

Path parameters

project_idstring required

ID of the project that owns the InfiniBand partition.

ib_partition_idstring required

ID of the InfiniBand 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"
}