View IP addresses in use within Guest Network
What version of CCP?
Try this query and see if any rows are returned:
select id,instance_id,ip4_address,state,network_id from nics where removed is null and network_id in (select id from networks where uuid='<network_uuid>');
//network_uuid is what you see on the GUI





