wish-list for SDK enhancements:
orion.UDT.Nodes: AssignPoller, RemovePoller, PollNow, Rediscover, AddCommunity(*), DeleteCommunity(*)
orion.UDT.Port: CRUD operations , AdminDown, AdminUp, DiscoverPortsOnNode, AddPortsOnNode
I currently add interfaces to Soalrwinds using the SDK, for UDT I have to use the device discovery process; this is painful, and to a large extent pointless (i.e.e i select existing nodes, select all interfaces and add them all to UDT.
Instead I would use the SDKS to add the L2 or L3 UDT poller to the node as appropriate, and to force a rediscovery/UDT poll on the node. the Add/delete community for a UDT node is because if you have MPLS/VRFS and Juniper then UDT-like activities require support multiple communities for polling the ARP/Bridge tables. The product doesn't do that today, but when it does I'd like the SDK to be there
Finally, just to make the operations on ports match the operationsudt sdk available for interfaces -- i'd like to be able to manipulate them in much the same way.