{ "opencollection": "1.0.0", "info": { "name": "AppDynamics Alert and Respond Actions Custom Metrics API", "version": "23.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Metrics", "type": "folder" }, "items": [ { "info": { "name": "Publish custom metrics", "type": "http" }, "http": { "method": "POST", "url": "https://{controller-host}/controller/api/v1/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Uploads one or more custom metrics to the AppDynamics Controller through the Machine Agent. Metrics must be uploaded at least once every 300 seconds (5 minutes) to remain active in the metric hierarchy. Each metric requires a name, aggregator type, and a 64-bit integer value." } ] } ], "bundled": true }