---
title: "Retrieve all InfiniBand Interfaces"
method: GET
path: "/v2/org/{org}/nico/infiniband-interface"
tags: ["InfiniBand Partition"]
---

# Retrieve all InfiniBand Interfaces

`GET /v2/org/{org}/nico/infiniband-interface`

Get all InfiniBand Interfaces

Org must have a Tenant entity. User must have authorization role with `TENANT_ADMIN` suffix.

## Query parameters

- `siteId` string
- `instanceId` string
- `infinibandPartitionId` string
- `status` string
- `includeRelation` 'Instance' | 'InfiniBandPartition' | 'Site'
- `pageNumber` integer
- `pageSize` integer
- `orderBy` 'STATUS_ASC' | 'STATUS_DESC' | 'CREATED_ASC' | 'CREATED_DESC' | 'UPDATED_ASC' | 'UPDATED_DESC'

## Response `200`

OK

- InfiniBandInterface[]
  - `id` string, uuid — Unique UUID v4 identifier for the InfiniBandInterface
  - `instanceId` string, uuid — ID of the associated Instance
  - `partitionId` string, uuid — ID of the InfiniBand Partition associated with this interface
  - `device` string — Name of the InfiniBand device associated with this interface
  - `vendor` string, nullable — Name of the InfiniBand device vendor associated with this interface
  - `deviceInstance` integer — Index of the device where partition attach to
  - `isPhysical` boolean — Indicates whether this is a physical interface
  - `virtualFunctionId` integer, nullable — Must be specified if isPhysical is false
  - `guid` string, nullable — Must be specified if isPhysical is false
  - `status` 'Pending' | 'Provisioning' | 'Ready' | 'Deleting' | 'Error' — Status values for InfiniBand Interface objects
  - `created` string, date-time — Date/time when the InfiniBandInterface was created
  - `updated` string, date-time — Date/time when the InfiniBandInterface was last updated

## Other responses

- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects

---

[API](https://skmtc.net/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.net/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/69e00804e732/schema)
