{ "info": { "_postman_id": "cbe11363-e562-4045-b3f0-c11a0cf0031a", "name": "GoMicro", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "healthcheck", "request": { "method": "GET", "header": [], "url": { "raw": "https://127.0.0.1:8443/health/health", "protocol": "https", "host": [ "127", "0", "0", "1" ], "port": "8443", "path": [ "health", "health" ] } }, "response": [] }, { "name": "readiness", "request": { "method": "GET", "header": [], "url": { "raw": "https://127.0.0.1:8443/health/readiness", "protocol": "https", "host": [ "127", "0", "0", "1" ], "port": "8443", "path": [ "health", "readiness" ] } }, "response": [] }, { "name": "GetConfig", "request": { "method": "GET", "header": [ { "key": "X-es-tenant", "value": "EASY", "type": "text" }, { "key": "X-es-apikey", "value": "9db6b3e13c150d6c000776a89409661e", "equals": true }, { "key": "X-es-system", "value": "easy1", "type": "text" } ], "url": { "raw": "https://127.0.0.1:8443/api/v1/config/", "protocol": "https", "host": [ "127", "0", "0", "1" ], "port": "8443", "path": [ "api", "v1", "config", "" ] } }, "response": [] } ], "protocolProfileBehavior": {} }