diff options
Diffstat (limited to 'src/test/resources/GetModules.json')
-rw-r--r-- | src/test/resources/GetModules.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/test/resources/GetModules.json b/src/test/resources/GetModules.json new file mode 100644 index 00000000..23fe77c2 --- /dev/null +++ b/src/test/resources/GetModules.json @@ -0,0 +1,18 @@ +{ + "operation": "read", + "data": { + "modules": [ + { + "name": "ietf-yang-library", + "revision": "2016-06-21" + }, + { + "name": "nc-notifications", + "revision": "2008-07-14" + } + ] + }, + "cmHandleProperties": { + "subsystemId": "system-001" + } +}
\ No newline at end of file |