{ "opencollection": "1.0.0", "info": { "name": "Spring Cloud Config Server Configuration Monitoring API", "version": "4.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Trigger configuration refresh notification", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/monitor", "params": [ { "name": "path", "value": "", "type": "query", "description": "File path pattern to match" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accepts webhook notifications from git hosting providers (GitHub, GitLab, Bitbucket) and triggers a Spring Cloud Bus refresh event." } ] } ], "bundled": true }