summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/netconf/kotlin/connect-fail/expected-response.json
blob: 9334b50344476a88f4bfda86e3be92ae7972104d (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
{
  "commonHeader": {
    "timestamp": "2020-02-04T14:16:32.798Z",
    "originatorId": "System",
    "requestId": "regression-test-netconf-kotlin-connect-fail",
    "subRequestId": "1",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-netconf",
    "blueprintVersion": "1.0.0",
    "actionName": "netconf-kotlin",
    "mode": "sync"
  },
  "status": {
    "code": 500,
    "eventType": "EVENT_COMPONENT_FAILURE",
    "timestamp": "2020-02-04T14:16:32.824Z",
    "errorMessage": "org.onap.ccsdk.cds.blueprintsprocessor.functions.netconf.executor.api.NetconfException: 127.0.0.1:17830: Failed to establish SSH session",
    "message": "failure"
  },
  "payload": {
    "netconf-kotlin-response": {
      "response-data": {
        "deploySuccess": false
      }
    }
  }
}