summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/cli/success/resources/frankfurt/request-payload.json
blob: 0438a7c6d00c45c968d5cbb5bf8eb4015d1bad5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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": [
        "pwd",
        "ls"
      ]
    }
  },
  "commonHeader": {
    "subRequestId": "1",
    "requestId": "regression-test-cli",
    "originatorId": "System"
  }
}