github.com/kubeshop/testkube@v1.17.23/test/postman/testkube-api-server-health.postman_collection.json (about) 1 { 2 "info": { 3 "_postman_id": "965de4bb-e581-4f34-93bb-667be6b395d7", 4 "name": "testkube-api-server", 5 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", 6 "_exporter_id": "22855798" 7 }, 8 "item": [ 9 { 10 "name": "testkube-api-server", 11 "event": [ 12 { 13 "listen": "test", 14 "script": { 15 "exec": [ 16 "pm.test(\"Status code is 200\", function () {", 17 " pm.response.to.have.status(200);", 18 "});" 19 ], 20 "type": "text/javascript" 21 } 22 } 23 ], 24 "request": { 25 "method": "GET", 26 "header": [], 27 "url": { 28 "raw": "http://testkube-api-server:8088/health", 29 "protocol": "http", 30 "host": [ 31 "testkube-api-server" 32 ], 33 "port": "8088", 34 "path": [ 35 "health" 36 ] 37 } 38 }, 39 "response": [] 40 } 41 ] 42 }