forked from dell/redfish-ansible-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr740_NicInventory_YYYYMMDD_hhmmss.json
48 lines (48 loc) · 1.42 KB
/
r740_NicInventory_YYYYMMDD_hhmmss.json
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
{
"changed": false,
"failed": false,
"result": {
"entries": [
{
"AutoNeg": false,
"FQDN": null,
"Health": "OK",
"MACAddress": "80:18:44:DF:99:61",
"MTU": null,
"Name": "System Ethernet Interface",
"SpeedMbps": 0,
"State": "StandbyOffline"
},
{
"AutoNeg": true,
"FQDN": null,
"Health": "OK",
"MACAddress": "80:18:44:DF:99:60",
"MTU": null,
"Name": "System Ethernet Interface",
"SpeedMbps": 1000,
"State": "Enabled"
},
{
"AutoNeg": false,
"FQDN": null,
"Health": "OK",
"MACAddress": "80:18:44:DF:99:62",
"MTU": null,
"Name": "System Ethernet Interface",
"SpeedMbps": 0,
"State": "StandbyOffline"
},
{
"AutoNeg": false,
"FQDN": null,
"Health": "OK",
"MACAddress": "80:18:44:DF:99:63",
"MTU": null,
"Name": "System Ethernet Interface",
"SpeedMbps": 0,
"State": "StandbyOffline"
}
]
}
}