request2.http 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @host=http://localhost:9500
  2. #@host=http://120.26.64.82:9500
  3. ###
  4. POST {{host}}/user/getToken
  5. Content-Type: application/json
  6. {
  7. "appid": "dataBase",
  8. "appsecret": "tqUlEeQECqrI"
  9. }
  10. ###
  11. ###
  12. POST {{host}}/user/verifyCode
  13. Content-Type: application/json
  14. sessionid: a0c8503c3386a506c20247e2e26fa4d6
  15. {}
  16. ###
  17. ###
  18. POST {{host}}/user/login
  19. Content-Type: application/json
  20. sessionid: a0c8503c3386a506c20247e2e26fa4d6
  21. {
  22. "account": "zhaowei",
  23. "password": "apOWtZ0zSBReHCkdp4jKPx97CIyyhu/EqsLcnn8CW5EljiZUmx1x89km6y3x9v0jWAlSXS8Il5KLE7iVI45l56+BllcPPUpORKffI1wkRMT4n3oWGW3mDr1a+DzMvFXKwilaJT5XZfTMEDU3wItzWzMpB6E2y7VPcfd2RPueQwU=",
  24. "verifycode": "TNp6sw6u94eydM6WJNICkRtW+BgN8A3y0SOAFNKJt2ERS6bc8a9fqABxmT+3w9FUza/NBD/PaZXPWZjbEV33whRWMAE2sGbGDHDyNAzJtDtDYn169lv1ubEQcA4MtJwZlU67lOb3HMnVW1Mt8gI2EXoeq1o/fCMuLVTpM0ahrqU="
  25. }
  26. ###
  27. POST {{host}}/openApi/query
  28. Content-Type: application/json
  29. {
  30. "serviceid": "19",
  31. "datacontent": {
  32. "filter": {
  33. "type": "datasource"
  34. }
  35. },
  36. "event": "0",
  37. "page": 1,
  38. "size": 9999
  39. }
  40. ###
  41. POST localhost:9501/controlApi/startAll
  42. Content-Type: application/json
  43. {
  44. "containercode": "test"
  45. }
  46. ###
  47. POST localhost:9501/controlApi/stopAll
  48. Content-Type: application/json
  49. {
  50. "containercode": "test"
  51. }
  52. ###
  53. POST localhost:9501/controlApi/stop
  54. Content-Type: application/json
  55. {
  56. "serviceid": "139",
  57. "containercode": "test"
  58. }
  59. ###
  60. POST localhost:9501/controlApi/start
  61. Content-Type: application/json
  62. {
  63. "serviceid": "139",
  64. "containercode": "test"
  65. }