From cb0d27e012456fc954be1649325402819bacb6a7 Mon Sep 17 00:00:00 2001 From: Abhishek Patel Date: Fri, 14 May 2021 14:48:20 -0500 Subject: Disable Autolinking Github automatically converted URL to hyperlink to remove that, we need to formatted URL like non-URL So adding '\' between any URL will make it look like non-URL that fix this problem Signed-off-by: Abhishek Patel Change-Id: I67ae4b85a62122b4226a7384bba697d370a61ac2 --- Redfish.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'Redfish.md') diff --git a/Redfish.md b/Redfish.md index 2cd2dc984c..2e4659efee 100644 --- a/Redfish.md +++ b/Redfish.md @@ -56,7 +56,7 @@ Fields common to all schemas ##### AccountCollection - Description -- Members@odata.count +- Members\@odata.count - Members #### /redfish/v1/AccountService/Accounts/{ManagerAccountId} @@ -73,7 +73,7 @@ Fields common to all schemas ##### RoleCollection - Description -- Members@odata.count +- Members\@odata.count - Members - By default will contain 3 roles, "Administrator", "Operator", and "ReadOnly" @@ -96,7 +96,7 @@ Fields common to all schemas #### /redfish/v1/Chassis ##### ChassisCollection -- Members@odata.count +- Members\@odata.count - Members #### /redfish/v1/Chassis/{ChassisId} @@ -224,7 +224,7 @@ PowerControl Voltages PowerSupplies Redundancy #### /redfish/v1/EventService/Subscriptions ##### EventDestinationCollection -- Members@odata.count +- Members\@odata.count - Members #### /redfish/v1/EventService/Subscriptions/{EventName} @@ -240,7 +240,7 @@ PowerControl Voltages PowerSupplies Redundancy #### /redfish/v1/Managers ##### ManagerCollection - Members -- Members@odata.count +- Members\@odata.count #### /redfish/v1/Managers/bmc ##### Manager @@ -265,7 +265,7 @@ PowerControl Voltages PowerSupplies Redundancy #### /redfish/v1/Managers/bmc/EthernetInterfaces ##### EthernetInterfaceCollection - Members -- Members@odata.count +- Members\@odata.count - Description #### /redfish/v1/Managers/bmc/EthernetInterfaces/{EthernetInterfaceId} @@ -304,7 +304,7 @@ the other. #### /redfish/v1/Managers/bmc/LogServices ##### LogServiceCollection - Members -- Members@odata.count +- Members\@odata.count - Description #### /redfish/v1/Managers/bmc/LogServices/RedfishLog @@ -337,15 +337,15 @@ the other. ##### MessageRegistryFileCollection - Members - Should support Base, CommonMessages, and EventingMessages -- Members@odata.count +- Members\@odata.count - Description #### /redfish/v1/Registries/{MessageRegistryFileId} ##### MessageRegistryFile - Location - Description -- Location@odata.count -- Languages@odata.count +- Location\@odata.count +- Languages\@odata.count - Languages - Registry @@ -361,7 +361,7 @@ the other. #### /redfish/v1/SessionService/Sessions ##### SessionCollection - Members -- Members@odata.count +- Members\@odata.count - Description @@ -369,7 +369,7 @@ the other. ##### ComputerSystemCollection - Members - Should support one system -- Members@odata.count +- Members\@odata.count #### /redfish/v1/Systems/system ##### ComputerSystem @@ -398,20 +398,20 @@ the other. #### /redfish/v1/Systems/system/EthernetInterfaces ##### EthernetInterfaceCollection - Members -- Members@odata.count +- Members\@odata.count - Description #### /redfish/v1/Systems/system/LogServices ##### LogServiceCollection - Members - Should default to one member, named SEL -- Members@odata.count +- Members\@odata.count - Description #### /redfish/v1/Systems/system/LogServices/SEL/Entries ##### LogEntryCollection - Members -- Members@odata.count +- Members\@odata.count - Description - @odata.nextLink @@ -429,7 +429,7 @@ the other. #### /redfish/v1/Systems/system/Memory ##### MemoryCollection - Members -- Members@odata.count +- Members\@odata.count #### /redfish/v1/Systems/system/Memory/{MemoryId} ##### Memory @@ -462,7 +462,7 @@ the other. ##### ProcessorCollection - Members - Should Support CPU1 and CPU2 for dual socket systems -- Members@odata.count +- Members\@odata.count #### /redfish/v1/Systems/system/Processors/{ProcessorId} ##### Processor @@ -481,7 +481,7 @@ the other. #### /redfish/v1/Systems/system/Storage ##### StorageCollection - Members -- Members@odata.count +- Members\@odata.count #### /redfish/v1/Systems/system/Storage/{StorageId} ##### Storage @@ -497,7 +497,7 @@ the other. ##### SoftwareInventoryCollection - Members - Should Support BMC, ME, CPLD and BIOS -- Members@odata.count +- Members\@odata.count #### /redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId} ##### SoftwareInventory -- cgit v1.2.3