-
I have the following example configuration where different subscriptions are bound to multiple targets:
Is it possible to achieve this with a single CLI command? I tried the following and it did not work, because all subscriptions were bound to all targets:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Binding different paths to different targets on the cli is not possible, the subscribe cli command creates a single subscription that applies to all targets. Your command created the equivalent of: targets:
device_1:
address: address_1
device_2:
address: address_2
subscriptions:
sub_1:
paths:
- /path/1
- /path/2
- /path/3 |
Beta Was this translation helpful? Give feedback.
Hi,
Binding different paths to different targets on the cli is not possible, the subscribe cli command creates a single subscription that applies to all targets.
Your command created the equivalent of: