Skip to content

Instantly share code, notes, and snippets.

@RyanW8
Created November 27, 2020 14:30
Show Gist options
  • Save RyanW8/becd44a9ed8ee0c7a46034899d2a0375 to your computer and use it in GitHub Desktop.
Save RyanW8/becd44a9ed8ee0c7a46034899d2a0375 to your computer and use it in GitHub Desktop.
NetworkAdapter
{
"@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter(NetworkDeviceFunctions,Controllers)",
"@odata.etag": "W/\"1606230711\"",
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/1",
"@odata.type": "#NetworkAdapter.v1_0_0.NetworkAdapter",
"Controllers": [
{
"Links": {
"NetworkDeviceFunctions": [
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/1/NetworkDeviceFunctions/1"
},
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/1/NetworkDeviceFunctions/2"
}
],
"NetworkDeviceFunctions@odata.count": 2
}
}
],
"NetworkDeviceFunctions": {
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/1/NetworkDeviceFunctions"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment