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
更新定时器(Update scheduler trigger).
org.zstack.scheduler.APIUpdateSchedulerTriggerMsg
管理员可以使用UpdateSchedulerTrigger来更新一个定时器. 例如:
UpdateSchedulerTrigger uuid=d1652f4da61c45f9b9ce68b69f3d0ae4 name=new description=new
返回结果:
{ "inventory": { "createDate": "Jun 19, 2017 3:18:56 PM", "description": "new", "jobsUuid": [], "lastOpDate": "Jun 19, 2017 3:18:56 PM", "name": "new", "repeatCount": 1, "schedulerType": "simple", "startTime": "Jun 19, 2017 3:18:56 PM", "stopTime": "Jun 19, 2017 3:18:56 PM", "uuid": "d1652f4da61c45f9b9ce68b69f3d0ae4" }, "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
描述
更新定时器(Update scheduler trigger).
API
org.zstack.scheduler.APIUpdateSchedulerTriggerMsg
举例(Example)
管理员可以使用UpdateSchedulerTrigger来更新一个定时器. 例如:
返回结果:
参数(Parameters)
备注
Feature_link
https://github.com/zstackio/functional-spec/issues/29
The text was updated successfully, but these errors were encountered: