Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. curl -v -X POST \
  2. https://ioteu.aquacheckweb.com \
  3. -H 'Cache-Control: no-cache' \
  4. -H 'Content-Type: application/json' \
  5. -d '{
  6. "Other": "TBD",
  7. "RTU": [
  8. {
  9. "GPS": {
  10. "al": null,
  11. "dst": null,
  12. "ln": null,
  13. "lt": null,
  14. "pac": null,
  15. "pdp": null,
  16. "st": null,
  17. "utc": 593503300
  18. },
  19. "dat": 593503223,
  20. "extbt": null,
  21. "fw": "V4.02T001",
  22. "gsmcq": 9,
  23. "iccid": "655018645747112",
  24. "imei": "352948070070549",
  25. "intbt": 4140,
  26. "mess": "TBD",
  27. "pid": null,
  28. "slr": 5869,
  29. "tmp": null
  30. }
  31. ],
  32. "SMPROBE": [
  33. {
  34. "PrbID": "53758",
  35. "SSMPL": [
  36. {
  37. "EC": [],
  38. "FX": [
  39. 4195,
  40. null,
  41. null,
  42. null,
  43. null
  44. ],
  45. "SM": [
  46. 1.01,
  47. 1.59
  48. ],
  49. "TM": [
  50. 23.31,
  51. 23.24
  52. ],
  53. "smpldat": 593498000
  54. },
  55. {
  56. "EC": [],
  57. "FX": [
  58. 4195,
  59. null,
  60. null,
  61. null,
  62. null
  63. ],
  64. "SM": [
  65. 0.99,
  66. 1.59
  67. ],
  68. "TM": [
  69. 23.43,
  70. 23.37
  71. ],
  72. "smpldat": 593501900
  73. },
  74. {
  75. "EC": [],
  76. "FX": [
  77. 4195,
  78. null,
  79. null,
  80. null,
  81. null
  82. ],
  83. "SM": [
  84. 1.01,
  85. 1.59
  86. ],
  87. "TM": [
  88. 23.62,
  89. 23.62
  90. ],
  91. "smpldat": 593503600
  92. }
  93. ]
  94. }
  95. ],
  96. "WEATHER": [
  97. {
  98. "WSSMPL": [
  99. {}
  100. ],
  101. "id": 1
  102. }
  103. ],
  104. "rtuid": "10040",
  105. "sedat": 593503900,
  106. "sno": 381,
  107. "v": 1.2
  108. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement