sort snapshot reports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-15 15:25:56 +11:00
parent 8dee30ea97
commit debac1f684
7 changed files with 28 additions and 13 deletions

View File

@@ -10,9 +10,10 @@ import (
)
// VcCleanup removes inventory entries for a vCenter instance.
// @Summary Cleanup vCenter inventory
// @Description Removes all inventory entries associated with a vCenter URL.
// @Summary Cleanup vCenter inventory (deprecated)
// @Description Deprecated: Removes all inventory entries associated with a vCenter URL.
// @Tags maintenance
// @Deprecated
// @Produce json
// @Param vc_url query string true "vCenter URL"
// @Success 200 {object} map[string]string "Cleanup completed"