diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2019-08-29 14:17:23 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-08-29 14:17:23 -0500 |
| commit | 68c9b7445a9e03898a7cdd4f11aa4cd2b0165eae (patch) | |
| tree | 54df9b9e1d62c83a65d2d113b87c8e4fbc4b6560 | |
| parent | e6de21ad051f226e746f6a522796ef0dace2660b (diff) | |
| download | bmcweb-68c9b7445a9e03898a7cdd4f11aa4cd2b0165eae.tar.gz bmcweb-68c9b7445a9e03898a7cdd4f11aa4cd2b0165eae.zip | |
Redfish.md: Correct bmc Manager capitalization
curl -k https://${bmc}/redfish/v1/Managers/BMC/EthernetInterfaces
Not Found
curl -k https://${bmc}/redfish/v1/Managers/bmc/EthernetInterfaces
{
"@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection",
"@odata.id": "/redfish/v1/Managers/bmc/EthernetInterfaces",
"@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection",
...
Change-Id: Id227e09ad7f596c01dd2e73b476c1b87582a00fa
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | Redfish.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -232,7 +232,7 @@ PowerControl Voltages PowerSupplies Redundancy - Members - Members@odata.count -#### /redfish/v1/Managers/BMC +#### /redfish/v1/Managers/bmc ##### Manager - Description - LogServices @@ -252,19 +252,19 @@ PowerControl Voltages PowerSupplies Redundancy - VirtualMedia - EthernetInterfaces -#### /redfish/v1/Managers/BMC/EthernetInterfaces +#### /redfish/v1/Managers/bmc/EthernetInterfaces ##### EthernetInterfaceCollection - Members - Members@odata.count - Description -#### /redfish/v1/Managers/BMC/EthernetInterfaces/{InterfaceName} +#### /redfish/v1/Managers/bmc/EthernetInterfaces/{InterfaceName} ##### EthernetInterface - Description - VLAN - MaxIPv6StaticAddresses -#### /redfish/v1/Managers/BMC/LogServices +#### /redfish/v1/Managers/bmc/LogServices The [LogService][2] resource provides properties for monitoring and configuring events for the service or resource to which it is associated. @@ -296,7 +296,7 @@ the other. - Members@odata.count - Description -#### /redfish/v1/Managers/BMC/LogServices/RedfishLog +#### /redfish/v1/Managers/bmc/LogServices/RedfishLog ##### LogService - Entries - OverWritePolicy @@ -305,13 +305,13 @@ the other. - DateTime - MaxNumberOfRecords -#### /redfish/v1/Managers/BMC/LogServices/RedfishLog/Entries/{entry} +#### /redfish/v1/Managers/bmc/LogServices/RedfishLog/Entries/{entry} ##### LogEntry - Message - Created - EntryType -#### /redfish/v1/Managers/BMC/NetworkProtocol +#### /redfish/v1/Managers/bmc/NetworkProtocol ##### ManagerNetworkProtocol - Description - SSDP |

