{ "opencollection": "1.0.0", "info": { "name": "Kuma Dataplane System API", "version": "v1alpha1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "The index endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/" }, "docs": "The index endpoint, some common metadata" }, { "info": { "name": "A list of all resources that exist", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/_resources" }, "docs": "Returns a Global Insight object" } ] } ], "bundled": true }