Port schema contains properties that describe a port of a switch, controller, chassis, or any other device that could be connected to another entity.NOTE: Performing GET method on the above URI with an invalid switch ID may return a 200 HTTP status code.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Fabrics//Switches//Ports/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{}