This commit is contained in:
dayterr
2026-01-23 16:29:24 +03:00
committed by asteam
parent 365a4991d2
commit b1fbd6872d
17 changed files with 154 additions and 68 deletions

View File

@@ -26,6 +26,11 @@ type MaintenanceRequest struct {
// Reason
// Required: false
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
// Allow node auto-enable
// Default: false
// Required: false
AutoStart bool `url:"autostart" json:"autostart"`
}
// Maintenance places node in maintenance state