AutoRestIoT.postman_collection.json 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259
  1. {
  2. "info": {
  3. "_postman_id": "8521d47b-0fcf-44da-93a5-ce7d9ffc2081",
  4. "name": "AutoRestIoT",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  6. },
  7. "item": [
  8. {
  9. "name": "DEV: get health",
  10. "event": [
  11. {
  12. "listen": "test",
  13. "script": {
  14. "id": "00d61e0b-3b8d-4692-aeac-22f164cd1b1d",
  15. "exec": [
  16. "var responseJSON;",
  17. "",
  18. "try { ",
  19. " responseJSON = JSON.parse(responseBody); ",
  20. " tests['response is valid JSON'] = true;",
  21. "}",
  22. "catch (e) { ",
  23. " responseJSON = {}; ",
  24. " tests['response is valid JSON'] = false;",
  25. "}",
  26. "",
  27. "",
  28. "tests['response has post data'] = _.has(responseJSON, 'form');",
  29. "tests['response matches the data posted'] = (responseJSON.form && responseJSON.form.strange === 'boom');"
  30. ],
  31. "type": "text/javascript"
  32. }
  33. }
  34. ],
  35. "protocolProfileBehavior": {
  36. "disableBodyPruning": true
  37. },
  38. "request": {
  39. "auth": {
  40. "type": "basic",
  41. "basic": [
  42. {
  43. "key": "password",
  44. "value": "akteon00",
  45. "type": "string"
  46. },
  47. {
  48. "key": "username",
  49. "value": "w.klaas@gmx.de",
  50. "type": "string"
  51. },
  52. {
  53. "key": "saveHelperData",
  54. "type": "any"
  55. },
  56. {
  57. "key": "showPassword",
  58. "value": false,
  59. "type": "boolean"
  60. }
  61. ]
  62. },
  63. "method": "GET",
  64. "header": [
  65. {
  66. "key": "Authorization",
  67. "value": "Basic ZGV2dGVzdEBlYXN5LmRlOmVhc3lzcGlyaXQ="
  68. },
  69. {
  70. "key": "Content-Type",
  71. "value": "application/x-www-form-urlencoded"
  72. },
  73. {
  74. "key": "X-mcs-apikey",
  75. "value": "235778b0afd23afd1606f169a1b4d2ff"
  76. },
  77. {
  78. "key": "Accept",
  79. "value": "application/json",
  80. "type": "text"
  81. }
  82. ],
  83. "body": {
  84. "mode": "formdata",
  85. "formdata": [
  86. {
  87. "key": "file",
  88. "type": "file",
  89. "src": "/E:/DATEN/easygit/GoBlobStore/test/postman/GoMicro.postman_collection.json"
  90. }
  91. ]
  92. },
  93. "url": {
  94. "raw": "https://127.0.0.1:9443/health/health",
  95. "protocol": "https",
  96. "host": [
  97. "127",
  98. "0",
  99. "0",
  100. "1"
  101. ],
  102. "port": "9443",
  103. "path": [
  104. "health",
  105. "health"
  106. ]
  107. }
  108. },
  109. "response": []
  110. },
  111. {
  112. "name": "DEV: ssl healthcheck",
  113. "request": {
  114. "method": "GET",
  115. "header": [],
  116. "url": {
  117. "raw": "https://127.0.0.1:9443/health/health",
  118. "protocol": "https",
  119. "host": [
  120. "127",
  121. "0",
  122. "0",
  123. "1"
  124. ],
  125. "port": "9443",
  126. "path": [
  127. "health",
  128. "health"
  129. ]
  130. }
  131. },
  132. "response": []
  133. },
  134. {
  135. "name": "DEV: ssl readiness",
  136. "request": {
  137. "method": "GET",
  138. "header": [],
  139. "url": {
  140. "raw": "https://127.0.0.1:9443/health/readiness",
  141. "protocol": "https",
  142. "host": [
  143. "127",
  144. "0",
  145. "0",
  146. "1"
  147. ],
  148. "port": "9443",
  149. "path": [
  150. "health",
  151. "readiness"
  152. ]
  153. }
  154. },
  155. "response": []
  156. },
  157. {
  158. "name": "DEV: ssl Get Users",
  159. "protocolProfileBehavior": {
  160. "disableBodyPruning": true
  161. },
  162. "request": {
  163. "auth": {
  164. "type": "basic",
  165. "basic": [
  166. {
  167. "key": "password",
  168. "value": "admin",
  169. "type": "string"
  170. },
  171. {
  172. "key": "username",
  173. "value": "admin",
  174. "type": "string"
  175. }
  176. ]
  177. },
  178. "method": "GET",
  179. "header": [
  180. {
  181. "key": "X-mcs-apikey",
  182. "value": "5854d123dd25f310395954f7c450171c",
  183. "equals": true
  184. },
  185. {
  186. "key": "X-mcs-system",
  187. "value": "autorest-srv",
  188. "type": "text"
  189. },
  190. {
  191. "key": "X-mcs-tenant",
  192. "value": "MCS",
  193. "type": "text"
  194. },
  195. {
  196. "key": "X-mcs-deleteref",
  197. "value": "true",
  198. "type": "text"
  199. }
  200. ],
  201. "body": {
  202. "mode": "raw",
  203. "raw": "{\n \"ApplicationName\": \"schematic\",\n \"Description\": \"\",\n \"Models\": [\n {\n \"Name\": \"schematic\",\n \"Description\": \"\",\n \"Fields\": [\n {\n \"Name\": \"manufacturer\",\n \"Type\": \"string\",\n \"Mandantory\": true,\n \"Collection\": false\n },\n {\n \"Name\": \"model\",\n \"Type\": \"string\",\n \"Mandantory\": true,\n \"Collection\": false\n },\n {\n \"Name\": \"tags\",\n \"Type\": \"string\",\n \"Mandantory\": false,\n \"Collection\": true\n }\n ],\n \"Indexes\": [\n {\n \"Name\": \"fulltext\",\n \"Fields\": [\n \"manufactuer\",\n \"model\",\n \"tags\"\n ]\n },\n {\n \"Name\": \"manufacturer\",\n \"Fields\": [\n \"manufacturer\"\n ]\n },\n {\n \"Name\": \"tags\",\n \"Fields\": [\n \"tags\"\n ]\n }\n ]\n }\n ]\n}",
  204. "options": {
  205. "raw": {
  206. "language": "json"
  207. }
  208. }
  209. },
  210. "url": {
  211. "raw": "https://127.0.0.1:9443/api/v1/users/",
  212. "protocol": "https",
  213. "host": [
  214. "127",
  215. "0",
  216. "0",
  217. "1"
  218. ],
  219. "port": "9443",
  220. "path": [
  221. "api",
  222. "v1",
  223. "users",
  224. ""
  225. ]
  226. }
  227. },
  228. "response": []
  229. },
  230. {
  231. "name": "DEV: ssl changePWD",
  232. "request": {
  233. "auth": {
  234. "type": "basic",
  235. "basic": [
  236. {
  237. "key": "password",
  238. "value": "admin",
  239. "type": "string"
  240. },
  241. {
  242. "key": "username",
  243. "value": "admin",
  244. "type": "string"
  245. }
  246. ]
  247. },
  248. "method": "PUT",
  249. "header": [
  250. {
  251. "key": "X-mcs-apikey",
  252. "value": "5854d123dd25f310395954f7c450171c",
  253. "equals": true
  254. },
  255. {
  256. "key": "X-mcs-system",
  257. "value": "autorest-srv",
  258. "type": "text"
  259. },
  260. {
  261. "key": "X-mcs-tenant",
  262. "value": "MCS",
  263. "type": "text"
  264. },
  265. {
  266. "key": "X-mcs-deleteref",
  267. "value": "true",
  268. "type": "text"
  269. }
  270. ],
  271. "body": {
  272. "mode": "raw",
  273. "raw": "{\r\n\t\"name\": \"guest\",\r\n\t\"password\": \"guest\",\r\n\t\"newpassword\": \"guest1\"\r\n}\r\n",
  274. "options": {
  275. "raw": {
  276. "language": "json"
  277. }
  278. }
  279. },
  280. "url": {
  281. "raw": "https://127.0.0.1:9443/api/v1/users/guest",
  282. "protocol": "https",
  283. "host": [
  284. "127",
  285. "0",
  286. "0",
  287. "1"
  288. ],
  289. "port": "9443",
  290. "path": [
  291. "api",
  292. "v1",
  293. "users",
  294. "guest"
  295. ]
  296. }
  297. },
  298. "response": []
  299. },
  300. {
  301. "name": "DEV: ssl Post File",
  302. "request": {
  303. "auth": {
  304. "type": "basic",
  305. "basic": [
  306. {
  307. "key": "password",
  308. "value": "editor",
  309. "type": "string"
  310. },
  311. {
  312. "key": "username",
  313. "value": "editor",
  314. "type": "string"
  315. }
  316. ]
  317. },
  318. "method": "POST",
  319. "header": [
  320. {
  321. "key": "X-mcs-apikey",
  322. "value": "5854d123dd25f310395954f7c450171c",
  323. "equals": true
  324. },
  325. {
  326. "key": "X-mcs-system",
  327. "value": "autorest-srv",
  328. "type": "text"
  329. },
  330. {
  331. "key": "X-mcs-tenant",
  332. "value": "MCS",
  333. "type": "text"
  334. },
  335. {
  336. "key": "X-mcs-deleteref",
  337. "value": "true",
  338. "type": "text"
  339. }
  340. ],
  341. "body": {
  342. "mode": "formdata",
  343. "formdata": [
  344. {
  345. "key": "file",
  346. "type": "file",
  347. "src": "/E:/DATEN/easygit/GoBlobStore/test/readme.md"
  348. }
  349. ],
  350. "options": {
  351. "raw": {
  352. "language": "json"
  353. }
  354. }
  355. },
  356. "url": {
  357. "raw": "https://127.0.0.1:9443/api/v1/files/mybe/",
  358. "protocol": "https",
  359. "host": [
  360. "127",
  361. "0",
  362. "0",
  363. "1"
  364. ],
  365. "port": "9443",
  366. "path": [
  367. "api",
  368. "v1",
  369. "files",
  370. "mybe",
  371. ""
  372. ]
  373. }
  374. },
  375. "response": []
  376. },
  377. {
  378. "name": "DEV: ssl Create Model",
  379. "request": {
  380. "auth": {
  381. "type": "basic",
  382. "basic": [
  383. {
  384. "key": "password",
  385. "value": "editor",
  386. "type": "string"
  387. },
  388. {
  389. "key": "username",
  390. "value": "editor",
  391. "type": "string"
  392. }
  393. ]
  394. },
  395. "method": "POST",
  396. "header": [
  397. {
  398. "key": "X-mcs-apikey",
  399. "value": "5854d123dd25f310395954f7c450171c",
  400. "equals": true
  401. },
  402. {
  403. "key": "X-mcs-system",
  404. "value": "autorest-srv",
  405. "type": "text"
  406. },
  407. {
  408. "key": "X-mcs-tenant",
  409. "value": "MCS",
  410. "type": "text"
  411. },
  412. {
  413. "key": "X-mcs-deleteref",
  414. "value": "true",
  415. "type": "text"
  416. }
  417. ],
  418. "body": {
  419. "mode": "raw",
  420. "raw": "{\n \"title\": \"title\",\n \"foreignid\": \"12345678\",\n \"date\": \"2020-04-09T09:46:06.252+02:00\",\n \"array\": [\n \"gut\",\n \"besser\"\n ],\n \"file\": \"5e8ec42bd40bf595c1def721\",\n \"number\": 1.234,\n \"integer\": 2345,\n \"bool_1\": 1,\n \"bool_2\": true,\n \"string\": \"string\",\n \"map\": {\n \"key_string\": \"value_string\",\n \"key_int\": 2345,\n \"key_num\": 2.345\n }\n}",
  421. "options": {
  422. "raw": {
  423. "language": "json"
  424. }
  425. }
  426. },
  427. "url": {
  428. "raw": "https://127.0.0.1:9443/api/v1/models/mybe/mymodel/",
  429. "protocol": "https",
  430. "host": [
  431. "127",
  432. "0",
  433. "0",
  434. "1"
  435. ],
  436. "port": "9443",
  437. "path": [
  438. "api",
  439. "v1",
  440. "models",
  441. "mybe",
  442. "mymodel",
  443. ""
  444. ]
  445. }
  446. },
  447. "response": []
  448. },
  449. {
  450. "name": "DEV: ssl Get Model",
  451. "protocolProfileBehavior": {
  452. "disableBodyPruning": true
  453. },
  454. "request": {
  455. "auth": {
  456. "type": "basic",
  457. "basic": [
  458. {
  459. "key": "password",
  460. "value": "guest1",
  461. "type": "string"
  462. },
  463. {
  464. "key": "username",
  465. "value": "guest",
  466. "type": "string"
  467. }
  468. ]
  469. },
  470. "method": "GET",
  471. "header": [
  472. {
  473. "key": "X-mcs-apikey",
  474. "value": "5854d123dd25f310395954f7c450171c",
  475. "equals": true
  476. },
  477. {
  478. "key": "X-mcs-system",
  479. "value": "autorest-srv",
  480. "type": "text"
  481. },
  482. {
  483. "key": "X-mcs-tenant",
  484. "value": "MCS",
  485. "type": "text"
  486. },
  487. {
  488. "key": "X-mcs-deleteref",
  489. "value": "true",
  490. "type": "text"
  491. }
  492. ],
  493. "body": {
  494. "mode": "raw",
  495. "raw": "{\"ApplicationName\":\"schematic\",\"Description\":\"\",\"Models\":[{\"Name\":\"schematic\",\"Description\":\"\",\"Fields\":[{\"Name\":\"manufacturer\",\"Type\":\"string\",\"Mandantory\":true,\"Collection\":false},{\"Name\":\"model\",\"Type\":\"string\",\"Mandantory\":true,\"Collection\":false},{\"Name\":\"tags\",\"Type\":\"string\",\"Mandantory\":false,\"Collection\":true}],\"Indexes\":[{\"Name\":\"fulltext\",\"Fields\":[\"manufactuer\",\"model\",\"tags\"]},{\"Name\":\"manufacturer\",\"Fields\":[\"manufacturer\"]},{\"Name\":\"tags\",\"Fields\":[\"tags\"]}]}]}",
  496. "options": {
  497. "raw": {
  498. "language": "json"
  499. }
  500. }
  501. },
  502. "url": {
  503. "raw": "https://127.0.0.1:9443/api/v1/models/mybe/mymodel/5e8ec432d40bf595c1def723",
  504. "protocol": "https",
  505. "host": [
  506. "127",
  507. "0",
  508. "0",
  509. "1"
  510. ],
  511. "port": "9443",
  512. "path": [
  513. "api",
  514. "v1",
  515. "models",
  516. "mybe",
  517. "mymodel",
  518. "5e8ec432d40bf595c1def723"
  519. ]
  520. }
  521. },
  522. "response": []
  523. },
  524. {
  525. "name": "DEV: ssl Update Model",
  526. "request": {
  527. "auth": {
  528. "type": "basic",
  529. "basic": [
  530. {
  531. "key": "password",
  532. "value": "editor",
  533. "type": "string"
  534. },
  535. {
  536. "key": "username",
  537. "value": "editor",
  538. "type": "string"
  539. }
  540. ]
  541. },
  542. "method": "PUT",
  543. "header": [
  544. {
  545. "key": "X-mcs-apikey",
  546. "value": "5854d123dd25f310395954f7c450171c",
  547. "equals": true
  548. },
  549. {
  550. "key": "X-mcs-system",
  551. "value": "autorest-srv",
  552. "type": "text"
  553. },
  554. {
  555. "key": "X-mcs-tenant",
  556. "value": "MCS",
  557. "type": "text"
  558. },
  559. {
  560. "key": "X-mcs-deleteref",
  561. "value": "true",
  562. "type": "text"
  563. }
  564. ],
  565. "body": {
  566. "mode": "raw",
  567. "raw": "{\r\n \"ApplicationName\": \"schematic\",\r\n \"Description\": \"\",\r\n \"Models\": [\r\n {\r\n \"Description\": \"\",\r\n \"Fields\": [\r\n {\r\n \"Collection\": false,\r\n \"Mandantory\": true,\r\n \"Name\": \"manufacturer\",\r\n \"Type\": \"string\"\r\n },\r\n {\r\n \"Collection\": false,\r\n \"Mandantory\": true,\r\n \"Name\": \"model\",\r\n \"Type\": \"string\"\r\n },\r\n {\r\n \"Collection\": true,\r\n \"Mandantory\": false,\r\n \"Name\": \"tags\",\r\n \"Type\": \"string\"\r\n }\r\n ],\r\n \"Indexes\": [\r\n {\r\n \"Fields\": [\r\n \"manufactuer\",\r\n \"model\",\r\n \"tags\"\r\n ],\r\n \"Name\": \"fulltext\"\r\n },\r\n {\r\n \"Fields\": [\r\n \"manufacturer\"\r\n ],\r\n \"Name\": \"manufacturer\"\r\n },\r\n {\r\n \"Fields\": [\r\n \"tags\"\r\n ],\r\n \"Name\": \"tags\"\r\n }\r\n ],\r\n \"Name\": \"schematic\"\r\n }\r\n ],\r\n \"_created\": \"2020-04-07T09:13:24.606+02:00\",\r\n \"_id\": \"5e8c2814867dfcf74776e418\",\r\n \"_modified\": \"2020-04-07T09:13:24.606+02:00\",\r\n \"_owner\": \"editor\"\r\n}",
  568. "options": {
  569. "raw": {
  570. "language": "json"
  571. }
  572. }
  573. },
  574. "url": {
  575. "raw": "https://127.0.0.1:9443/api/v1/models/mybe/mymodel/5e8c2814867dfcf74776e418",
  576. "protocol": "https",
  577. "host": [
  578. "127",
  579. "0",
  580. "0",
  581. "1"
  582. ],
  583. "port": "9443",
  584. "path": [
  585. "api",
  586. "v1",
  587. "models",
  588. "mybe",
  589. "mymodel",
  590. "5e8c2814867dfcf74776e418"
  591. ]
  592. }
  593. },
  594. "response": []
  595. },
  596. {
  597. "name": "DEV: ssl Delete Model",
  598. "request": {
  599. "auth": {
  600. "type": "basic",
  601. "basic": [
  602. {
  603. "key": "password",
  604. "value": "editor",
  605. "type": "string"
  606. },
  607. {
  608. "key": "username",
  609. "value": "editor",
  610. "type": "string"
  611. }
  612. ]
  613. },
  614. "method": "DELETE",
  615. "header": [
  616. {
  617. "key": "X-mcs-apikey",
  618. "value": "5854d123dd25f310395954f7c450171c",
  619. "equals": true
  620. },
  621. {
  622. "key": "X-mcs-system",
  623. "value": "autorest-srv",
  624. "type": "text"
  625. },
  626. {
  627. "key": "X-mcs-tenant",
  628. "value": "MCS",
  629. "type": "text"
  630. }
  631. ],
  632. "url": {
  633. "raw": "https://127.0.0.1:9443/api/v1/models/schematics/schematic/5e8c8077451fc560b0d01f4c",
  634. "protocol": "https",
  635. "host": [
  636. "127",
  637. "0",
  638. "0",
  639. "1"
  640. ],
  641. "port": "9443",
  642. "path": [
  643. "api",
  644. "v1",
  645. "models",
  646. "schematics",
  647. "schematic",
  648. "5e8c8077451fc560b0d01f4c"
  649. ]
  650. }
  651. },
  652. "response": []
  653. },
  654. {
  655. "name": "DEV: ssl Delete Schematic Model",
  656. "request": {
  657. "auth": {
  658. "type": "basic",
  659. "basic": [
  660. {
  661. "key": "password",
  662. "value": "editor",
  663. "type": "string"
  664. },
  665. {
  666. "key": "username",
  667. "value": "editor",
  668. "type": "string"
  669. }
  670. ]
  671. },
  672. "method": "DELETE",
  673. "header": [
  674. {
  675. "key": "X-mcs-apikey",
  676. "value": "5854d123dd25f310395954f7c450171c",
  677. "equals": true
  678. },
  679. {
  680. "key": "X-mcs-system",
  681. "value": "autorest-srv",
  682. "type": "text"
  683. },
  684. {
  685. "key": "X-mcs-tenant",
  686. "value": "MCS",
  687. "type": "text"
  688. }
  689. ],
  690. "url": {
  691. "raw": "https://127.0.0.1:9443/api/v1/models/schematics/schematic/5e8ec28b7043d7b6a7d0d1b5",
  692. "protocol": "https",
  693. "host": [
  694. "127",
  695. "0",
  696. "0",
  697. "1"
  698. ],
  699. "port": "9443",
  700. "path": [
  701. "api",
  702. "v1",
  703. "models",
  704. "schematics",
  705. "schematic",
  706. "5e8ec28b7043d7b6a7d0d1b5"
  707. ]
  708. }
  709. },
  710. "response": []
  711. },
  712. {
  713. "name": "DEV: ssl GET File",
  714. "protocolProfileBehavior": {
  715. "disableBodyPruning": true
  716. },
  717. "request": {
  718. "auth": {
  719. "type": "basic",
  720. "basic": [
  721. {
  722. "key": "password",
  723. "value": "editor",
  724. "type": "string"
  725. },
  726. {
  727. "key": "username",
  728. "value": "editor",
  729. "type": "string"
  730. }
  731. ]
  732. },
  733. "method": "GET",
  734. "header": [
  735. {
  736. "key": "X-mcs-apikey",
  737. "value": "5854d123dd25f310395954f7c450171c",
  738. "equals": true
  739. },
  740. {
  741. "key": "X-mcs-system",
  742. "value": "autorest-srv",
  743. "type": "text"
  744. },
  745. {
  746. "key": "X-mcs-tenant",
  747. "value": "MCS",
  748. "type": "text"
  749. },
  750. {
  751. "key": "X-mcs-deleteref",
  752. "value": "true",
  753. "type": "text"
  754. }
  755. ],
  756. "body": {
  757. "mode": "formdata",
  758. "formdata": [
  759. {
  760. "key": "file",
  761. "type": "file",
  762. "src": "/E:/DATEN/easygit/GoBlobStore/test/readme.md"
  763. }
  764. ],
  765. "options": {
  766. "raw": {
  767. "language": "json"
  768. }
  769. }
  770. },
  771. "url": {
  772. "raw": "https://127.0.0.1:9443/api/v1/files/mybe/5e8b3d750666bc965feca1bb",
  773. "protocol": "https",
  774. "host": [
  775. "127",
  776. "0",
  777. "0",
  778. "1"
  779. ],
  780. "port": "9443",
  781. "path": [
  782. "api",
  783. "v1",
  784. "files",
  785. "mybe",
  786. "5e8b3d750666bc965feca1bb"
  787. ]
  788. }
  789. },
  790. "response": []
  791. },
  792. {
  793. "name": "DEV: ssl Post backend",
  794. "request": {
  795. "auth": {
  796. "type": "basic",
  797. "basic": [
  798. {
  799. "key": "password",
  800. "value": "editor",
  801. "type": "string"
  802. },
  803. {
  804. "key": "username",
  805. "value": "editor",
  806. "type": "string"
  807. }
  808. ]
  809. },
  810. "method": "POST",
  811. "header": [
  812. {
  813. "key": "X-mcs-apikey",
  814. "value": "5854d123dd25f310395954f7c450171c",
  815. "equals": true
  816. },
  817. {
  818. "key": "X-mcs-system",
  819. "value": "autorest-srv",
  820. "type": "text"
  821. },
  822. {
  823. "key": "X-mcs-tenant",
  824. "value": "MCS",
  825. "type": "text"
  826. },
  827. {
  828. "key": "X-mcs-deleteref",
  829. "value": "true",
  830. "type": "text"
  831. }
  832. ],
  833. "body": {
  834. "mode": "formdata",
  835. "formdata": [
  836. {
  837. "key": "file",
  838. "type": "file",
  839. "src": "/E:/DATEN/easygit/GoBlobStore/test/readme.md"
  840. }
  841. ],
  842. "options": {
  843. "raw": {
  844. "language": "json"
  845. }
  846. }
  847. },
  848. "url": {
  849. "raw": "https://127.0.0.1:9443/api/v1/admin/backends/mybe/",
  850. "protocol": "https",
  851. "host": [
  852. "127",
  853. "0",
  854. "0",
  855. "1"
  856. ],
  857. "port": "9443",
  858. "path": [
  859. "api",
  860. "v1",
  861. "admin",
  862. "backends",
  863. "mybe",
  864. ""
  865. ]
  866. }
  867. },
  868. "response": []
  869. },
  870. {
  871. "name": "DEV: ssl Get backend names",
  872. "protocolProfileBehavior": {
  873. "disableBodyPruning": true
  874. },
  875. "request": {
  876. "auth": {
  877. "type": "basic",
  878. "basic": [
  879. {
  880. "key": "password",
  881. "value": "admin",
  882. "type": "string"
  883. },
  884. {
  885. "key": "username",
  886. "value": "admin",
  887. "type": "string"
  888. }
  889. ]
  890. },
  891. "method": "GET",
  892. "header": [
  893. {
  894. "key": "X-mcs-apikey",
  895. "value": "5854d123dd25f310395954f7c450171c",
  896. "equals": true
  897. },
  898. {
  899. "key": "X-mcs-system",
  900. "value": "autorest-srv",
  901. "type": "text"
  902. },
  903. {
  904. "key": "X-mcs-tenant",
  905. "value": "MCS",
  906. "type": "text"
  907. },
  908. {
  909. "key": "X-mcs-deleteref",
  910. "value": "true",
  911. "type": "text"
  912. }
  913. ],
  914. "body": {
  915. "mode": "formdata",
  916. "formdata": [
  917. {
  918. "key": "file",
  919. "type": "file",
  920. "src": "/E:/DATEN/easygit/GoBlobStore/test/readme.md"
  921. }
  922. ],
  923. "options": {
  924. "raw": {
  925. "language": "json"
  926. }
  927. }
  928. },
  929. "url": {
  930. "raw": "https://127.0.0.1:9443/api/v1/admin/backends/",
  931. "protocol": "https",
  932. "host": [
  933. "127",
  934. "0",
  935. "0",
  936. "1"
  937. ],
  938. "port": "9443",
  939. "path": [
  940. "api",
  941. "v1",
  942. "admin",
  943. "backends",
  944. ""
  945. ]
  946. }
  947. },
  948. "response": []
  949. },
  950. {
  951. "name": "DEV: ssl Delete backend",
  952. "request": {
  953. "auth": {
  954. "type": "basic",
  955. "basic": [
  956. {
  957. "key": "password",
  958. "value": "admin",
  959. "type": "string"
  960. },
  961. {
  962. "key": "username",
  963. "value": "admin",
  964. "type": "string"
  965. }
  966. ]
  967. },
  968. "method": "DELETE",
  969. "header": [
  970. {
  971. "key": "X-mcs-apikey",
  972. "value": "5854d123dd25f310395954f7c450171c",
  973. "equals": true
  974. },
  975. {
  976. "key": "X-mcs-system",
  977. "value": "autorest-srv",
  978. "type": "text"
  979. },
  980. {
  981. "key": "X-mcs-tenant",
  982. "value": "MCS",
  983. "type": "text"
  984. },
  985. {
  986. "key": "X-mcs-deleteref",
  987. "value": "true",
  988. "type": "text"
  989. }
  990. ],
  991. "body": {
  992. "mode": "formdata",
  993. "formdata": [
  994. {
  995. "key": "file",
  996. "type": "file",
  997. "src": "/E:/DATEN/easygit/GoBlobStore/test/readme.md"
  998. }
  999. ],
  1000. "options": {
  1001. "raw": {
  1002. "language": "json"
  1003. }
  1004. }
  1005. },
  1006. "url": {
  1007. "raw": "https://127.0.0.1:9443/api/v1/admin/backends/sensors/dropdata",
  1008. "protocol": "https",
  1009. "host": [
  1010. "127",
  1011. "0",
  1012. "0",
  1013. "1"
  1014. ],
  1015. "port": "9443",
  1016. "path": [
  1017. "api",
  1018. "v1",
  1019. "admin",
  1020. "backends",
  1021. "sensors",
  1022. "dropdata"
  1023. ]
  1024. }
  1025. },
  1026. "response": []
  1027. },
  1028. {
  1029. "name": "https://127.0.0.1:9443/api/v1/models/mybe/mymodel/",
  1030. "request": {
  1031. "auth": {
  1032. "type": "basic",
  1033. "basic": [
  1034. {
  1035. "key": "password",
  1036. "value": "guest",
  1037. "type": "string"
  1038. },
  1039. {
  1040. "key": "username",
  1041. "value": "guest",
  1042. "type": "string"
  1043. },
  1044. {
  1045. "key": "saveHelperData",
  1046. "type": "any"
  1047. },
  1048. {
  1049. "key": "showPassword",
  1050. "value": false,
  1051. "type": "boolean"
  1052. }
  1053. ]
  1054. },
  1055. "method": "GET",
  1056. "header": [
  1057. {
  1058. "key": "X-mcs-apikey",
  1059. "value": "5854d123dd25f310395954f7c450171c",
  1060. "equals": true
  1061. },
  1062. {
  1063. "key": "X-mcs-system",
  1064. "value": "autorest-srv",
  1065. "type": "text"
  1066. },
  1067. {
  1068. "key": "X-mcs-tenant",
  1069. "value": "MCS",
  1070. "type": "text"
  1071. }
  1072. ],
  1073. "url": {
  1074. "raw": "https://127.0.0.1:9443/api/v1/models/mybe/mymodel/",
  1075. "protocol": "https",
  1076. "host": [
  1077. "127",
  1078. "0",
  1079. "0",
  1080. "1"
  1081. ],
  1082. "port": "9443",
  1083. "path": [
  1084. "api",
  1085. "v1",
  1086. "models",
  1087. "mybe",
  1088. "mymodel",
  1089. ""
  1090. ]
  1091. }
  1092. },
  1093. "response": []
  1094. },
  1095. {
  1096. "name": "DEV: ssl Query Model",
  1097. "protocolProfileBehavior": {
  1098. "disableBodyPruning": true
  1099. },
  1100. "request": {
  1101. "auth": {
  1102. "type": "basic",
  1103. "basic": [
  1104. {
  1105. "key": "password",
  1106. "value": "editor",
  1107. "type": "string"
  1108. },
  1109. {
  1110. "key": "username",
  1111. "value": "editor",
  1112. "type": "string"
  1113. }
  1114. ]
  1115. },
  1116. "method": "GET",
  1117. "header": [
  1118. {
  1119. "equals": true,
  1120. "key": "X-mcs-apikey",
  1121. "value": "5854d123dd25f310395954f7c450171c"
  1122. },
  1123. {
  1124. "key": "X-mcs-system",
  1125. "type": "text",
  1126. "value": "autorest-srv"
  1127. },
  1128. {
  1129. "key": "X-mcs-tenant",
  1130. "type": "text",
  1131. "value": "MCS"
  1132. },
  1133. {
  1134. "key": "X-mcs-deleteref",
  1135. "type": "text",
  1136. "value": "true"
  1137. }
  1138. ],
  1139. "body": {
  1140. "mode": "raw",
  1141. "raw": "{\"ApplicationName\":\"schematic\",\"Description\":\"\",\"Models\":[{\"Name\":\"schematic\",\"Description\":\"\",\"Fields\":[{\"Name\":\"manufacturer\",\"Type\":\"string\",\"Mandantory\":true,\"Collection\":false},{\"Name\":\"model\",\"Type\":\"string\",\"Mandantory\":true,\"Collection\":false},{\"Name\":\"tags\",\"Type\":\"string\",\"Mandantory\":false,\"Collection\":true}],\"Indexes\":[{\"Name\":\"fulltext\",\"Fields\":[\"manufactuer\",\"model\",\"tags\"]},{\"Name\":\"manufacturer\",\"Fields\":[\"manufacturer\"]},{\"Name\":\"tags\",\"Fields\":[\"tags\"]}]}]}",
  1142. "options": {
  1143. "raw": {
  1144. "language": "json"
  1145. }
  1146. }
  1147. },
  1148. "url": {
  1149. "raw": "https://127.0.0.1:9443/api/v1/models/mybe/mymodel/?query=",
  1150. "protocol": "https",
  1151. "host": [
  1152. "127",
  1153. "0",
  1154. "0",
  1155. "1"
  1156. ],
  1157. "port": "9443",
  1158. "path": [
  1159. "api",
  1160. "v1",
  1161. "models",
  1162. "mybe",
  1163. "mymodel",
  1164. ""
  1165. ],
  1166. "query": [
  1167. {
  1168. "key": "query",
  1169. "value": ""
  1170. }
  1171. ]
  1172. }
  1173. },
  1174. "response": []
  1175. },
  1176. {
  1177. "name": "DEV: ssl Ruletest",
  1178. "protocolProfileBehavior": {
  1179. "disableBodyPruning": true
  1180. },
  1181. "request": {
  1182. "auth": {
  1183. "type": "basic",
  1184. "basic": [
  1185. {
  1186. "key": "password",
  1187. "value": "admin",
  1188. "type": "string"
  1189. },
  1190. {
  1191. "key": "username",
  1192. "value": "admin",
  1193. "type": "string"
  1194. }
  1195. ]
  1196. },
  1197. "method": "GET",
  1198. "header": [
  1199. {
  1200. "equals": true,
  1201. "key": "X-mcs-apikey",
  1202. "value": "5854d123dd25f310395954f7c450171c"
  1203. },
  1204. {
  1205. "key": "X-mcs-system",
  1206. "type": "text",
  1207. "value": "autorest-srv"
  1208. },
  1209. {
  1210. "key": "X-mcs-tenant",
  1211. "type": "text",
  1212. "value": "MCS"
  1213. },
  1214. {
  1215. "key": "X-mcs-deleteref",
  1216. "type": "text",
  1217. "value": "true"
  1218. }
  1219. ],
  1220. "body": {
  1221. "mode": "formdata",
  1222. "formdata": [
  1223. {
  1224. "key": "file",
  1225. "type": "file",
  1226. "src": "/E:/DATEN/easygit/GoBlobStore/test/readme.md"
  1227. }
  1228. ],
  1229. "options": {
  1230. "raw": {
  1231. "language": "json"
  1232. }
  1233. }
  1234. },
  1235. "url": {
  1236. "raw": "https://127.0.0.1:9443/api/v1/admin/backends/sensors/",
  1237. "protocol": "https",
  1238. "host": [
  1239. "127",
  1240. "0",
  1241. "0",
  1242. "1"
  1243. ],
  1244. "port": "9443",
  1245. "path": [
  1246. "api",
  1247. "v1",
  1248. "admin",
  1249. "backends",
  1250. "sensors",
  1251. ""
  1252. ]
  1253. }
  1254. },
  1255. "response": []
  1256. }
  1257. ],
  1258. "protocolProfileBehavior": {}
  1259. }