GET – Collection of Network device function
Use the GET method to retrieve properties in NetworkDeviceFunction collection for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/NetworkAdapters/Id/NetworkDeviceFunctions/
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Name | String | NetworkDeviceFunctionCollection | |||
Members | Array | Items: A reference link to an element of NetworkDeviceFunction. | |||
Description | String | A collection of NetworkDeviceFunction resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.etag": "\"81EC0C4E\"",
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/slot4_0x330000/NetworkDeviceFunctions",
"@odata.type": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection",
"Description": "Collection of Network Device Function",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/slot4_0x330000/NetworkDeviceFunctions/3"
},
{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/slot4_0x330000/NetworkDeviceFunctions/0"
},
{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/slot4_0x330000/NetworkDeviceFunctions/1"
},
{
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/slot4_0x330000/NetworkDeviceFunctions/2"
}
],
"Members@odata.count": 4,
"Name": "Network Device Function Collection"
}
Give documentation feedback