Hi Team, since 2 years am using the dxtoolkit to generate the VDB's report. Recently we have modified the our Delphix URLS to connect from IP address to Logical names, with that effect we have also changed the network settings from (HTTP and HTTPS only ) to HTTPS only.
EX:
Old URL- http://10.214.55.xx/login
New URL https://pdelphixaxxx.de.com/login
hence as per the dxtoolkit suggestion I have replaced values like below.
Old:
"data":[
{
"hostname" : "AWS",
"ip_address" : "10.241.xxx.xxx",
"username" : "kartmuthyala",
"password" : "xxxxxxxxx",
"port" : "80",
"default" : "false",
"encrypted" : "false",
"timeout" : "60"
},
New:
"data":[
{
"hostname" : "AWS",
"ip_address" : "pdelphixawxxxx",
"username" : "kartmuthyala",
"password" : "xxxxxxxxx",
"port" : "80",
"default" : "false",
"encrypted" : "false",
"timeout" : "60"
"protocal" : "https"
},
Now the problem is after replacing the IP address with logical name in dxtool config file its keep failing with error message saying, system cannot find the ipaddess.
What went wrong in this ? Could you please suggest me how to fix this issue?
------------------------------
Karteek Muthyala
Information Security Engineer
Wells Fargo Bank, N.A.
------------------------------