Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NodeCrontabCreate ¶
NodeCrontabCreate godoc @Summary Creating a scheduled node scheduling task @Description isRetry: 0 no 1 yes @Description retryInterval: the unit is in seconds, 100 means 100s @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Param req body view.ReqCreateCrontab true "params" @Success 200 {string} ok @Router /api/v2/pandas/nodes/{node-id}/crontab [post]
func NodeCrontabUpdate ¶
NodeCrontabUpdate godoc @Summary Updating a scheduled node scheduling task @Description isRetry: 0 no 1 yes @Description retryInterval: the unit is in seconds, 100 means 100s @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Param req body view.ReqUpdateCrontab true "params" @Success 200 {string} ok @Router /api/v2/pandas/nodes/{node-id}/crontab [patch]
func NodeLockAcquire ¶
NodeLockAcquire godoc @Summary Force the file edit lock to be acquired @Description Force the file edit lock to be acquired @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Success 200 {string} ok @Router /api/v2/pandas/nodes/{node-id}/lock-acquire [post]
func NodeResultListPage ¶
NodeResultListPage godoc @Summary Obtain the node execution result record @Description Obtain the node execution result record @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Param req query view.ReqNodeHistoryList true "params" @Success 200 {object} view.RespNodeResultList @Router /api/v2/pandas/nodes/{node-id}/results [get]
func NodeResultUpdate ¶
NodeResultUpdate godoc @Summary Updates the action on the execution result @Description only support excelProcess update @Tags pandas @Accept json @Produce json @Param result-id path int true "result id" @Param req query view.ReqNodeRunResult true "params" @Success 200 {string} ok @Router /api/v2/pandas/nodes-results/{result-id} [patch]
func WorkerDashboard ¶
WorkerDashboard godoc @Summary Kanban on the execution status of a scheduled task @Description Kanban on the execution status of a scheduled task @Tags pandas @Accept json @Produce json @Param req query view.ReqWorkerDashboard true "params" @Success 200 {object} view.RespWorkerDashboard @Router /api/v2/pandas/workers/dashboard [get]
func WorkerList ¶
WorkerList godoc @Summary The scheduled task list @Description The scheduled task list @Tags pandas @Accept json @Produce json @Param req query view.ReqWorkerList true "params" @Success 200 {object} core.ResPage{data=view.RespWorkerList} @Router /api/v2/pandas/workers [get]
Types ¶
This section is empty.