Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
01-17-2018 11:14 PM - last edited on 02-10-2020 03:51 PM by Ryan.Paredez
Hi,
I'm trying to create an HTTP request to post a triggered APPD event to our internal ITSM tool which will create an Incident ticket and send out to an appropriate team.
So I've got an endpoint URL and JSON content to post data.
I tried testing in APP'D UI, it throws below error msg.
Error Message: | cch1wpobiw: Name or service not known |
Could someone please advise on this.
This is my endpoint url:
"http://cch1wpobiw/RestAPIUAT2/REST/Summit_RESTWCF.svc/RestService/CommonWS_JsonObjCall"
Regards,
Soundarajan
01-31-2018 07:07 AM
Just a guess... the name cch1wpobiw can't be resolved and/or reached from Java on the controller. Try using a fully-qualified domain name, eg. server.domain.com or the IP-address instead. Also confirm that the target machine can be reached from the Controller using for instance C:\> telnet server.domain.com 80 (change 80 to the correct port number )
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form