{ "opencollection": "1.0.0", "info": { "name": "Apache Tomcat Manager Applications Status API", "version": "10.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get Server Status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/manager/status", "params": [ { "name": "XML", "value": "", "type": "query", "description": "Return response in XML format" }, { "name": "JSON", "value": "", "type": "query", "description": "Return response in JSON format" } ] }, "docs": "Returns server status including connector details, memory usage, and thread statistics." } ] } ], "bundled": true }