This commit is contained in:
2026-03-27 17:48:48 +03:00
parent 825cc4387f
commit 8abb20dcde
24 changed files with 561 additions and 44 deletions

View File

@@ -17,6 +17,10 @@ type MultiImageExportRequest struct {
// Name of the target pool
// Required: true
PoolName string `url:"pool_name" json:"pool_name" validate:"required"`
// Target SEP ID
// Required: true
SEPID uint64 `url:"sep_id" json:"sep_id" validate:"required"`
}
// MultiImageExport copies a physical image from multi image to the specified pool