Versions in this module Expand all Collapse all v0 v0.2.1 Aug 15, 2017 Changes in this version + func PutHostGroup(c *gin.Context) + func SetMaintain(c *gin.Context) + func UnsetMaintain(c *gin.Context) + type APIHostGroupInputs struct + ID int64 + Name string + type APISetMaintainInput struct + Begin int64 + End int64 + Hosts []string + Ids []int64 + type APIUnsetMaintainInput struct + Hosts []string + Ids []int64 v0.2.0 Jun 18, 2017 Changes in this version + func BindHostToHostGroup(c *gin.Context) + func BindTemplateToGroup(c *gin.Context) + func CrateHostGroup(c *gin.Context) + func CreateAggregator(c *gin.Context) + func CreatePlugin(c *gin.Context) + func DeleteAggregator(c *gin.Context) + func DeleteHostGroup(c *gin.Context) + func DeletePlugin(c *gin.Context) + func GetAggregator(c *gin.Context) + func GetAggregatorListOfGrp(c *gin.Context) + func GetGrpsRelatedHost(c *gin.Context) + func GetHostBindToWhichHostGroup(c *gin.Context) + func GetHostGroup(c *gin.Context) + func GetHostGroupWithTemplate(c *gin.Context) + func GetHostGroups(c *gin.Context) + func GetPluginOfGrp(c *gin.Context) + func GetTemplateOfHostGroup(c *gin.Context) + func GetTplsRelatedHost(c *gin.Context) + func Routes(r *gin.Engine) + func UnBindAHostToHostGroup(c *gin.Context) + func UnBindTemplateToGroup(c *gin.Context) + func UpdateAggregator(c *gin.Context) + type APIBindHostToHostGroupInput struct + HostGroupID int64 + Hosts []string + type APIBindTemplateToGroupInputs struct + GrpID int64 + TplID int64 + type APICrateHostGroup struct + Name string + type APICreateAggregatorInput struct + Denominator string + Endpoint string + GrpId int64 + Metric string + Numerator string + Step int + Tags string + type APICreatePluginInput struct + DirPaht string + GrpId int64 + type APIUnBindAHostToHostGroup struct + HostGroupID int64 + HostID int64 + type APIUnBindTemplateToGroupInputs struct + GrpID int64 + TplID int64 + type APIUpdateAggregatorInput struct + Denominator string + Endpoint string + ID int64 + Metric string + Numerator string + Step int + Tags string