docs: 更新swagger注释信息
This commit is contained in:
@@ -28,7 +28,13 @@ type MonitorController struct {
|
||||
// @Tags monitor
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Param type query string true "Data Type" Enums(all,load,cpu,memory,io,network) default(all)
|
||||
// @Param startTime query number true "StartTime, timestamp milliseconds" default(1738771200000)
|
||||
// @Param endTime query number true "EndTime, timestamp milliseconds" default(1738810051253)
|
||||
// @Param neType query string false "NE Type, Currently none Default #" default(#)
|
||||
// @Param neId query string false "NE ID, Currently none Default #" default(#)
|
||||
// @Param name query string false "Name, Data Type valid for networ and io"
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Security TokenAuth
|
||||
// @Summary Resource monitoring information loading
|
||||
// @Description Resource monitoring information loading
|
||||
|
||||
Reference in New Issue
Block a user