package
1.0.2
Repository: https://github.com/pingcap/tiunimanager.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Check platform check @Summary platform check @Description platform check @Tags platform @Accept json @Produce json @Security ApiKeyAuth @Param checkPlatformReq body message.CheckPlatformReq false "check platform" @Success 200 {object} controller.ResultWithPage{data=message.CheckPlatformRsp} @Failure 401 {object} controller.CommonResult @Failure 403 {object} controller.CommonResult @Failure 500 {object} controller.CommonResult @Router /platform/check [post].
CheckCluster platform check cluster @Summary platform check cluster @Description platform check cluster @Tags platform @Accept json @Produce json @Security ApiKeyAuth @Param clusterId path string true "cluster id" @Success 200 {object} controller.ResultWithPage{data=message.CheckClusterRsp} @Failure 401 {object} controller.CommonResult @Failure 403 {object} controller.CommonResult @Failure 500 {object} controller.CommonResult @Router /platform/check/{clusterId} [post].
GetCheckReport get check report based on checkId @Summary get check report based on checkId @Description get check report based on checkId @Tags platform @Accept json @Produce json @Security ApiKeyAuth @Param checkId path string true "check id" @Success 200 {object} controller.ResultWithPage{data=message.GetCheckReportRsp} @Failure 401 {object} controller.CommonResult @Failure 403 {object} controller.CommonResult @Failure 500 {object} controller.CommonResult @Router /platform/report/{checkId} [get].
QueryCheckReports query check reports @Summary query check reports @Description get query check reports @Tags platform @Accept json @Produce json @Security ApiKeyAuth @Param queryCheckReportsReq query message.QueryCheckReportsReq false "query check reports" @Success 200 {object} controller.ResultWithPage{data=message.QueryCheckReportsRsp} @Failure 401 {object} controller.CommonResult @Failure 403 {object} controller.CommonResult @Failure 500 {object} controller.CommonResult @Router /platform/reports [get].