aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/networkDiscovery-1.json
blob: 6dd844f9a56503744b9c93e0cf5a16249bc80b40 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
    "requestId": "2131_1",
    "code": 200,
    "message": "OK",
    "ackFinalIndicator": true,
    "resources": [{
        "id": "25fb07ab-0478-465e-a021-6384ac299671",
        "type": "vserver",
        "dataQuality": {
            "status": "ok"
        },
        "attributeList": [{
            "name": "vserver-id",
            "value": "25fb07ab-0478-465e-a021-6384ac299671",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "power-state",
            "value": "1",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "vm-state",
            "value": "active",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "status",
            "value": "ACTIVE",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "host-status",
            "value": "UNKNOWN",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "updated",
            "value": "2017-11-20T04:26:13Z",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "disk-allocation-gb",
            "value": ".010",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "memory-usage-mb",
            "value": "null",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "cpu-util-percent",
            "value": ".048",
            "dataQuality": {
                "status": "ok"
            }
        },
        {
            "name": "retrieval-timestamp",
            "value": "2018-07-26 01:37:07 +0000",
            "dataQuality": {
                "status": "ok"
            }
        }]
    }]
}