I have bulk onboarded all the devices. Now I am trying to isolate all the trunk ports so that I can put it into alerting and remove all other unnecessary ports. I do not found any OOB report on it. I am using Self Hosted 2026.1.1. A possible report could be with below swql but for this node has to be added to UDT which is not in my case. Is there any other option to have any report in NPM.
SELECT TOP 100 NodeID, Name, TrunkMode, PortDescription
FROM Orion.UDT.Port
WHERE NodeID = 'XXXX' AND TrunkMode = '1'