Recently upgraded entire NetOps from 21.2.6 to 22.2.2. Since then have noticed that some tenants have duplicates.
I can't find these by name using DA REST calls, so it's likely that these are only in NetOps Portal MySQL DB.
Release : 22.2
cd /opt/CA/MySql/bin/
mysql -unetqos -p<password>
or
mysql -uroot -p<password>
mysql> select SourceID,LocalID,DomainID,ItemName from dst_device where ItemID = <ItemID from PC>
Do this for both ItemIDs of duplicated device.
mysql> select * from dst_domain;
mysql> select * from t_tenant;
The result will show which Data Source(s) contributed the device to NetOps Portal through the sync process.
Contact Broadcom Support.