Versions in this module Expand all Collapse all v0 v0.1.1 Apr 30, 2024 v0.1.0 Apr 29, 2024 Changes in this version + func AddHosts(c *gin.Context) + func BindHostToHostGroup(c *gin.Context) + func BindHostToHostGroupV2(c *gin.Context) + func BindTemplateToGroup(c *gin.Context) + func BindTemplateToGroupV2(c *gin.Context) + func CheckHostBindHostGroup(c *gin.Context) + func CrateHostGroup(c *gin.Context) + func CreateAggregator(c *gin.Context) + func CreateDeployType(c *gin.Context) + func CreateDeployTypeV2(c *gin.Context) + func CreatePlugin(c *gin.Context) + func CreatePluginV2(c *gin.Context) + func CreateTplPlugin(c *gin.Context) + func DeleteAggregator(c *gin.Context) + func DeleteDeployType(c *gin.Context) + func DeleteDeployTypeV2(c *gin.Context) + func DeleteHost(c *gin.Context) + func DeleteHostGroup(c *gin.Context) + func DeleteHostGroupV2(c *gin.Context) + func DeleteHosts(c *gin.Context) + func DeletePlugin(c *gin.Context) + func DeleteTplPlugin(c *gin.Context) + func GetAggregator(c *gin.Context) + func GetAggregatorListOfGrp(c *gin.Context) + func GetAllDeployType(c *gin.Context) + func GetAllDeployTypeV2(c *gin.Context) + func GetAllTplRelatedPlugin(c *gin.Context) + func GetDeployType(c *gin.Context) + func GetDeployTypeOfTplPlugin(c *gin.Context) + func GetDeployTypeV2(c *gin.Context) + func GetDomainOfTplPlugin(c *gin.Context) + func GetGrpsRelatedHost(c *gin.Context) + func GetHostBindToWhichHostGroup(c *gin.Context) + func GetHostGroup(c *gin.Context) + func GetHostGroupInfo(c *gin.Context) + func GetHostGroupWithTemplate(c *gin.Context) + func GetHostGroups(c *gin.Context) + func GetHostGroupsWithTplPlugin(c *gin.Context) + func GetHostIP(c *gin.Context) + func GetHostList(c *gin.Context) + func GetHosts(c *gin.Context) + func GetIPList(c *gin.Context) + func GetPluginOfGrp(c *gin.Context) + func GetPlugins(c *gin.Context) + func GetTemplateOfHostGroup(c *gin.Context) + func GetTemplateOfHostGroupV2(c *gin.Context) + func GetTplRelatedPlugin(c *gin.Context) + func GetTplRelatedPluginViaName(c *gin.Context) + func GetTplsRelatedHost(c *gin.Context) + func Routes(r *gin.Engine) + func SetMaintain(c *gin.Context) + func UnBindAHostToHostGroup(c *gin.Context) + func UnBindAHostToHostGroupV2(c *gin.Context) + func UnBindPluginToGrp(c *gin.Context) + func UnBindTemplateToGroup(c *gin.Context) + func UnBindTemplateToGroupV2(c *gin.Context) + func UnsetMaintain(c *gin.Context) + func UpdateAggregator(c *gin.Context) + func UpdateCmdbDeployType(c *gin.Context) + func UpdateDeployType(c *gin.Context) + func UpdateDeployTypeV2(c *gin.Context) + func UpdateTplPlugin(c *gin.Context) + type APIAddHostInput struct + Hosts []string + type APIBindHostToHostGroupInput struct + HostGroupID int64 + Hosts []string + type APIBindHostToHostGroupInputV2 struct + HostGroup string + Hosts []string + type APIBindTemplateToGroupInputs struct + GrpID int64 + TplID int64 + type APIBindTemplateToGroupInputsV2 struct + GrpName string + TplName string + type APICrateHostGroup struct + Name string + type APICreateAggregatorInput struct + Denominator string + Endpoint string + GrpId int64 + Metric string + Numerator string + Step int + Tags string + type APICreateDeployType struct + CmdbID int64 + TplIDs string + type APICreateDeployTypeV2 struct + CompName string + TplIDs string + type APICreatePluginInput struct + DirPaht string + GrpId int64 + type APICreatePluginInputV2 struct + DirPath string + GrpName string + type APICreateTplPlugin struct + Plugin string + TplID int64 + type APIDeleteHostsInputs struct + HostNames []string + type APIDeployTypeOfTplPluginInput struct + DeployID int + type APIMaintainInputs struct + Duration int64 + HostNames []string + type APIUnBindAHostToHostGroup struct + HostGroupID int64 + HostID int64 + type APIUnBindAHostToHostGroupV2 struct + Host string + HostGroup string + type APIUnBindPluginToGroupInputs struct + GrpName string + PluginDir string + type APIUnBindTemplateToGroupInputs struct + GrpID int64 + TplID int64 + type APIUnBindTemplateToGroupInputsV2 struct + GrpName string + TplName string + type APIUpdateAggregatorInput struct + Denominator string + Endpoint string + ID int64 + Metric string + Numerator string + Step int + Tags string + type CmdbQueryResponse struct + Code int + Message string + Object []DeployType + Success bool + type DeployType struct + DictCode string + DictValue string + type HostBindHostGroupStruct struct + GrpID int + HostID int + type QueryResponse struct + Code int + Message string + Object []map[string]interface{} + Success bool