blob: 7ad9f6bf22ba43f3a687e0c68b25094408e73831 [file] [log] [blame]
Jeremy Mordkoff6f07e6f2016-09-07 18:56:51 -04001{
2 "nsd": [
3 {
4 "id": "da1dfbcc-626b-11e5-998d-6cb3113b406f",
5 "name": "ping-pong-nsd",
6 "vendor": "RIFT.io",
7 "description": "Toy NS",
8 "version": "1.0",
9 "connection-point": [
10 {
11 "name": "ping-pong-nsd/cp0",
12 "type": "VPORT"
13 },
14 {
15 "name": "ping-pong-nsd/cp1",
16 "type": "VPORT"
17 }
18 ],
19 "vld": [
20 {
21 "id": "ba1c03a8-626b-11e5-998d-6cb3113b406f",
22 "name": "ping-pong-vld",
23 "short-name": "ping-pong-vld",
24 "vendor": "RIFT.io",
25 "description": "Toy VL",
26 "version": "1.0",
27 "type": "ELAN",
28 "vnfd-connection-point-ref": [
29 {
30 "member-vnf-index-ref": 0,
31 "vnfd-id-ref": "ba145e82-626b-11e5-998d-6cb3113b406f",
32 "vnfd-connection-point-ref": "ping-pong-vnfd/cp0"
33 }
34 ]
35 }
36 ],
37 "constituent-vnfd": [
38 {
39 "member-vnf-index": 0,
40 "vnfd-id-ref": "ba145e82-626b-11e5-998d-6cb3113b406f"
41 },
42 {
43 "member-vnf-index": 1,
44 "vnfd-id-ref": "ba1947da-626b-11e5-998d-6cb3113b406f"
45 }
46 ],
47 "monitoring-param": [
48 {
49 "id": "ping-tx-rate-mp",
50 "name": "Ping Transmit Rate",
51 "description": "Ping transmit rate",
52 "group-tag": "group-1",
53 "min-value": 0,
54 "max-value": 100,
55 "current-value": 0,
56 "widget-type": "GAUGE",
57 "units": "gbps"
58 },
59 {
60 "id": "ping-rc-rate-mp",
61 "name": "Ping Receive Rate",
62 "description": "Ping receive rate",
63 "group-tag": "group-1",
64 "min-value": 0,
65 "max-value": 100,
66 "current-value": 0,
67 "widget-type": "GAUGE",
68 "units": "gbps"
69 },
70 {
71 "id": "ping-packet-size-mp",
72 "name": "Ping Packet Size",
73 "description": "Ping packet size",
74 "group-tag": "group-2",
75 "min-value": 0,
76 "max-value": 100,
77 "current-value": 10,
78 "widget-type": "GAUGE",
79 "units": "gbps"
80 },
81 {
82 "id": "pong-tx-rate-mp",
83 "name": "Pong Transmit Rate 2",
84 "description": "Pong transmit rate",
85 "group-tag": "group-2",
86 "min-value": 0,
87 "max-value": 100,
88 "current-value": 0,
89 "widget-type": "GAUGE",
90 "units": "gbps"
91 },
92 {
93 "id": "pong-rc-rate-mp",
94 "name": "Pong Receive Rate 2",
95 "description": "Pong eceive rate",
96 "group-tag": "group-2",
97 "min-value": 0,
98 "max-value": 100,
99 "current-value": 0,
100 "widget-type": "GAUGE",
101 "units": "gbps"
102 },
103 {
104 "id": "pong-packet-size-mp",
105 "name": "Pong Packet Size",
106 "description": "Pong packet size",
107 "group-tag": "group-2",
108 "min-value": 0,
109 "max-value": 100,
110 "current-value": 10,
111 "widget-type": "TEXTBOX",
112 "units": "mb"
113 }
114 ]
115 }
116 ]
117}
118