All,
When running a metric-data query, for one application I'm getting this response:
Invalid application id xxx is specified
Here is the query:
https://mycompany.saas.appdynamics.com/controller/rest/applications/xxx/metric-data?time-range-type=BEFORE_NOW&metric-path=Application Infrastructure Performance|*|JVM|Process CPU Burnt (ms/min)&duration-in-mins=1440&rollup=true
Of course the app name is not actually xxx. It is fairly long. Perhaps the API has a length limit in the app name? I don't know.
Any ideas about the real problem?
thanks
This is working now. It may have been a permission problem. I would have expected an http 403 or 404 if the user didn't have the right permissions. Instead I got an http 400.
Hi @John.Gregg,
Thanks a lot for following up!
This is working now. It may have been a permission problem. I would have expected an http 403 or 404 if the user didn't have the right permissions. Instead I got an http 400.