Port schema contains properties that describe a port of a switch, controller, chassis, or any other device that could be connected to another entity.X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//USBPorts/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Port.Port",
"@odata.etag": "W/\"gen-2\"",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/USBPorts/TypeC_1",
"@odata.type": "#Port.v1_16_0.Port",
"Description": "USB Port instance",
"HostDevice": "Manager",
"HostDevice@Redfish.AllowableValues": [
"System",
"Manager"
],
"Id": "TypeC_1",
"Name": "USB Port TypeC_1",
"PortId": "TypeC_1",
"PortProtocol": "USB",
"Status": {
"Health": "OK",
"State": "Enabled"
}
}