We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加任务到定时器(Add job to trigger).
org.zstack.scheduler.APIAddSchedulerJobToSchedulerTriggerMsg
管理员可以使用AddSchedulerJobToSchedulerTrigger来添加job到trigger. 例如:
AddSchedulerJobToSchedulerTrigger schedulerJobUuid=c4975f783e1043cb95bcfefa505f7849 schedulerTriggerUuid=d1652f4da61c45f9b9ce68b69f3d0ae4
返回结果:
{ "inventory": { "createDate": "Jun 20, 2017 11:00:03 AM", "lastOpDate": "Jun 20, 2017 11:00:03 AM", "schedulerJobUuid": "c4975f783e1043cb95bcfefa505f7849", "schedulerTriggerUuid": "d1652f4da61c45f9b9ce68b69f3d0ae4", "uuid": "52a58b6fdf104bb7b1a4a744d59bc5ff" }, "success": true }
不可重复添加
https://github.com/zstackio/functional-spec/issues/29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述
添加任务到定时器(Add job to trigger).
API
org.zstack.scheduler.APIAddSchedulerJobToSchedulerTriggerMsg
举例(Example)
管理员可以使用AddSchedulerJobToSchedulerTrigger来添加job到trigger. 例如:
返回结果:
参数(Parameters)
备注
不可重复添加
Feature_link
https://github.com/zstackio/functional-spec/issues/29
The text was updated successfully, but these errors were encountered: