Retrieve all NVLink Interfaces
Get all NVLink Interfaces
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
Query parameters
Filter NVLink Interfaces by Status. Can be specified multiple times to filter on more than one status.
Filter NVLink Interfaces by Site ID. Can be specified multiple times to filter on more than one ID.
Filter NVLink Interfaces by Instance ID. Can be specified multiple times to filter on more than one ID.
Filter NVLink Interfaces by NVLink Logical Partition ID. Can be specified multiple times to filter on more than one ID.
Filter NVLink Interfaces by NVLink Domain ID. Can be specified multiple times to filter on more than one ID.
Related entity to expand
Page number for pagination query
Page size for pagination query
Ordering for pagination query
Response
OK
Example response
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"instanceId": "64d2028c-ae87-4069-a624-66089d957ef9",
"nvLinkLogicalPartitionId": "05ef7e84-1d4e-4e4d-980d-38589479a0fe",
"nvLinkDomainId": "59202b81-65fb-45ec-b3b8-91ab0ad3f34a",
"deviceInstance": 0,
"gpuGuid": "4fe82bc6-1e30-4dfd-8839-996596209883",
"status": "Ready",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
]