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

HTTP Request

soundarajan
Maker

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

1 REPLY 1

Mattias.Påvall
Builder

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 )