{ "info": { "_postman_id": "08adfbea-68d5-4755-9a13-a792c43fd14b", "name": "Project57", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4185850" }, "item": [ { "name": "Get Time", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/time", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "time" ] } }, "response": [] }, { "name": "Blocking Job - Waits for 60 secs", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/blocking-job/60", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "blocking-job", "60" ] } }, "response": [] }, { "name": "Async Job - Waits for 60 secs Async", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/async-job/60", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "async-job", "60" ] } }, "response": [] }, { "name": "Timeout Job - Timeout after 5 sec", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/timeout-job/10", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "timeout-job", "10" ] } }, "response": [] }, { "name": "External Api Job - Timeout after 5 secs", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/external-api-job/10", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "external-api-job", "10" ] } }, "response": [] }, { "name": "Async Db Job - No Free Connection Pool", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/async-db-job/10", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "async-db-job", "10" ] } }, "response": [] }, { "name": "Long Running Query Job - No Timeout", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/db-long-query-job/20", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "db-long-query-job", "20" ] } }, "response": [] }, { "name": "Long Running Query Job - Timeout", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/db-long-query-timeout-job/20", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "db-long-query-timeout-job", "20" ] } }, "response": [] }, { "name": "Memory Leak Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/memory-leak-job/999", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "memory-leak-job", "999" ] } }, "response": [] }, { "name": "Load Heap Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/load-heap-job/999999", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "load-heap-job", "999999" ] } }, "response": [] }, { "name": "Bulk Head Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/bulk-head-job", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "bulk-head-job" ] } }, "response": [] }, { "name": "Rate Limiter Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/rate-limit-job", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "rate-limit-job" ] } }, "response": [] }, { "name": "Retry Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/retry-job", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "retry-job" ] } }, "response": [] }, { "name": "Circuit Breaker Job - Fail True", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/circuit-breaker-job/true", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "circuit-breaker-job", "true" ] } }, "response": [] }, { "name": "Circuit Breaker Job - Fail False", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/circuit-breaker-job/false", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "circuit-breaker-job", "false" ] } }, "response": [] }, { "name": "Circuit Breaker Status", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/circuitbreakers", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "circuitbreakers" ] } }, "response": [] }, { "name": "Feature Flag Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/feature-job", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "feature-job" ] } }, "response": [] }, { "name": "Change Feature Flag", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"name\": \"project57.newFeatureFlag\",\n \"value\": \"true\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/actuator/env", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "env" ] } }, "response": [] }, { "name": "Actuator Env", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/env", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "env" ] } }, "response": [] }, { "name": "Actuator Refresh", "request": { "method": "POST", "header": [], "url": { "raw": "http://localhost:8080/actuator/refresh", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "refresh" ] } }, "response": [] }, { "name": "Password Generator Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/password-gen-job/60", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "password-gen-job", "60" ] } }, "response": [] }, { "name": "Health Status", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator/health", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator", "health" ] } }, "response": [] }, { "name": "Actuator", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/actuator", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "actuator" ] } }, "response": [] }, { "name": "Get All Customer", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "customer" ] } }, "response": [] }, { "name": "Get All Customer By Page", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/customer-page", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "customer-page" ] } }, "response": [] }, { "name": "Cache - Put", "request": { "method": "PUT", "header": [], "url": { "raw": "http://localhost:8080/api/cache-put/FR/France", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "cache-put", "FR", "France" ] } }, "response": [] }, { "name": "Cache - Get", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/cache-get/FR", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "cache-get", "FR" ] } }, "response": [] }, { "name": "Error Job", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/api/error", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "error" ] } }, "response": [] }, { "name": "Save Customer - Validation", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"city\": \"bangalore\",\n \"phone\": \"9999999\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/api/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "customer" ] } }, "response": [] }, { "name": "Save Customer - Exception", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"name\": \"raj\",\n \"city\": \"unknown\",\n \"phone\": \"9999999\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/api/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "api", "customer" ] } }, "response": [] } ] }