12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "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": {}
- }
|