{ "info": { "_postman_id": "f6ffcf88-a36d-43c0-8447-c6b910fcbb0a", "name": "Project71", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4185850" }, "item": [ { "name": "Get Hello", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/home/hello", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "home", "hello" ] } }, "response": [] }, { "name": "Get Hello Async", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/home/hello-async", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "home", "hello-async" ] } }, "response": [] }, { "name": "Get Time Auth", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "password", "type": "string" }, { "key": "username", "value": "user", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/time", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "time" ] } }, "response": [] }, { "name": "Get Posts", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/home/posts", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "home", "posts" ] } }, "response": [] }, { "name": "Get Posts ById", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/home/posts/20", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "home", "posts", "20" ] } }, "response": [] }, { "name": "Get Customer", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "password", "type": "string" }, { "key": "username", "value": "user", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer" ] } }, "response": [] }, { "name": "Save Customer", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "password", "type": "string" }, { "key": "username", "value": "user", "type": "string" } ] }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"name\": \"jack\",\n \"age\": 40\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer" ] } }, "response": [] }, { "name": "Get Customer By Id", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "password", "type": "string" }, { "key": "username", "value": "user", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/customer/1", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer", "1" ] } }, "response": [] }, { "name": "Actuator", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator" ] } }, "response": [] }, { "name": "Actuator Health", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/health", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "health" ] } }, "response": [] }, { "name": "Actuator Metrics", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/metrics", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "metrics" ] } }, "response": [] }, { "name": "Actuator Metrics http.server.requests", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/metrics/http.server.requests", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "metrics", "http.server.requests" ] } }, "response": [] }, { "name": "Actuator Metrics jvm.memory.max", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/metrics/jvm.memory.max", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "metrics", "jvm.memory.max" ] } }, "response": [] }, { "name": "Actuator Metrics hello.api.count", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/metrics/hello.api.count", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "metrics", "hello.api.count" ] } }, "response": [] }, { "name": "Actuator Prometheus", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "password", "type": "string" }, { "key": "username", "value": "user", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/prometheus", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "prometheus" ] } }, "response": [] } ] }