X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fmock%2Fdata%2Fnsd_catalog.json;fp=rwlaunchpad%2Fmock%2Fdata%2Fnsd_catalog.json;h=0c6c6ec6d2274e5656567a46c47470836c2ae715;hb=6f07e6f33f751ab4ffe624f6037f887b243bece2;hp=0000000000000000000000000000000000000000;hpb=72a563886272088feb7cb52e4aafbe6d2c580ff9;p=osm%2FSO.git diff --git a/rwlaunchpad/mock/data/nsd_catalog.json b/rwlaunchpad/mock/data/nsd_catalog.json new file mode 100644 index 00000000..0c6c6ec6 --- /dev/null +++ b/rwlaunchpad/mock/data/nsd_catalog.json @@ -0,0 +1,44 @@ +{ + "nsd": [ + { + "id": "a631e8c6-663a-11e5-b122-6cb3113b406f", + "name": "Network Service Descriptor 1", + "short-name": "NSD1", + "vendor": "RIFT.io", + "description": "This is a description. It doesn't say much", + "version": "0.0.1", + "connection-point": [ + { + "name": "cp-name" + } + ] + }, + { + "id": "b631e8c6-663a-11e5-b122-6cb3113b406f", + "name": "Network Service Descriptor 2", + "short-name": "NSD2", + "vendor": "RIFT.io", + "description": "This is a description. It doesn't say much", + "version": "0.0.1", + "connection-point": [ + { + "name": "cp-name" + } + ] + }, + { + "id": "c631e8c6-663a-11e5-b122-6cb3113b406f", + "name": "Network Service Descriptor 3", + "short-name": "NSD3", + "vendor": "RIFT.io", + "description": "This is a description. It doesn't say much", + "version": "0.0.1", + "connection-point": [ + { + "name": "cp-name" + } + ] + } + ] +} +