In a DMS that is configured for Swarming, how do use GetAlarmDetails in Client Test?

The previous AlarmID and ElementID are now marked as deprecated, but I don't know what I need to fill in to get alarm details.
Hi,
Those fields are marked as Obsolete, because the prefered way of using this message in QAction/Automation is to use the Trees property.
This is mainly so no fields are forgotten and it leads to less bugs.
That said, since you can't fill those in in ClientTestTool (due to how AlarmTreeID works) you can still use the old way as long as you fill in everything:

So, DataMinerID and ElementID need to be filled in with the DataMinerID/ElementID of the element the alarm is on
And AlarmIDs needs to be filled in with the single ID that's the alarmID you request from that element.