Improve performance of updateDataLeaves
[cps.git] / cps-ncmp-service / src / test / resources / dataOperationEvent.json
1 {
2   "data":{
3     "responses":[
4       {
5         "operationId":"1",
6         "ids":[
7           "123",
8           "124"
9         ],
10         "statusCode":1,
11         "statusMessage":"Batch operation success on the above cmhandle ids ",
12         "responseContent":{
13           "ietf-netconf-monitoring:netconf-state":{
14             "schemas":{
15               "schema":[
16                 {
17                   "identifier":"ietf-tls-server",
18                   "version":"2016-11-02",
19                   "format":"ietf-netconf-monitoring:yang",
20                   "namespace":"urn:ietf:params:xml:ns:yang:ietf-tls-server",
21                   "location":[
22                     "NETCONF"
23                   ]
24                 }
25               ]
26             }
27           }
28         }
29       }
30     ]
31   }
32 }