summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/cli/command-fail/resources/elalto/expected-response.json
blob: b7b29e239abd309fc43d9c7afbe537600a0eb291 (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
{
  "commonHeader": {
    "timestamp": "2020-02-11T21:24:35.215Z",
    "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": 500,
    "eventType": "EVENT_COMPONENT_FAILURE",
    "timestamp": "2020-02-11T21:24:36.824Z",
    "errorMessage": "Failed to execute commands, below the output : \nCommand : nonExistCommand",
    "message": "failure"
  },
  "payload": {
    "cli-response": {
      "response-data": "Error"
    }
  }
}