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
获取创建的定时任务
org.zstack.scheduler.APIQuerySchedulerJobMsg
管理员可以使用QuerySchedulerJob来获取一个Job. 例如:
QuerySchedulerJob uuid=ce506484b3684359b39a8ebeba576621
返回结果:
{ "inventories": [ { "createDate": "Jun 20, 2017 10:31:52 AM", "description": "this is a job", "lastOpDate": "Jun 20, 2017 10:31:52 AM", "name": "job", "targetResourceUuid": "vmUuid", "triggersUuid": [], "uuid": "ce506484b3684359b39a8ebeba576621" } ], "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
描述
获取创建的定时任务
API
org.zstack.scheduler.APIQuerySchedulerJobMsg
举例(Example)
管理员可以使用QuerySchedulerJob来获取一个Job. 例如:
返回结果:
参数(Parameters)
备注
Feature_link
https://github.com/zstackio/functional-spec/issues/29
The text was updated successfully, but these errors were encountered: