getaddrinfo ENOTFOUND 62882.service-now.com

Harshaan
Kilo Explorer

Hey,

I had recently created a ServiceNow account and am planning to access asset information using Rest API .When I run my curl command I get the following error .How do I resolve this ?

 

ERROR:

getaddrinfo ENOTFOUND "INSTANCEID_PLACEHOLDER".service-now.com

1 REPLY 1

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

This is not a servicenow issue.


This is curl issue the way you invoke the HTTP call.

 

https://stackoverflow.com/questions/17690803/node-js-getaddrinfo-enotfound

 

Thanks,
Ashutosh