summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/remote-ansible/failure/resources/frankfurt/expected-response.json
blob: 713b93418cab7ba3832fc07752cd55917387ff77 (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
{
  "correlationUUID": null,
  "commonHeader": {
    "timestamp": "2020-06-02T21:03:35.836Z",
    "originatorId": "System",
    "requestId": "remote-ansible-failure",
    "subRequestId": "remote-ansible-failure-1",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-remote-ansible",
    "blueprintVersion": "1.0.0",
    "actionName": "execute-remote-ansible-failure",
    "mode": "sync"
  },
  "status": {
    "code": 500,
    "eventType": "EVENT_COMPONENT_FAILURE",
    "timestamp": "2020-06-02T21:03:38.655Z",
    "errorMessage": "error : ansible-command-logs : Workflow/Job template hello_world_job_template does not exists",
    "message": "failure"
  },
  "payload": {
    "execute-remote-ansible-failure-response": {
      "ansible-command-status": "error",
      "ansible-command-logs": "Workflow/Job template hello_world_job_template does not exists"
    }
  }
}