Epic-231:versioning, and backup the configuration
[sdnc/oam.git] / configbackuprestore / vnfconfigbackupservice / src / main / webapp / static / sdnc-stubs / getAllVersion.json
1 {  
2    "versionlist":[  
3       {  
4          "model":"CSR1000V",
5          "vendor":"CISCO",
6          "versionNo":"1.0",
7          "timestamp":"2017/09/01",
8          "router":{  
9             "ospf":{  
10                "process-id":"1",
11                "networks":{  
12                   "subnet-ip":"10.10.1.0/24",
13                   "area-id":"20"
14                }
15             },
16             "bgp":{  
17                "as-number":"2000",
18                "router-id":"10.10.1.2",
19                "neighbors":{  
20                   "as-number":"1000",
21                   "peer-ip":"10.10.2.1"
22                }
23             },
24             "ipsla":[  
25                {  
26                   "cos-entry-number":"40102",
27                   "destination-address":"13.13.13.13",
28                   "source-address":"10.10.1.1",
29                   "customer-name":"Hello Inc"
30                },
31                {  
32                   "cos-entry-number":"40103",
33                   "destination-address":"10.11.12.12",
34                   "source-address":"10.10.1.2",
35                   "customer-name":"ABC Inc"
36                },
37                {  
38                   "cos-entry-number":"40105",
39                   "destination-address":"12.5.12.12",
40                   "source-address":"10.10.1.3",
41                   "customer-name":"test Inc"
42                }
43             ]
44          }
45       },
46       {  
47          "model":"CSR1000V",
48          "vendor":"CISCO",
49          "versionNo":"2.0",
50          "timestamp":"2017/10/01",
51          "router":{  
52             "ospf":{  
53                "process-id":"1",
54                "networks":{  
55                   "subnet-ip":"10.10.1.0/25",
56                   "area-id":"20"
57                }
58             },
59             "bgp":{  
60                "as-number":"2000",
61                "router-id":"10.10.1.2",
62                "neighbors":{  
63                   "as-number":"1000",
64                   "peer-ip":"10.10.2.1"
65                }
66             },
67             "ipsla":[  
68                {  
69                   "cos-entry-number":"40102",
70                   "destination-address":"12.12.12.12",
71                   "source-address":"10.10.1.1",
72                   "customer-name":"Hello Inc"
73                },
74                {  
75                   "cos-entry-number":"40103",
76                   "destination-address":"10.11.12.12",
77                   "source-address":"10.10.1.1",
78                   "customer-name":"ABC Inc"
79                },
80                {  
81                   "cos-entry-number":"40105",
82                   "destination-address":"12.5.12.12",
83                   "source-address":"10.10.1.2",
84                   "customer-name":"test Inc"
85                }
86             ]
87          }
88       },
89       {  
90          "model":"CSR1000V",
91          "vendor":"CISCO",
92          "versionNo":"3.0",
93          "timestamp":"2017/10/01",
94          "router":{  
95             "ospf":{  
96                "process-id":"1",
97                "networks":{  
98                   "subnet-ip":"10.10.1.0/25",
99                   "area-id":"20"
100                }
101             },
102             "bgp":{  
103                "as-number":"2000",
104                "router-id":"10.10.1.2",
105                "neighbors":{  
106                   "as-number":"1000",
107                   "peer-ip":"10.10.2.1"
108                }
109             },
110             "ipsla":[  
111                {  
112                   "cos-entry-number":"40102",
113                   "destination-address":"12.12.12.12",
114                   "source-address":"10.10.1.1",
115                   "customer-name":"Hello Inc"
116                },
117                {  
118                   "cos-entry-number":"40103",
119                   "destination-address":"10.11.12.12",
120                   "source-address":"10.10.1.1",
121                   "customer-name":"ABC Inc"
122                },
123                {  
124                   "cos-entry-number":"40105",
125                   "destination-address":"12.5.12.12",
126                   "source-address":"10.10.1.2",
127                   "customer-name":"test Inc"
128                }
129             ]
130          }
131       }
132    ]
133 }