Retrieve all InfiniBand Partitions

View as Markdown

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

orgstringRequired
Name of the Org

Query parameters

siteIdstringOptionalformat: "uuid"
Filter Partitions by Site
statusstringOptional
Filter Partitions by Status
querystringOptional
Search for matches across all InfiniBand Partitions. Input will be matched against name, description, and status fields
includeRelationenumOptional
Related entity to expand
Allowed values:
pageNumberintegerOptional>=1Defaults to 1
Page number for pagination query
pageSizeintegerOptional1-100
Page size for pagination query
orderByenumOptional
Ordering for pagination query

Response headers

X-Paginationstring
Pagination result in JSON format

Response

OK
idstringRead-onlyformat: "uuid"
Unique UUID v4 identifier for the InfiniBand Partition
namestring2-256 characters
Name of the InfiniBand Partition
descriptionstring or null
Description of the InfiniBand Partition
siteIdstringformat: "uuid"
ID of the Site
tenantIdstringformat: "uuid"
ID of the Tenant
controllerIBPartitionIdstring or nullformat: "uuid"
ID of the Site Controller InfiniBand partition corresponding to this InfiniBand Partition
partitionKeystring or nullRead-only
Partition key assigned to the InfiniBand Partition
partitionNamestring or nullRead-only
Partition name assigned to the InfiniBand Partition
serviceLevelinteger or nullRead-only0-15
Service level configured for the InfiniBand Partition
rateLimitenumRead-only
Rate limit configured for the InfiniBand Partition
mtuenumRead-only
MTU configured for the InfiniBand Partition
enableSharpbooleanRead-only
Whether SHARP is enabled for the InfiniBand Partition
labelsmap from strings to strings

String key-value pairs describing InfiniBand Partition labels. Up to 10 key-value pairs can be specified

statusenum
Status of the InfiniBand Partition
statusHistorylist of objectsRead-only
Chronological status history for the InfiniBand Partition
createddatetimeRead-only

Date/time when the InfiniBand Partition was created

updateddatetimeRead-only

Date/time when the InfiniBand Partition was last updated

Errors

403
Forbidden Error