aboutsummaryrefslogtreecommitdiffstats
path: root/SDNC-GUI-253/resources/static/sdnc-stubs/getTestResult.json
blob: 581c8b08df3c46433a091af2ca2acbbb1d492a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{  
   "preTestResponse":[  
      {  
         "ipaddress":"1.160.10.240",
         "status":"unreachable",
         "testtype":"Network Layer",
         "statistics":null,
         "avgTime":null
      },
      {  
         "ipaddress":"1.160.10.240",
         "status":"unreachable",
         "testtype":"Protocol Layer",
         "statistics":null,
         "avgTime":null
      },
      {  
         "ipaddress":"1.160.10.240",
         "status":"reachable",
         "testtype":"Network Layer",
         "statistics":"0% loss",
         "avgTime":"Minimum = 70ms"
      }
   ],
   "status":200,
   "config":{  
      "method":"GET",
      "transformRequest":[  
         null
      ],
      "transformResponse":[  
         null
      ],
      "params":"",
      "headers":{  
         "Accept":"application/json"
      },
      "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"
   },
   "statusText":""
}