schedule situation
Former-commit-id: ce8a1290894d1e17f1e46c254c53c2e383d232dd
This commit is contained in:
parent
fb85474d7a
commit
8078d94e35
|
@ -1021,7 +1021,7 @@ service pcm {
|
||||||
|
|
||||||
@doc "Synchronize Cluster alert Information"
|
@doc "Synchronize Cluster alert Information"
|
||||||
@handler syncClusterAlertHandler
|
@handler syncClusterAlertHandler
|
||||||
post /core/syncClusterAlert (SyncClusterAlertReq)
|
post /monitoring/syncClusterAlert (SyncClusterAlertReq)
|
||||||
|
|
||||||
@handler taskNumHandler
|
@handler taskNumHandler
|
||||||
get /monitoring/task/num (taskNumReq) returns (taskNumResp)
|
get /monitoring/task/num (taskNumReq) returns (taskNumResp)
|
||||||
|
|
|
@ -1284,7 +1284,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Method: http.MethodPost,
|
Method: http.MethodPost,
|
||||||
Path: "/core/syncClusterAlert",
|
Path: "/monitoring/syncClusterAlert",
|
||||||
Handler: monitoring.SyncClusterAlertHandler(serverCtx),
|
Handler: monitoring.SyncClusterAlertHandler(serverCtx),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue