{ "opencollection": "1.0.0", "info": { "name": "Devtron APIs Specs Applications Metadata API", "version": "1.0.0" }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List all app labels", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/orchestrator/app/labels/list", "headers": [ { "name": "token", "value": "" } ] }, "docs": "This API will return all the labels available in the database." }, { "info": { "name": "Get application meta info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/orchestrator/app/meta/info/:appId", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "application id" } ] }, "docs": "Application basic info, projects and labels" }, { "info": { "name": "Get Helm application meta info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/orchestrator/helm/meta/info/:appId", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "application id" } ] }, "docs": "Application info for all types of Helm apps" } ] } ], "bundled": true }