summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/netconf/kotlin/success/expected-response.json
blob: dfb81d7c34aad5f4e23b9137e9fe2566a03729f6 (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-03T13:40:43.697Z",
    "originatorId": "System",
    "requestId": "regression-test-netconf-kotlin",
    "subRequestId": "1",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-netconf",
    "blueprintVersion": "1.0.0",
    "actionName": "netconf-kotlin",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2020-02-03T13:40:51.835Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "netconf-kotlin-response": {
      "response-data": {
        "deploySuccess": true
      }
    }
  }
}