PortMetrics schema contains usage and health statistics for a switch device or component port summary.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//NetworkAdapters//Ports//Metrics' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PortMetrics.PortMetrics",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1/Metrics",
"@odata.type": "#PortMetrics.v1_6_1.PortMetrics",
"Description": "Port Metrics View",
"Id": "NIC.Embedded.1-1",
"Name": "Port Metrics View",
"Transceivers": [
{
"RXInputPowerMilliWatts": null,
"SupplyVoltage": null,
"TXBiasCurrentMilliAmps": null,
"TXOutputPowerMilliWatts": null
}
]
}