|
Post by cprabhudesai on Nov 17, 2020 22:24:01 GMT
I was exploring the Fabric schemas and the URIs associated with it by going through openapi.yml
I noticed a few discrepancies, the following URIs seem to have a typo, I'm not aware of any other place to report this, so I'm mentioning it here
$ cat openapi.yaml | egrep -i "{FrabricId}" /redfish/v1/Fabrics/{FrabricId}/Switches/{SwitchId}/Ports/{PortId}/LPRT: /redfish/v1/Fabrics/{FrabricId}/Switches/{SwitchId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet: /redfish/v1/Fabrics/{FrabricId}/Switches/{SwitchId}/Ports/{PortId}/MPRT: /redfish/v1/Fabrics/{FrabricId}/Switches/{SwitchId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet:
EDIT: This probably belongs in the CSDL, JSON, OpenAPI board instead of the specification board
|
|
|
Post by jautor on Nov 18, 2020 3:35:01 GMT
Uh, yeah, that's clearly not right!
Thank you for reporting this - I see the typo in both the RouteEntryCollection and RouteSetEntryCollection files. I will enter an issue and have that fixed immediately, it will be corrected in the next release. In the meantime, yes, a simple search/replace for "FabricId" will correct those URIs.
Thanks again, sorry for the trouble,
Jeff
|
|