Hi, It seems not possible via API now.
You could use mysql statement as workaround // private IP search SELECT * FROM user_vm_view WHERE ip_address = '??? GROUP BY id; // public IP search SELECT * FROM user_vm_view WHERE public_ip_address = '???' GROUP BY id; Could you create a github issue ? -Wei On Tue, 21 Mar 2023 at 08:45, Mosharaf Hossain < [email protected]> wrote: > Hello Wei > It could have any IP address. I want to look up the instance using its > assigned IP rather than its name or display name. In version 4.17.1.0, I am > unable to do this. > > > > > Regards > Mosharaf Hossain > Manager, Product Development > IT Division > > > > On Tue, Mar 21, 2023 at 1:37 PM Wei ZHOU <[email protected]> wrote: > > > Do you mean private IP or public IP address ? > > > > -Wei > > > > On Sat, 18 Mar 2023 at 11:47, Mosharaf Hossain < > > [email protected]> wrote: > > > > > Hi > > > At the moment, I am unable to locate a VM using its IP address but I > can > > > locate it using its name. Does anyone have any suggestions on how to > > search > > > for a VM using its IP? > > > > > > > > > > > > > > > Regards > > > Mosharaf Hossain > > > Manager, Product Development > > > IT Division > > > > > > Bangladesh Export Import Company Ltd. > > > > > > Level-8, SAM Tower, Plot #4, Road #22, Gulshan-1, Dhaka-1212,Bangladesh > > > > > > Tel: +880 9609 000 999, +880 2 5881 5559, Ext: 14191, Fax: +880 2 > 9895757 > > > > > > Cell: +8801787680828, Email: [email protected], Web: > > > www.bol-online.com > > > < > > > > > > https://www.google.com/url?q=http://www.bol-online.com&sa=D&source=hangouts&ust=1557908951423000&usg=AFQjCNGMxIuHSHsD3qO6y5JddpEZ0S592A > > > > > > > > > >
