summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/cli/success/resources/elalto/expected-response.json
blob: a813478d67b1bed5b50648eb9435c4297ad008a5 (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:19:57.762Z",
    "originatorId": "System",
    "requestId": "regression-test-cli",
    "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-02-11T21:20:00.446Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "cli-response": {
      "response-data": "\nCommand : pwd\n/\n\nCommand : ls\nbin\ndev\netc\nlib\n"
    }
  }
}