Skip to content

Instantly share code, notes, and snippets.

@RyanW8
Created November 27, 2020 14:29
Show Gist options
  • Save RyanW8/1efa358c0c1df610f18767bc7c6a2b63 to your computer and use it in GitHub Desktop.
Save RyanW8/1efa358c0c1df610f18767bc7c6a2b63 to your computer and use it in GitHub Desktop.
networkdevicefunction
{
"@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.v1_1_0.NetworkDeviceFunction",
"@odata.etag": "W/\"1606487008\"",
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/1/NetworkDeviceFunctions/1",
"@odata.type": "#NetworkDeviceFunction.v1_1_0.NetworkDeviceFunction",
"Description": "Network Device Function View",
"DeviceEnabled": "true",
"Ethernet": {
"MACAddress": "B4:A9:FC:1D:10:08"
},
"Id": "1",
"Name": "Network Device Fuction View",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"iSCSIBoot": {
"AuthenticationMethod": "",
"CHAPSecret": "",
"CHAPUsername": "",
"IPAddressType": "",
"IPMaskDNSViaDHCP": "",
"InitiatorDefaultGateway": "",
"InitiatorIPAddress": "",
"InitiatorName": "",
"InitiatorNetmask": "",
"MutualCHAPSecret": "",
"MutualCHAPUsername": "",
"PrimaryDNS": "",
"PrimaryLUN": "",
"PrimaryTargetIPAddress": "",
"PrimaryTargetName": "",
"PrimaryTargetTCPPort": "",
"PrimaryVLANEnable": "",
"PrimaryVLANId": "",
"RouterAdvertisementEnabled": "",
"SecondaryDNS": "",
"TargetInfoViaDHCP": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment