Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1.  
  2.  
  3. {
  4. "iot": [
  5. {
  6. "product_id": 1,
  7. "threshold_high": 17000,
  8. "description": "12345",
  9. "parent": {
  10. "description": "",
  11. "name": "Poitiers"
  12. },
  13. "id": 1,
  14. "periodicity": 10,
  15. "capacity": 21000,
  16. "informations": {
  17. "Code de l'agglomération": "POITIERS",
  18. "Nom de l'agglomeration": "POITIERS",
  19. "Commune d'implantation": "POITIERS",
  20. "Région": "POITOU-CHARENTES",
  21. "Réglementations": "Autre",
  22. "Département": "86",
  23. "Code postal": "040000186194"
  24. },
  25. "name": "Benne",
  26. "box_id": "1AD10E",
  27. "notifications": {
  28. "email": [
  29. {
  30. "standard": [
  31. "c"
  32. ]
  33. },
  34. {
  35. "administrateur": [
  36. "c",
  37. "w"
  38. ]
  39. }
  40. ],
  41. "sms": [
  42. {
  43. "standard": [
  44. "w"
  45. ]
  46. }
  47. ]
  48. },
  49. "parent_id": 1,
  50. "serialnumber": "1234",
  51. "sensor_id": "1AD10E-1",
  52. "threshold_low": 10000,
  53. "unit": "Tonne",
  54. "notification": true,
  55. "status": true
  56. },
  57. {
  58. "product_id": 1,
  59. "threshold_high": 1000,
  60. "description": "",
  61. "parent": {
  62. "description": "",
  63. "name": "Poitiers"
  64. },
  65. "id": 4,
  66. "periodicity": 10,
  67. "capacity": 2000,
  68. "informations": {},
  69. "name": "Benne10",
  70. "box_id": "0",
  71. "notifications": {
  72. "email": [],
  73. "sms": []
  74. },
  75. "parent_id": 1,
  76. "serialnumber": "1234",
  77. "sensor_id": "0",
  78. "threshold_low": 1000,
  79. "unit": "Kilo",
  80. "notification": true,
  81. "status": true
  82. },
  83. {
  84. "product_id": 1,
  85. "threshold_high": 15,
  86. "description": "description",
  87. "parent": {
  88. "description": "",
  89. "name": "Poitiers"
  90. },
  91. "id": 9,
  92. "periodicity": 11,
  93. "capacity": 20,
  94. "informations": {},
  95. "name": "test",
  96. "box_id": "box id",
  97. "notifications": {
  98. "email": [],
  99. "sms": []
  100. },
  101. "parent_id": 1,
  102. "serialnumber": "serial",
  103. "sensor_id": "box id",
  104. "threshold_low": 10,
  105. "unit": "Kilo",
  106. "notification": true,
  107. "status": true
  108. }
  109. ],
  110. "site": [
  111. {
  112. "description": "",
  113. "id": 1,
  114. "name": "Poitiers"
  115. },
  116. {
  117. "description": "",
  118. "id": 2,
  119. "name": "site"
  120. }
  121. ],
  122. "user": [
  123. {
  124. "email": "info@data.fr",
  125. "id": 1,
  126. "is_technical": false,
  127. "username": "phinect",
  128. "contact_group": "",
  129. "phone": "0102030405",
  130. "user_id": 1
  131. },
  132. {
  133. "email": "standard@test.fr",
  134. "id": 2,
  135. "is_technical": false,
  136. "username": "standard",
  137. "contact_group": "cg_Poitiers",
  138. "phone": "0123456789",
  139. "user_id": 2
  140. },
  141. {
  142. "email": "admin@test.fr",
  143. "id": 3,
  144. "is_technical": false,
  145. "username": "administrateur",
  146. "contact_group": "cg_Poitiers",
  147. "phone": "9876543210",
  148. "user_id": 3
  149. },
  150. {
  151. "email": "",
  152. "id": 8,
  153. "is_technical": true,
  154. "username": "tech",
  155. "contact_group": "cg_Poitiers",
  156. "phone": "",
  157. "user_id": 13
  158. }
  159. ],
  160. "config": {
  161. "email_from": "email_from",
  162. "log_index": "log",
  163. "smtp_relay": "smtp_relay",
  164. "id": 1,
  165. "es_server": "193.70.9.148",
  166. "index_name": "phinect-demo1",
  167. "es_port": "9200",
  168. "sms_credentials": "sms_credits",
  169. "key": "dUTuRumq7vL0cvLN7fZlAIo0VWd1nSPK",
  170. "client_name": "client",
  171. "domain": "",
  172. "secret": "bm91dmVsbGVjaGFpbmVxdWVqZXNv"
  173. }
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement