diff options
Diffstat (limited to 'runtime-acm/src/test/resources/rest/acm/PassiveCommand.json')
-rw-r--r-- | runtime-acm/src/test/resources/rest/acm/PassiveCommand.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/rest/acm/PassiveCommand.json b/runtime-acm/src/test/resources/rest/acm/PassiveCommand.json new file mode 100644 index 000000000..5bb9eb336 --- /dev/null +++ b/runtime-acm/src/test/resources/rest/acm/PassiveCommand.json @@ -0,0 +1,13 @@ +{ + "orderedState": "PASSIVE", + "automationCompositionIdentifierList": [ + { + "name": "PMSHInstance0", + "version": "1.0.1" + }, + { + "name": "PMSHInstance1", + "version": "1.0.1" + } + ] +} |