We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b059f commit b8ca01dCopy full SHA for b8ca01d
cns/api.go
@@ -402,6 +402,7 @@ type AssignIBDevicesToPodResponse struct {
402
Message string `json:"message"` // Additional message or error description
403
}
404
405
+// GET /ibdevices/{mac-address-of-device}
406
// GetIBDeviceStatusResponse represents the response containing InfiniBand device programming status
407
type GetIBDeviceStatusResponse struct {
408
MACAddress string `json:"macAddress"` // MAC address of the device
0 commit comments