Retrieve NVLink Logical Partition
Retrieve a specific NVLink Logical Partition by ID
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 NGC Org
nvLinkLogicalPartitionId
ID of the NVLink Logical Partition
Query parameters
includeInterfaces
Include all attached NVLink Interfaces in response
includeStats
Include NVLink Logical Partition Stats in response
includeVpcs
Include all attached VPCs in response
includeRelation
Related entity to expand
Allowed values:
Response
OK
id
Unique ID of the NVLink Logical Partition
name
Name of the NVLink Logical Partition
description
Optional description of the NVLink Logical Partition
siteId
ID of the Site the NVLink Logical Partition belongs to
tenantId
ID of the Tenant the NVLink Logical Partition belongs to
status
Status of the NVLink Logical Partition
statusHistory
Details of status changes for the NVLink Logical Partition over time
nvLinkLogicalPartitionStats
GPU and Instance usage counts for the NVLink Logical Partition. Returned if the includeStats query parameter is set to true in retrieval endpoints
created
Date and time the NVLink Logical Partition was created
updated
Date and time the NVLink Logical Partition was last updated
Errors
403
Forbidden Error