schedule situation

Former-commit-id: ce8a1290894d1e17f1e46c254c53c2e383d232dd
This commit is contained in:
zhangwei 2024-04-30 17:28:29 +08:00
parent fb85474d7a
commit 8078d94e35
2 changed files with 2 additions and 2 deletions

View File

@ -1021,7 +1021,7 @@ service pcm {
@doc "Synchronize Cluster alert Information"
@handler syncClusterAlertHandler
post /core/syncClusterAlert (SyncClusterAlertReq)
post /monitoring/syncClusterAlert (SyncClusterAlertReq)
@handler taskNumHandler
get /monitoring/task/num (taskNumReq) returns (taskNumResp)

View File

@ -1284,7 +1284,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
},
{
Method: http.MethodPost,
Path: "/core/syncClusterAlert",
Path: "/monitoring/syncClusterAlert",
Handler: monitoring.SyncClusterAlertHandler(serverCtx),
},
{