Is it possible to trigger a DTR script to trigger upon a change of a profile parameter configured on an interface of a function?
Using “TriggerType”: “Parameter” only seems to trigger on node profile parameters, not on interface profile parameters.

Jochen Dewachter [SLC] [DevOps Advocate] Selected answer as best
Hi Jochen,
To trigger on an interface parameter you’ll need to specify the interface id as well (which is defined in the functions.xml)
Leander Druwel [SLC] [DevOps Member] Edited comment
Just for your reference, more information on this can also be found in DMS Help
https://help.dataminer.services/dataminer/#t=DataMinerUserGuide/part_5/SolSRM/Reference2.htm&rhsearch=#Data Transfer Rules Configuration#&rhhlterm=#Data Transfer Rules Configuration#
That did the trick! Thanks!