GoMicro.postman_collection.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "info": {
  3. "_postman_id": "cbe11363-e562-4045-b3f0-c11a0cf0031a",
  4. "name": "GoMicro",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  6. },
  7. "item": [
  8. {
  9. "name": "healthcheck",
  10. "request": {
  11. "method": "GET",
  12. "header": [],
  13. "url": {
  14. "raw": "https://127.0.0.1:8443/health/health",
  15. "protocol": "https",
  16. "host": [
  17. "127",
  18. "0",
  19. "0",
  20. "1"
  21. ],
  22. "port": "8443",
  23. "path": [
  24. "health",
  25. "health"
  26. ]
  27. }
  28. },
  29. "response": []
  30. },
  31. {
  32. "name": "readiness",
  33. "request": {
  34. "method": "GET",
  35. "header": [],
  36. "url": {
  37. "raw": "https://127.0.0.1:8443/health/readiness",
  38. "protocol": "https",
  39. "host": [
  40. "127",
  41. "0",
  42. "0",
  43. "1"
  44. ],
  45. "port": "8443",
  46. "path": [
  47. "health",
  48. "readiness"
  49. ]
  50. }
  51. },
  52. "response": []
  53. },
  54. {
  55. "name": "GetConfig",
  56. "request": {
  57. "method": "GET",
  58. "header": [
  59. {
  60. "key": "X-es-tenant",
  61. "value": "EASY",
  62. "type": "text"
  63. },
  64. {
  65. "key": "X-es-apikey",
  66. "value": "9db6b3e13c150d6c000776a89409661e",
  67. "equals": true
  68. },
  69. {
  70. "key": "X-es-system",
  71. "value": "easy1",
  72. "type": "text"
  73. }
  74. ],
  75. "url": {
  76. "raw": "https://127.0.0.1:8443/api/v1/config/",
  77. "protocol": "https",
  78. "host": [
  79. "127",
  80. "0",
  81. "0",
  82. "1"
  83. ],
  84. "port": "8443",
  85. "path": [
  86. "api",
  87. "v1",
  88. "config",
  89. ""
  90. ]
  91. }
  92. },
  93. "response": []
  94. }
  95. ],
  96. "protocolProfileBehavior": {}
  97. }