InfiniBand Partition
Retrieve InfiniBand Partition
Retrieve a specific InfiniBand Partition
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
Tenant must own the Partition.
get/v2/org/{org}/nico/infiniband-partition/{infiniBandPartitionId}
Query parameters
includeRelation'Site' | 'VPC' | 'Tenant'
Related entity to expand
Response
OK
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"
}