Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. == /api/apollo/filters `[GET]`
  2. This API is for `${MODULE_LIGHT}/apollo`.
  3.  
  4. * Response 200 (application/json)
  5. * count: 主機總數
  6. * result:
  7. * time: API 回傳時間
  8.  
  9. {{{ #!json
  10. {
  11. "count": 6431,
  12. "result": {
  13. "hosts": {
  14. "1": {
  15. idc: "重庆移动",
  16. ip: "218.201.42.166",
  17. name: "cmb-cq-218-201-042-149",
  18. tag: "arch.vps"
  19. }
  20. },
  21. "keywords": {
  22. "163.music": [19]
  23. },
  24. },
  25. "time": "2017-01-24 15:39:43"
  26. }
  27. }}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement