{ "opencollection": "1.0.0", "info": { "name": "AppDynamics Alert and Respond Actions Tiers API", "version": "23.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tiers", "type": "folder" }, "items": [ { "info": { "name": "List tiers for an application", "type": "http" }, "http": { "method": "GET", "url": "https://{controller-host}/controller/rest/applications/:applicationId/tiers", "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 all tiers associated with the specified application including tier names, IDs, and related metadata." }, { "info": { "name": "Get a specific tier", "type": "http" }, "http": { "method": "GET", "url": "https://{controller-host}/controller/rest/applications/:applicationId/tiers/:tierId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The numeric ID or name of the business application." }, { "name": "tierId", "value": "", "type": "path", "description": "The numeric ID or name of the tier." }, { "name": "output", "value": "", "type": "query", "description": "The output format for the response. Defaults to XML if not specified." } ] }, "docs": "Returns details for a specific tier within an application." } ] } ], "bundled": true }