{ "opencollection": "1.0.0", "info": { "name": "AppDynamics Alert and Respond Actions Applications API", "version": "23.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List all business applications", "type": "http" }, "http": { "method": "GET", "url": "https://{controller-host}/controller/rest/applications", "params": [ { "name": "output", "value": "", "type": "query", "description": "The output format for the response. Defaults to XML if not specified." } ] }, "docs": "Returns the names and internal numeric identifiers for all business applications visible to the authenticated user. Use this method to discover application names or IDs before invoking other API methods." }, { "info": { "name": "Get a specific application", "type": "http" }, "http": { "method": "GET", "url": "https://{controller-host}/controller/rest/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The numeric ID or name of the business application." }, { "name": "output", "value": "", "type": "query", "description": "The output format for the response. Defaults to XML if not specified." } ] }, "docs": "Returns the details for a specific business application identified by its numeric ID or name." } ] } ], "bundled": true }