Add metadata.id field to Channel items in channel handlers notifications
Current situation
Channel handlers notifications contain a list of Channel items, corresponding to registered channels. Whereas channel handlers have UUIDs, Channel items don't. It could nevertheless be useful.
Desired outcome
Add metadata.id field to Channel items, having an UUID as its value. For SSH channels, it can be host UUID. For agent channels, a mapping between agent UUID and channel UUID is needed.