diff options
author | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-09-26 22:49:36 +0800 |
---|---|---|
committer | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-09-26 22:53:18 +0800 |
commit | 0132c121f2d6ffe095f8e13b9c7d77ffa478431f (patch) | |
tree | fe0322ae43d15c5423daa88191daa80db2b5804b /docs/apidocs | |
parent | c4292f93f53f88a48cc3693b464dcdff6a9a0850 (diff) |
Add qtip restful server usage in docs.
modification:
Add qtip restful api info in apidoc.
Add qtip restful api usage in userguide.
modify the test_list example.
JIRA:QTIP-99
Change-Id: I0da640571fa0272376e735335fb364e6e20e8a4e
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'docs/apidocs')
-rw-r--r-- | docs/apidocs/index.rst | 13 | ||||
-rw-r--r-- | docs/apidocs/qtip_restful_api.rst | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/apidocs/index.rst b/docs/apidocs/index.rst new file mode 100644 index 00000000..916fab08 --- /dev/null +++ b/docs/apidocs/index.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015 Dell Inc. +.. (c) 2016 ZTE Corp. + +**************** +QTIP Configguide +**************** + +.. toctree:: + :maxdepth: 2 + + ./qtip_restful_api.rst diff --git a/docs/apidocs/qtip_restful_api.rst b/docs/apidocs/qtip_restful_api.rst new file mode 100644 index 00000000..ca77224c --- /dev/null +++ b/docs/apidocs/qtip_restful_api.rst @@ -0,0 +1,10 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015 Dell Inc. +.. (c) 2016 ZTE Corp. + + +Qtip restful api +================ + +You can get all the Qtip restful api by http://qtip_server_ip:5000/api/spec.html. |