SenslogV1.postman_collection.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. {
  2. "info": {
  3. "_postman_id": "e00d63b3-2f1d-4d78-990d-975ffca54a8c",
  4. "name": "SenslogV1",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  6. },
  7. "item": [
  8. {
  9. "name": "InsertObservation",
  10. "request": {
  11. "method": "GET",
  12. "header": [],
  13. "url": {
  14. "raw": "http://localhost:9550/DBService/FeederServlet?Operation=InsertObservation&value=952.8&date=2015-07-15%2012%3A00%3A00%2B0200&unit_id=1&sensor_id=1",
  15. "protocol": "http",
  16. "host": [
  17. "localhost"
  18. ],
  19. "port": "9550",
  20. "path": [
  21. "DBService",
  22. "FeederServlet"
  23. ],
  24. "query": [
  25. {
  26. "key": "Operation",
  27. "value": "InsertObservation"
  28. },
  29. {
  30. "key": "value",
  31. "value": "952.8"
  32. },
  33. {
  34. "key": "date",
  35. "value": "2015-07-15%2012%3A00%3A00%2B0200"
  36. },
  37. {
  38. "key": "unit_id",
  39. "value": "1"
  40. },
  41. {
  42. "key": "sensor_id",
  43. "value": "1"
  44. }
  45. ]
  46. }
  47. },
  48. "response": []
  49. },
  50. {
  51. "name": "InsertUnitPosition",
  52. "request": {
  53. "method": "GET",
  54. "header": [],
  55. "url": {
  56. "raw": "http://localhost:9550/DBService/FeederServlet?Operation=InsertPosition&lat=777.7&unit_id=1&lon=45.5&alt=40.0&speed=35.0&unit_id=1&date=2016-07-15%2012%3A00%3A00%2B0200",
  57. "protocol": "http",
  58. "host": [
  59. "localhost"
  60. ],
  61. "port": "9550",
  62. "path": [
  63. "DBService",
  64. "FeederServlet"
  65. ],
  66. "query": [
  67. {
  68. "key": "Operation",
  69. "value": "InsertPosition"
  70. },
  71. {
  72. "key": "lat",
  73. "value": "777.7"
  74. },
  75. {
  76. "key": "unit_id",
  77. "value": "1"
  78. },
  79. {
  80. "key": "lon",
  81. "value": "45.5"
  82. },
  83. {
  84. "key": "alt",
  85. "value": "40.0"
  86. },
  87. {
  88. "key": "speed",
  89. "value": "35.0"
  90. },
  91. {
  92. "key": "unit_id",
  93. "value": "1"
  94. },
  95. {
  96. "key": "date",
  97. "value": "2016-07-15%2012%3A00%3A00%2B0200"
  98. }
  99. ]
  100. }
  101. },
  102. "response": []
  103. },
  104. {
  105. "name": "Things",
  106. "request": {
  107. "method": "GET",
  108. "header": [],
  109. "url": {
  110. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Things",
  111. "protocol": "http",
  112. "host": [
  113. "localhost"
  114. ],
  115. "port": "8080",
  116. "path": [
  117. "api",
  118. "SensLogV1",
  119. "OGCSensorThings",
  120. "Things"
  121. ]
  122. }
  123. },
  124. "response": []
  125. },
  126. {
  127. "name": "Things(:id)",
  128. "request": {
  129. "method": "GET",
  130. "header": [],
  131. "url": {
  132. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Things(1)",
  133. "protocol": "http",
  134. "host": [
  135. "localhost"
  136. ],
  137. "port": "8080",
  138. "path": [
  139. "api",
  140. "SensLogV1",
  141. "OGCSensorThings",
  142. "Things(1)"
  143. ]
  144. }
  145. },
  146. "response": []
  147. },
  148. {
  149. "name": "Datastreams(:id)/Thing",
  150. "request": {
  151. "method": "GET",
  152. "header": [],
  153. "url": {
  154. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Datastreams(1:1)/Thing",
  155. "protocol": "http",
  156. "host": [
  157. "localhost"
  158. ],
  159. "port": "8080",
  160. "path": [
  161. "api",
  162. "SensLogV1",
  163. "OGCSensorThings",
  164. "Datastreams(1:1)",
  165. "Thing"
  166. ]
  167. }
  168. },
  169. "response": []
  170. },
  171. {
  172. "name": "HistoricalLocations(:id)/Thing",
  173. "request": {
  174. "method": "GET",
  175. "header": [],
  176. "url": {
  177. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/HistoricalLocations(1)/Thing",
  178. "protocol": "http",
  179. "host": [
  180. "localhost"
  181. ],
  182. "port": "8080",
  183. "path": [
  184. "api",
  185. "SensLogV1",
  186. "OGCSensorThings",
  187. "HistoricalLocations(1)",
  188. "Thing"
  189. ]
  190. }
  191. },
  192. "response": []
  193. },
  194. {
  195. "name": "Datastreams(:id)",
  196. "request": {
  197. "method": "GET",
  198. "header": [],
  199. "url": {
  200. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Datastreams(1:1)",
  201. "protocol": "http",
  202. "host": [
  203. "localhost"
  204. ],
  205. "port": "8080",
  206. "path": [
  207. "api",
  208. "SensLogV1",
  209. "OGCSensorThings",
  210. "Datastreams(1:1)"
  211. ]
  212. }
  213. },
  214. "response": []
  215. },
  216. {
  217. "name": "Things(:id)/Datastreams",
  218. "request": {
  219. "method": "GET",
  220. "header": [],
  221. "url": {
  222. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Things(1)/Datastreams",
  223. "protocol": "http",
  224. "host": [
  225. "localhost"
  226. ],
  227. "port": "8080",
  228. "path": [
  229. "api",
  230. "SensLogV1",
  231. "OGCSensorThings",
  232. "Things(1)",
  233. "Datastreams"
  234. ]
  235. }
  236. },
  237. "response": []
  238. },
  239. {
  240. "name": "Sensors(:id)/Datastreams",
  241. "request": {
  242. "method": "GET",
  243. "header": [],
  244. "url": {
  245. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Sensors(1)/Datastreams",
  246. "protocol": "http",
  247. "host": [
  248. "localhost"
  249. ],
  250. "port": "8080",
  251. "path": [
  252. "api",
  253. "SensLogV1",
  254. "OGCSensorThings",
  255. "Sensors(1)",
  256. "Datastreams"
  257. ]
  258. }
  259. },
  260. "response": []
  261. },
  262. {
  263. "name": "ObservedProperties(:id)/Datastream",
  264. "request": {
  265. "method": "GET",
  266. "header": [],
  267. "url": {
  268. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/ObservedProperties(999999)/Datastream",
  269. "protocol": "http",
  270. "host": [
  271. "localhost"
  272. ],
  273. "port": "8080",
  274. "path": [
  275. "api",
  276. "SensLogV1",
  277. "OGCSensorThings",
  278. "ObservedProperties(999999)",
  279. "Datastream"
  280. ]
  281. }
  282. },
  283. "response": []
  284. },
  285. {
  286. "name": "Observations(:id)/Datastream",
  287. "request": {
  288. "method": "GET",
  289. "header": [],
  290. "url": {
  291. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Observations(1)/Datastream",
  292. "protocol": "http",
  293. "host": [
  294. "localhost"
  295. ],
  296. "port": "8080",
  297. "path": [
  298. "api",
  299. "SensLogV1",
  300. "OGCSensorThings",
  301. "Observations(1)",
  302. "Datastream"
  303. ]
  304. }
  305. },
  306. "response": []
  307. },
  308. {
  309. "name": "Sensors(:id)",
  310. "request": {
  311. "method": "GET",
  312. "header": [],
  313. "url": {
  314. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Sensors(1)",
  315. "protocol": "http",
  316. "host": [
  317. "localhost"
  318. ],
  319. "port": "8080",
  320. "path": [
  321. "api",
  322. "SensLogV1",
  323. "OGCSensorThings",
  324. "Sensors(1)"
  325. ]
  326. }
  327. },
  328. "response": []
  329. },
  330. {
  331. "name": "Datastreams(:id)/Sensor",
  332. "request": {
  333. "method": "GET",
  334. "header": [],
  335. "url": {
  336. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Datastreams(1:1)/Sensor",
  337. "protocol": "http",
  338. "host": [
  339. "localhost"
  340. ],
  341. "port": "8080",
  342. "path": [
  343. "api",
  344. "SensLogV1",
  345. "OGCSensorThings",
  346. "Datastreams(1:1)",
  347. "Sensor"
  348. ]
  349. }
  350. },
  351. "response": []
  352. },
  353. {
  354. "name": "ObservedProperties(:id)",
  355. "request": {
  356. "method": "GET",
  357. "header": [],
  358. "url": {
  359. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/ObservedProperties(999999)",
  360. "protocol": "http",
  361. "host": [
  362. "localhost"
  363. ],
  364. "port": "8080",
  365. "path": [
  366. "api",
  367. "SensLogV1",
  368. "OGCSensorThings",
  369. "ObservedProperties(999999)"
  370. ]
  371. }
  372. },
  373. "response": []
  374. },
  375. {
  376. "name": "Datastreams(:id)/ObservedProperty",
  377. "request": {
  378. "method": "GET",
  379. "header": [],
  380. "url": {
  381. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Datastreams(1:1)/ObservedProperty",
  382. "protocol": "http",
  383. "host": [
  384. "localhost"
  385. ],
  386. "port": "8080",
  387. "path": [
  388. "api",
  389. "SensLogV1",
  390. "OGCSensorThings",
  391. "Datastreams(1:1)",
  392. "ObservedProperty"
  393. ]
  394. }
  395. },
  396. "response": []
  397. },
  398. {
  399. "name": "Observations(:id)",
  400. "request": {
  401. "method": "GET",
  402. "header": [],
  403. "url": {
  404. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Observations(1)",
  405. "protocol": "http",
  406. "host": [
  407. "localhost"
  408. ],
  409. "port": "8080",
  410. "path": [
  411. "api",
  412. "SensLogV1",
  413. "OGCSensorThings",
  414. "Observations(1)"
  415. ]
  416. }
  417. },
  418. "response": []
  419. },
  420. {
  421. "name": "Datastreams(:id)/Observations",
  422. "request": {
  423. "method": "GET",
  424. "header": [],
  425. "url": {
  426. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Datastreams(1:1)/Observations",
  427. "protocol": "http",
  428. "host": [
  429. "localhost"
  430. ],
  431. "port": "8080",
  432. "path": [
  433. "api",
  434. "SensLogV1",
  435. "OGCSensorThings",
  436. "Datastreams(1:1)",
  437. "Observations"
  438. ]
  439. }
  440. },
  441. "response": []
  442. },
  443. {
  444. "name": "Locations(:id)",
  445. "request": {
  446. "method": "GET",
  447. "header": [],
  448. "url": {
  449. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Locations(1)",
  450. "protocol": "http",
  451. "host": [
  452. "localhost"
  453. ],
  454. "port": "8080",
  455. "path": [
  456. "api",
  457. "SensLogV1",
  458. "OGCSensorThings",
  459. "Locations(1)"
  460. ]
  461. }
  462. },
  463. "response": []
  464. },
  465. {
  466. "name": "Things(:id)/Locations",
  467. "request": {
  468. "method": "GET",
  469. "header": [],
  470. "url": {
  471. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Things(1)/Locations",
  472. "protocol": "http",
  473. "host": [
  474. "localhost"
  475. ],
  476. "port": "8080",
  477. "path": [
  478. "api",
  479. "SensLogV1",
  480. "OGCSensorThings",
  481. "Things(1)",
  482. "Locations"
  483. ]
  484. }
  485. },
  486. "response": []
  487. },
  488. {
  489. "name": "HistoricalLocation(id)/Location",
  490. "request": {
  491. "method": "GET",
  492. "header": [],
  493. "url": {
  494. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/HistoricalLocations(1)/Locations",
  495. "protocol": "http",
  496. "host": [
  497. "localhost"
  498. ],
  499. "port": "8080",
  500. "path": [
  501. "api",
  502. "SensLogV1",
  503. "OGCSensorThings",
  504. "HistoricalLocations(1)",
  505. "Locations"
  506. ]
  507. }
  508. },
  509. "response": []
  510. },
  511. {
  512. "name": "HistoricalLocations(:id)",
  513. "request": {
  514. "method": "GET",
  515. "header": [],
  516. "url": {
  517. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/HistoricalLocations(1)",
  518. "protocol": "http",
  519. "host": [
  520. "localhost"
  521. ],
  522. "port": "8080",
  523. "path": [
  524. "api",
  525. "SensLogV1",
  526. "OGCSensorThings",
  527. "HistoricalLocations(1)"
  528. ]
  529. }
  530. },
  531. "response": []
  532. },
  533. {
  534. "name": "Things(id)/HistoricalLocation",
  535. "request": {
  536. "method": "GET",
  537. "header": [],
  538. "url": {
  539. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Things(1)/HistoricalLocations",
  540. "protocol": "http",
  541. "host": [
  542. "localhost"
  543. ],
  544. "port": "8080",
  545. "path": [
  546. "api",
  547. "SensLogV1",
  548. "OGCSensorThings",
  549. "Things(1)",
  550. "HistoricalLocations"
  551. ]
  552. }
  553. },
  554. "response": []
  555. },
  556. {
  557. "name": "Locations(:id)/HistoricalLocations",
  558. "request": {
  559. "method": "GET",
  560. "header": [],
  561. "url": {
  562. "raw": "http://localhost:8080/api/SensLogV1/OGCSensorThings/Locations(1)/HistoricalLocations",
  563. "protocol": "http",
  564. "host": [
  565. "localhost"
  566. ],
  567. "port": "8080",
  568. "path": [
  569. "api",
  570. "SensLogV1",
  571. "OGCSensorThings",
  572. "Locations(1)",
  573. "HistoricalLocations"
  574. ]
  575. }
  576. },
  577. "response": []
  578. },
  579. {
  580. "name": "Info",
  581. "request": {
  582. "method": "GET",
  583. "header": [],
  584. "url": {
  585. "raw": "http://localhost:8080/api/info",
  586. "protocol": "http",
  587. "host": [
  588. "localhost"
  589. ],
  590. "port": "8080",
  591. "path": [
  592. "api",
  593. "info"
  594. ]
  595. }
  596. },
  597. "response": []
  598. }
  599. ],
  600. "protocolProfileBehavior": {}
  601. }