cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Community access restored to most members


I've been able to make some changes to restore community engagement access to most members.

Follow the blog post for up to date information



We thank you for your patience while we get this fixed


(52) Empty reply from server when i am doing rest call

Govind.Kumar
Creator

Getting empty reply from server when i am doing rest call using curl command:

Command : curl  --user <user>@<account >:password "http://<controller url>/controller/rest/applications/<app-name>/metrics"

 

please provide the solution for this problem. I am using trial version. 

following is the output:


* Trying [Redacted for sercurity reasons by ^ @Ryan.Paredez , AppD Community Manager]...
* Connected to cloud2019092621461.saas.appdynamics.com ([Redacted for sercurity reasons by ^ @Ryan.Paredez , AppD Community Manager]) port 443 (#0)
* Server auth using Basic with user 'govind.kumar@cloud2019092621461'
> GET /controller/rest/applications/Java-App/metrics HTTP/1.1
> Host: cloud2019092621461.saas.appdynamics.com:443
> Authorization: Basic [Redacted for sercurity reasons by ^ @Ryan.Paredez , AppD Community Manager]
> User-Agent: curl/7.47.0
> Accept: */*
>
* Empty reply from server
* Connection #0 to host cloud201909262146143.saas.appdynamics.com left intact

4 REPLIES 4

Mark.Byrne
Architect

Hiya,

 

Try using https instead of http in your URL for the controller.

 

Mark

What will be curl command ?

curl --user <user>@<account >:password "https://<controller url>/controller/rest/applications/<app-name>/metrics"

It's working now.
Thnaks to AppDynamics & Mark.Byrne.