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