summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/cli/command-fail/resources/frankfurt/expected-response.json
blob: 6b71773c68fe9fe99ad659759c702b82656b496d (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
28
29
30
31
32
33
34
{
  "correlationUUID": null,
  "commonHeader": {
    "timestamp": "2020-06-04T15:05:20.003Z",
    "originatorId": "System",
    "requestId": "regression-test-cli-command-fail",
    "subRequestId": "1",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-cli",
    "blueprintVersion": "1.0.0",
    "actionName": "cli",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2020-06-04T15:05:41.528Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "cli-response": {
      "response-data": [
        {
          "command": "nonExistCommand",
          "deviceOutput": "nonExistCommand\r\n/ $ nonExistCommand\r\n-ash: nonExistCommand: not found\r\n/ $ \u001b[6n",
          "successful": true
        }
      ]
    }
  }
}