NonRT-RIC A1 Northbound API
[nonrtric.git] / sdnc-a1-controller / oam / configbackuprestore / vnfconfigbackupservice / src / main / webapp / static / sdnc-stubs / getAllReports.json
1
2 {  
3    "data":[  
4       {  
5          "testid":1,
6          "deviceid":1,
7          "testName":"Network Layer",
8          "deviceName":"Router",
9          "execuationDetails":{"output": {"hostname": "google.com","testresult": "pass", "status": "reachable","statistics": "0% loss","ipaddress": "10.53.122.44","avgTime": "Minimum = 70ms"}},
10          "result":"Pass",
11          "timeStamp":"2018-03-16"
12       },
13       {  
14          "testid":2,
15          "deviceid":1,
16          "testName":"Network Layer",
17          "deviceName":"Router",
18          "execuationDetails":{"output": {"hostname": "google.com","testresult": "fail", "status": "unreachable","statistics": "100% loss","ipaddress": "10.53.122.44","avgTime": "Minimum = 33ms"}},
19          "result":"Pass",
20          "timeStamp":"2018-03-16"
21       },
22             {  
23          "testid":4,
24          "deviceid":1,
25          "testName":"Protocol Layer",
26          "deviceName":"Router",
27          "execuationDetails":{"output": {"status": "unreachable"}},
28          "result":"Fail",
29          "timeStamp":"2018-03-08"
30       },
31       {  
32          "testid":5,
33          "deviceid":1,
34          "testName":"Protocol Layer",
35          "deviceName":"Router",
36          "execuationDetails":{"output": {"status": "reachable"}},
37          "result":"Pass",
38          "timeStamp":"2018-03-15"
39       },
40       {  
41          "testid":6,
42          "deviceid":1,
43          "testName":"Network Layer",
44          "deviceName":"Router",
45          "execuationDetails":{"output": {"hostname": "google.com","testresult": "fail", "status": "unreachable","statistics": "100% loss","ipaddress": "10.53.122.44","avgTime": "Minimum = 33ms"}},
46          "result":"Fail",
47          "timeStamp":"2018-03-15"
48       },
49       {  
50          "testid":7,
51          "deviceid":1,
52         "testName":"Network Layer",
53          "deviceName":"Router",
54          "execuationDetails":{"output": {"hostname": "google.com","testresult": "fail", "status": "unreachable","statistics": "100% loss","ipaddress": "10.53.122.44","avgTime": "Minimum = 50ms"}},
55          "result":"Fail",
56          "timeStamp":"2018-03-15"
57       }
58    ],
59    "status":200,
60    "config":{  
61       "method":"GET",
62       "transformRequest":[  
63          null
64       ],
65       "transformResponse":[  
66          null
67       ],
68       "params":"",
69       "headers":{  
70          "Accept":"application/json"
71       },
72       "url":"/findReportByDeviceName/Thu Mar 15 2018 00:00:00 GMT+0530 (India Standard Time)/Fri Mar 16 2018 00:00:00 GMT+0530 (India Standard Time)/Router"
73    },
74    "statusText":""
75 }