Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
03-22-2021 01:15 AM
Creating large amounts of Analytics Metrics takes some time, and there is no official API to support this function currently.
If you wish to automate this in the interim , to reduce the time taken to create them you can do the following.
You would run the Authentication URL to get the JSESSIONID & X-CSRF-TOKEN values by running the following command
curl -i --user @sername@account:password https://<controller url>/controller/auth?action=login
Then using the following URL, you can create the Metric
https://<controller url>/controller/restui/analyticsMetric/create
Set the Header values with the responses from the Auth Query(I used Postman for this example)
Provide the Metric query you wish to create, example below
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form