X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//Oem/Dell/DellInfiniBandPortMetrics' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellInfiniBandPortMetricsCollection.DellInfiniBandPortMetricsCollection",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellInfiniBandPortMetrics",
"@odata.type": "#DellInfiniBandPortMetricsCollection.DellInfiniBandPortMetricsCollection",
"Description": "A collection of DellInfiniBandPortMetrics resource",
"Members": [],
"Members@odata.count": 0,
"Name": "DellInfiniBandPortMetricsCollection"
}