InfiniBand Partition
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.
post/v2/org/{org}/nico/infiniband-partition
Request body
Example request
{
"name": "turbo-net",
"siteId": "8c43e859-d301-4ecf-9d0e-46bf374473c4"
}Response
Created
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "turbo-net",
"description": "InfiniBand Partition for model training Instances",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"controllerIBPartitionId": "0e60d064-3d38-4812-84d9-c3353bd96eaf",
"partitionKey": "0x1",
"partitionName": "turbo-net",
"serviceLevel": 5,
"rateLimit": 40,
"mtu": 4000,
"enableSharp": true,
"status": "Pending",
"statusHistory": [
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}