Retrieve all InfiniBand Partitions
Retrieve all InfiniBand Partitions for the org
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
Authentication
AuthorizationBearer
```
export JWT_BEARER_TOKEN="<jwt-bearer-token>"
# Example org name: "acme-inc
export ORG_NAME=<org-name>
# Use the JWT bearer token in your API request auth header:
curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://nico-rest-api.nico.svc.cluster.local/v2/org/$ORG_NAME/nico/user/current
```
Path parameters
org
Name of the Org
Query parameters
siteId
Filter Partitions by Site
status
Filter Partitions by Status
query
Search for matches across all InfiniBand Partitions. Input will be matched against name, description, and status fields
includeRelation
Related entity to expand
Allowed values:
pageNumber
Page number for pagination query
pageSize
Page size for pagination query
orderBy
Ordering for pagination query
Response headers
X-Pagination
Pagination result in JSON format
Response
OK
id
Unique UUID v4 identifier for the InfiniBand Partition
name
Name of the InfiniBand Partition
description
Description of the InfiniBand Partition
siteId
ID of the Site
tenantId
ID of the Tenant
controllerIBPartitionId
ID of the Site Controller InfiniBand partition corresponding to this InfiniBand Partition
partitionKey
Partition key assigned to the InfiniBand Partition
partitionName
Partition name assigned to the InfiniBand Partition
serviceLevel
Service level configured for the InfiniBand Partition
rateLimit
Rate limit configured for the InfiniBand Partition
mtu
MTU configured for the InfiniBand Partition
enableSharp
Whether SHARP is enabled for the InfiniBand Partition
labels
String key-value pairs describing InfiniBand Partition labels. Up to 10 key-value pairs can be specified
status
Status of the InfiniBand Partition
statusHistory
Chronological status history for the InfiniBand Partition
created
Date/time when the InfiniBand Partition was created
updated
Date/time when the InfiniBand Partition was last updated
Errors
403
Forbidden Error