HostInterface resource instances.X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//HostInterfaces' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#HostInterfaceCollection.HostInterfaceCollection",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces",
"@odata.type": "#HostInterfaceCollection.HostInterfaceCollection",
"Description": "Collection of Host Interfaces for this System",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/Host.1"
}
],
"Members@odata.count": 1,
"Name": "Host Interface Collection"
}