This commit is contained in:
asteam
2025-05-07 13:15:39 +03:00
parent 0c44daa241
commit c7a2c4ed5a
52 changed files with 1680 additions and 400 deletions

View File

@@ -13,9 +13,9 @@ type EnableNodesRequest struct {
// Required: true
NIDs []uint64 `url:"nids" json:"nids" validate:"required"`
// Message
// Reason
// Required: false
Message string `url:"message,omitempty" json:"message,omitempty"`
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
}
// EnableNodes enables nodes from maintenance status to enabled

View File

@@ -371,7 +371,7 @@ type Bridges struct {
// Backplane1
type Backplane1 struct {
Interfaces []string `json:"interfaces"`
NumaNode uint64 `json:"numa_node"`
NumaNode int64 `json:"numa_node"`
}
// Role