772.mql 150 B

12345678
  1. select ID,entity from /m3event/devops/alerts_status e join (i:/matrix/entity/switch where id='switch:switch1')
  2. on e.entity=i.id
  3. /**
  4. output()
  5. **/
  6. ;