Retrieve all NVLink Logical Partitions
Retrieve all NVLink Logical Partitions for the org
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
Query parameters
Filter NVLink Logical Partitions by Site
Filter NVLink Logical Partitions by Status
Search for matches across all NVLink Logical Partitions. Input will be matched against name, description, and status fields
Include NVLink Interfaces in response.
Include NVLink Logical Partition Stats in response.
Include VPCs in response.
Related entity to expand
One-indexed page number.
Page number for pagination query
Page size for pagination query
Ordering for pagination query
Response
OK
Example response
[
{
"id": "ded96bdf-905e-40dd-8a58-3472aab60042",
"name": "partition-east-gpu",
"description": "Partition for model training Instances",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"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"
}
]Changes
Changed in 2 of the 98 revisions of this API.11
- ●
for the
queryrequest parameterpageNumber, the max was set to21474836.00request-parameter-max-set
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○