Create InfiniBand Partition
Create an InfiniBand Partition 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
Request
This endpoint expects an object.
name
Name of the Partition to create
siteId
ID of the Site the Partition should belong to
description
Optional description of the Partition
labels
String key-value pairs describing Partition labels. Up to 10 key-value pairs can be specified
Response
Created
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
400
Bad Request Error
403
Forbidden Error