[关闭]
@rzzx 2017-04-24T06:41:43.000000Z 字数 698 阅读 1048

掌上听云客户端Server API接口-拓扑图

Server

文档中主机名需要参考以下配置:

内网:http://192.168.5.199:8083/tingyun-api-server
外网:



1. 应用列表 应用拓扑(页面还需要修改)

URL

mobileApplication/{applicationId}/topoFullSim

示例URL

http://192.168.5.199:8083/tingyun-api-server/mobileApplication/127437/topoFullSim?_ty_auth_token=sl5e52hj8k19reuoypcb5f3c35ca3nfr&timePeriod=30

请求参数

参数 必选 类型 说明
_ty_auth_token true string token从authlocal.tingyun.com:10886/auth/api/auth/login获取
endTime false string 结束时间 格式如:yyyy-MM-dd HH:mm:ss
timePeriod false string 时间间隔 相差多少分钟
themeNum false int 主题号(从1开始计数)
timeType false int 时间类型
timeZone false String 时区

响应数据

  1. /*成功响应*/
  2. 一个网页
  3. /*错误响应*/
  4. {
  5. "status":-1,
  6. "data":"_ty_auth_token is NULL"
  7. }
  8. /*错误响应*/
  9. {
  10. "status":-500,
  11. "message":"system error."
  12. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注