summaryrefslogtreecommitdiffstats
path: root/test/cli/command-fail/request-payload.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/command-fail/request-payload.json')
-rw-r--r--test/cli/command-fail/request-payload.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/cli/command-fail/request-payload.json b/test/cli/command-fail/request-payload.json
new file mode 100644
index 0000000..700271e
--- /dev/null
+++ b/test/cli/command-fail/request-payload.json
@@ -0,0 +1,26 @@
+{
+ "actionIdentifiers": {
+ "mode": "sync",
+ "blueprintName": "RT-cli",
+ "blueprintVersion": "1.0.0",
+ "actionName": "cli"
+ },
+ "payload": {
+ "cli-request": {
+ "host": "cds-regression-sshmock",
+ "username": "cdstest",
+ "password": "testcds",
+ "port": "22",
+ "connectionTimeOut": "5000",
+ "logging": true,
+ "commands": [
+ "nonExistCommand"
+ ]
+ }
+ },
+ "commonHeader": {
+ "subRequestId": "1",
+ "requestId": "regression-test-cli-command-fail",
+ "originatorId": "System"
+ }
+}