{ "opencollection": "1.0.0", "info": { "name": "@weka-api Active Directory System IO API", "version": "5.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System IO", "type": "folder" }, "items": [ { "info": { "name": "Start cluster IO services", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/io/start" }, "docs": "Initiates IO services across the entire cluster." }, { "info": { "name": "Stop cluster IO services", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/io/stop", "body": { "type": "json", "data": "{}" } }, "docs": "Shuts down IO services across the entire cluster." } ] } ], "bundled": true }