summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/dataOperationEvent.json
diff options
context:
space:
mode:
Diffstat (limited to 'cps-ncmp-service/src/test/resources/dataOperationEvent.json')
-rw-r--r--cps-ncmp-service/src/test/resources/dataOperationEvent.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/dataOperationEvent.json b/cps-ncmp-service/src/test/resources/dataOperationEvent.json
new file mode 100644
index 000000000..42268c0ef
--- /dev/null
+++ b/cps-ncmp-service/src/test/resources/dataOperationEvent.json
@@ -0,0 +1,32 @@
+{
+ "data":{
+ "responses":[
+ {
+ "operationId":"1",
+ "ids":[
+ "123",
+ "124"
+ ],
+ "statusCode":1,
+ "statusMessage":"Batch operation success on the above cmhandle ids ",
+ "responseContent":{
+ "ietf-netconf-monitoring:netconf-state":{
+ "schemas":{
+ "schema":[
+ {
+ "identifier":"ietf-tls-server",
+ "version":"2016-11-02",
+ "format":"ietf-netconf-monitoring:yang",
+ "namespace":"urn:ietf:params:xml:ns:yang:ietf-tls-server",
+ "location":[
+ "NETCONF"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file