summaryrefslogtreecommitdiffstats
path: root/app/install/db/attributes_for_hover_on_data.json
blob: d1fbe0471ea76e5c8e26348b83e5fd698ed99903 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[
{ 
    "attributes" : [
        "object_name", 
        "model", 
        "mac_address",
        "vnic_type",
        "data",
        "status", 
        "status_timestamp", 
        "status_text"
    ], 
    "type" : "vnic"
},
{ 
    "attributes" : [
        "object_name", 
        "connector_type", 
        "type", 
        "interfaces",
        "status", 
        "status_timestamp", 
        "status_text"
    ], 
    "type" : "vconnector"
},
{ 
    "attributes" : [
        "object_name", 
        "host", 
        "service_type", 
        "type",
        "status_text",
        "status",
        "status_timestamp"
    ], 
    "type" : "vservice"
},
{ 
    "attributes" : [
        "object_name", 
        "host", 
        "agent_type", 
        "binary",
        "started_at",
        "heartbeat_timestamp",
        "type",
        "status", 
        "status_timestamp", 
        "status_text"
    ], 
    "type" : "vedge"
},
{ 
    "attributes" : [
        "object_name", 
        "host", 
        "mac_address", 
        "Speed", 
        "Link detected", 
        "type",
        "Bonding Mode", 
        "Ethernet Channel Bonding Driver", 
        "members",
        "status",
        "status_timestamp",
        "status_text"
    ], 
    "type" : "host_pnic"
},
{ 
    "attributes" : [
        "object_name", 
        "provider:segmentation_id", 
        "provider:network_type", 
        "type",
        "status",
        "port_security_enabled",
        "availability_zones",
        "mtu"
    ], 
    "type" : "network"
},
{ 
    "attributes" : [
        "object_name", 
        "host_type", 
        "services", 
        "type",
        "status", 
        "status_timestamp", 
        "status_text"
    ], 
    "type" : "host"
},
{ 
    "attributes" : [
        "object_name",
        "local_name", 
        "host", 
        "project", 
        "type", 
        "name_path",
        "status", 
        "status_timestamp", 
        "status_text"
    ], 
    "type" : "instance"
},
{ 
    "attributes" : [
        "object_name", 
        "overlay_type", 
        "ip_address", 
        "type", 
        "ports"
    ], 
    "type" : "otep"
},
{ 
    "type" : "switch_pnic", 
    "attributes" : [
        "aci_document", 
        "parent_id", 
        "role"
    ]
},
{ 
    "attributes" : [
        "link_type",
        "status",
        "status_timestamp",
        "status_text"
    ],
    "type" : "link"
}
]