SDN Accounts refactoring
[osm/SO.git] / rwlaunchpad / mock / data / nsd_catalog.json
1 {
2     "nsd": [
3         {
4             "id": "a631e8c6-663a-11e5-b122-6cb3113b406f",
5             "name": "Network Service Descriptor 1",
6             "short-name": "NSD1",
7             "vendor": "RIFT.io",
8             "description": "This is a description. It doesn't say much",
9             "version": "0.0.1",
10             "connection-point": [
11                 {
12                     "name": "cp-name"
13                 }
14             ]
15         },
16         {
17             "id": "b631e8c6-663a-11e5-b122-6cb3113b406f",
18             "name": "Network Service Descriptor 2",
19             "short-name": "NSD2",
20             "vendor": "RIFT.io",
21             "description": "This is a description. It doesn't say much",
22             "version": "0.0.1",
23             "connection-point": [
24                 {
25                     "name": "cp-name"
26                 }
27             ]
28         },
29         {
30             "id": "c631e8c6-663a-11e5-b122-6cb3113b406f",
31             "name": "Network Service Descriptor 3",
32             "short-name": "NSD3",
33             "vendor": "RIFT.io",
34             "description": "This is a description. It doesn't say much",
35             "version": "0.0.1",
36             "connection-point": [
37                 {
38                     "name": "cp-name"
39                 }
40             ]
41         }
42     ]
43 }
44