Skip to content
New issue

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

[Scheduler]org.zstack.scheduler.APIQuerySchedulerTriggerMsg #118

Open
AlanJager opened this issue Jun 20, 2017 · 0 comments
Open

[Scheduler]org.zstack.scheduler.APIQuerySchedulerTriggerMsg #118

AlanJager opened this issue Jun 20, 2017 · 0 comments

Comments

@AlanJager
Copy link

描述

查询定时器.

API

org.zstack.scheduler.APIQuerySchedulerTriggerMsg

举例(Example)

管理员可以使用QuerySchedulerTrigger来查询定时器信息. 例如:

QuerySchedulerTrigger uuid=d1652f4da61c45f9b9ce68b69f3d0ae4

返回结果:

{
    "inventories": [
        {
            "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
}

参数(Parameters)

名字 描述 可选的参数 起始支持版本

备注

Feature_link

https://github.com/zstackio/functional-spec/issues/29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant