Where to find IP address of my instance

Atul Thombare
Tera Contributor

Where can I get the IP address of my Service Now personal Dev(Demo) instance

https://dev117222.service-now.com/

13 REPLIES 13

This is the Private IP, not the public IP.

Atul Thombare
Tera Contributor

Thank you for all the responses. I was looking for actual IP or clientside IP for firewall purpose for outbound rest integration. I think stats.do gives serverside IP. Please correct me If I am misstating anything. I understand that PDI is hosted on cloud and it might be range of IPs associated with the instance. But not sure How do I find that.

Yousaf
Giga Sage

Hi Atul,

Check this

Finding the IP information for your instance 

 

Mark Correct or Helpful if it helps

Thanks,
Yousaf


***Mark Correct or Helpful if it helps.***

Thank you Yusuf but I don't think this is applicable to your PDI instance. 

try this in background script

gs.info(gs.getSession().getClientIP());

***Mark Correct or Helpful if it helps.***