Home
last modified time | relevance | path

Searched full:chassisid (Results 1 – 25 of 212) sorted by relevance

123456789

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp38 const std::string& chassisId, const std::string& path, in afterGetTemperatureValue() argument
59 path, chassisId, sensor_utils::ChassisSubNode::thermalMetricsNode, in afterGetTemperatureValue()
83 const std::string& chassisId, const boost::system::error_code& ec, in handleTemperatureReadingsCelsius() argument
106 [asyncResp, chassisId, in handleTemperatureReadingsCelsius()
109 afterGetTemperatureValue(asyncResp, chassisId, sensorPath, ec1, in handleTemperatureReadingsCelsius()
117 const std::string& validChassisPath, const std::string& chassisId) in getTemperatureReadingsCelsius() argument
126 chassisId)); in getTemperatureReadingsCelsius()
131 const std::string& chassisId, in doThermalMetrics() argument
136 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doThermalMetrics()
146 "/redfish/v1/Chassis/{}/ThermalSubsystem/ThermalMetrics", chassisId); in doThermalMetrics()
[all …]
H A Dthermal_subsystem.hpp29 const std::string& chassisId, in doThermalSubsystemCollection() argument
34 BMCWEB_LOG_WARNING("Not a valid chassis ID{}", chassisId); in doThermalSubsystemCollection()
35 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doThermalSubsystemCollection()
48 "/redfish/v1/Chassis/{}/ThermalSubsystem", chassisId); in doThermalSubsystemCollection()
51 "/redfish/v1/Chassis/{}/ThermalSubsystem/Fans", chassisId); in doThermalSubsystemCollection()
56 chassisId); in doThermalSubsystemCollection()
65 const std::string& chassisId) in handleThermalSubsystemCollectionHead() argument
72 auto respHandler = [asyncResp, chassisId]( in handleThermalSubsystemCollectionHead()
76 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in handleThermalSubsystemCollectionHead()
83 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handleThermalSubsystemCollectionHead()
[all …]
H A Dpower_subsystem.hpp29 const std::string& chassisId, in doPowerSubsystemCollection() argument
34 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doPowerSubsystemCollection()
46 boost::urls::format("/redfish/v1/Chassis/{}/PowerSubsystem", chassisId); in doPowerSubsystemCollection()
51 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies", chassisId); in doPowerSubsystemCollection()
57 const std::string& chassisId) in handlePowerSubsystemCollectionHead() argument
64 auto respHandler = [asyncResp, chassisId]( in handlePowerSubsystemCollectionHead()
68 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in handlePowerSubsystemCollectionHead()
75 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handlePowerSubsystemCollectionHead()
82 const std::string& chassisId) in handlePowerSubsystemCollectionGet() argument
90 asyncResp, chassisId, in handlePowerSubsystemCollectionGet()
[all …]
H A Dfan.hpp44 const std::string& chassisId, in updateFanList()
59 "/redfish/v1/Chassis/{}/ThermalSubsystem/Fans/{}", chassisId, in updateFanList()
99 const std::string& chassisId, in doFanCollection()
104 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doFanCollection()
113 "/redfish/v1/Chassis/{}/ThermalSubsystem/Fans", chassisId); in doFanCollection()
116 "The collection of Fan resource instances " + chassisId; in doFanCollection()
121 std::bind_front(updateFanList, asyncResp, chassisId)); in doFanCollection()
127 const std::string& chassisId) in handleFanCollectionHead()
135 asyncResp, chassisId, in handleFanCollectionHead()
137 chassisId](cons in handleFanCollectionHead()
43 updateFanList(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const dbus::utility::MapperGetSubTreePathsResponse & fanPaths) updateFanList() argument
98 doFanCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doFanCollection() argument
126 handleFanCollectionHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleFanCollectionHead() argument
152 handleFanCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleFanCollectionGet() argument
233 addFanCommonProperties(crow::Response & resp,const std::string & chassisId,const std::string & fanId) addFanCommonProperties() argument
382 afterGetValidFanObject(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,const std::string & fanPath,const std::string & service) afterGetValidFanObject() argument
394 doFanGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,const std::optional<std::string> & validChassisPath) doFanGet() argument
410 handleFanHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId) handleFanHead() argument
440 handleFanGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId) handleFanGet() argument
454 handleSetFanPathById(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,bool locationIndicatorActive,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & fanPaths) handleSetFanPathById() argument
487 handleFanPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId) handleFanPatch() argument
[all...]
H A Denvironment_metrics.hpp29 const std::string& chassisId) in handleEnvironmentMetricsHead() argument
36 auto respHandler = [asyncResp, chassisId]( in handleEnvironmentMetricsHead()
40 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in handleEnvironmentMetricsHead()
49 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handleEnvironmentMetricsHead()
56 const std::string& chassisId) in handleEnvironmentMetricsGet() argument
63 auto respHandler = [asyncResp, chassisId]( in handleEnvironmentMetricsGet()
67 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in handleEnvironmentMetricsGet()
79 "/redfish/v1/Chassis/{}/EnvironmentMetrics", chassisId); in handleEnvironmentMetricsGet()
82 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handleEnvironmentMetricsGet()
H A Dpcie_slots.hpp134 const std::string& chassisID, const std::string& pcieSlotPath, in onMapperAssociationDone() argument
159 if (chassisName != chassisID) in onMapperAssociationDone()
161 // The pcie slot doesn't belong to the chassisID in onMapperAssociationDone()
176 const std::string& chassisID, const boost::system::error_code& ec, in onMapperSubtreeDone() argument
187 messages::resourceNotFound(asyncResp->res, "Chassis", chassisID); in onMapperSubtreeDone()
192 chassisID); in onMapperSubtreeDone()
197 boost::urls::format("/redfish/v1/Chassis/{}/PCIeSlots", chassisID); in onMapperSubtreeDone()
212 // it belongs to this ChassisID in onMapperSubtreeDone()
215 [asyncResp, chassisID, pcieSlotPath, connectionName]( in onMapperSubtreeDone()
218 onMapperAssociationDone(asyncResp, chassisID, pcieSlotPath, in onMapperSubtreeDone()
[all …]
H A Dpower_supply.hpp47 const std::string& chassisId, in updatePowerSupplyList()
62 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies/{}", chassisId, in updatePowerSupplyList()
72 const std::string& chassisId, const boost::system::error_code& ec, in doPowerSupplyCollection()
80 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doPowerSupplyCollection()
97 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies", chassisId); in doPowerSupplyCollection()
103 updatePowerSupplyList(asyncResp, chassisId, subtreePaths); in doPowerSupplyCollection()
109 const std::string& chassisId) in handlePowerSupplyCollectionHead()
117 asyncResp, chassisId, in handlePowerSupplyCollectionHead()
119 chassisId](const std::optional<std::string>& validChassisPath) { in handlePowerSupplyCollectionHead()
124 chassisId); in handlePowerSupplyCollectionHead()
46 updatePowerSupplyList(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const dbus::utility::MapperGetSubTreePathsResponse & powerSupplyPaths) updatePowerSupplyList() argument
71 doPowerSupplyCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & subtreePaths) doPowerSupplyCollection() argument
108 handlePowerSupplyCollectionHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handlePowerSupplyCollectionHead() argument
135 handlePowerSupplyCollectionGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handlePowerSupplyCollectionGet() argument
207 getValidPowerSupplyPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId,std::function<void (const std::string & powerSupplyPath,const std::string & service)> && callback) getValidPowerSupplyPath() argument
480 doPowerSupplyGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId,const std::string & powerSupplyPath,const std::string & service) doPowerSupplyGet() argument
516 handlePowerSupplyHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyHead() argument
544 handlePowerSupplyGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyGet() argument
567 handlePowerSupplyPatch(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyPatch() argument
[all...]
H A Dchassis.hpp267 const std::string& chassisId, const boost::system::error_code& ec, in getChassisContainedBy()
285 BMCWEB_LOG_ERROR("{} is contained by multiple chassis", chassisId); in getChassisContainedBy()
296 upstreamChassisPath.str, chassisId); in getChassisContainedBy()
306 const std::string& chassisId, const boost::system::error_code& ec, in getChassisContains()
335 downstreamChassisPath.str, chassisId); in getChassisContains()
348 const std::string& chassisId, const std::string& chassisPath) in getChassisConnectivity()
356 std::bind_front(getChassisContainedBy, asyncResp, chassisId)); in getChassisConnectivity()
362 std::bind_front(getChassisContains, asyncResp, chassisId)); in getChassisConnectivity()
419 const std::string& chassisId, const std::string& path, in handleDecoratorAssetProperties()
425 asyncResp->res.jsonValue["Name"] = chassisId; in handleDecoratorAssetProperties()
266 getChassisContainedBy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & upstreamChassisPaths) getChassisContainedBy() argument
305 getChassisContains(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & downstreamChassisPaths) getChassisContains() argument
347 getChassisConnectivity(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & chassisPath) getChassisConnectivity() argument
418 handleDecoratorAssetProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & path,const dbus::utility::DBusPropertiesMap & propertiesList) handleDecoratorAssetProperties() argument
544 handleChassisGetSubTree(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree) handleChassisGetSubTree() argument
725 handleChassisGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleChassisGet() argument
789 const std::string& chassisId = param; handleChassisPatch() local
984 handleChassisResetActionInfoGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId) handleChassisResetActionInfoGet() argument
[all...]
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager_main.cpp24 size_t chassisId = 0; in main() local
35 chassisId = std::stoul(optarg); in main()
46 auto chassisBusName = ChassisState::interface + std::to_string(chassisId); in main()
49 std::to_string(chassisId); in main()
53 if (chassisId == 0) in main()
63 fs::path newPohPath{std::format(POH_COUNTER_PERSIST_PATH, chassisId)}; in main()
65 std::format(CHASSIS_STATE_CHANGE_PERSIST_PATH, chassisId)}; in main()
79 chassisId); in main()
83 if (chassisId == 0) in main()
H A Dchassis_check_power_status.cpp28 size_t chassisId = 0; in main() local
30 auto chassisBusName = ChassisState::interface + std::to_string(chassisId); in main()
42 chassisId = std::stoul(optarg); in main()
50 std::to_string(chassisId); in main()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp20 constexpr const char* chassisId = "ChassisId"; variable
30 "/redfish/v1/Chassis/ChassisId/ThermalSubsystem"); in assertThermalCollectionGet()
41 shareAsyncResp, chassisId, in TEST()
H A Dpower_subsystem_test.cpp20 constexpr const char* chassisId = "ChassisId"; variable
30 "/redfish/v1/Chassis/ChassisId/PowerSubsystem"); in assertPowerSubsystemCollectionGet()
42 shareAsyncResp, chassisId, in TEST()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DRouteEntryCollection.json93 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT",
94 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT",
95 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT",
96 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT",
111 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/LPRT",
112 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/MPRT",
113 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/MSDT",
114 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/SSDT",
131 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT",
132 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT",
[all …]
H A DVCATEntryCollection.json103 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/VCAT",
104 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/REQ-VCAT",
105 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/RSP-VCAT",
116 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/VCAT",
117 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/REQ-VCAT",
118 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/RSP-VCAT"
131 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/VCAT",
132 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/REQ-VCAT",
133 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/RSP-VCAT"
H A DProcessorCollection.json106 "/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors",
107 …"/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubPr…
108 …"/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubPr…
109 "/redfish/v1/Chassis/{ChassisId}/Processors",
110 "/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors",
111 …"/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcesso…
H A DRouteSetEntryCollection.json95 …"/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/Rou…
96 …"/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/Rou…
97 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet",
98 … "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet",
/openbmc/bmcweb/docs/
H A DRedfish.md220 ### /redfish/v1/Chassis/{ChassisId}/
249 ### /redfish/v1/Chassis/{ChassisId}/Drive/
256 ### /redfish/v1/Chassis/{ChassisId}/Drive/{DriveId}/
265 ### /redfish/v1/Chassis/{ChassisId}/EnvironmentMetrics/
269 ### /redfish/v1/Chassis/{ChassisId}/Power/
278 ### /redfish/v1/Chassis/{ChassisId}/Sensors/
286 ### /redfish/v1/Chassis/{ChassisId}/Sensors/{Id}/
299 ### /redfish/v1/Chassis/{ChassisId}/Thermal/
307 ### /redfish/v1/Chassis/{ChassisId}/Thermal#/Temperatures/{SensorName}/
322 ### /redfish/v1/Chassis/{ChassisId}/Thermal#/Fans/{FanName}/
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DRouteEntryCollection_v1.xml56 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT</Stri…
57 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT</Stri…
58 <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT</String>
59 <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT</String>
74 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/LPRT<…
75 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/MPRT<…
76 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/MSDT</String>
77 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/SSDT</String>
96 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT</Stri…
97 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT</Stri…
[all …]
H A DVCATEntryCollection_v1.xml66 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/VCAT</Stri…
67 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/REQ-VCAT</String>
68 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/RSP-VCAT</String>
79 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/VCAT<…
80 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/REQ-VCAT</String>
81 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/RSP-VCAT</String>
96 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/VCAT</Stri…
97 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/REQ-VCAT</String>
98 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/RSP-VCAT</String>
H A DProcessorCollection_v1.xml69 … <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors</String>
70 …<String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId…
71 …<String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId…
72 <String>/redfish/v1/Chassis/{ChassisId}/Processors</String>
73 <String>/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors</String>
74 …<String>/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubP…
H A DRouteEntry_v1.xml59 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRT…
60 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRT…
61 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}</String>
62 … <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}</String>
77 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/LPRT/…
78 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/GenZ/MPRT/…
79 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/SSDT/{SSDTId}</Strin…
80 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/GenZ/MSDT/{MSDTId}</Strin…
99 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRT…
100 …<String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRT…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DProcessorCollection.json106 "/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors",
107 "/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors",
108 "/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors",
109 "/redfish/v1/Chassis/{ChassisId}/Processors",
110 "/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors",
111 "/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors"
/openbmc/bmcweb/redfish-core/include/utils/
H A Dchassis_utils.hpp35 const std::string& chassisId, Callback&& callback) in getValidChassisPath() argument
43 chassisId](const boost::system::error_code& ec, in getValidChassisPath()
65 if (chassisName == chassisId) in getValidChassisPath()
/openbmc/phosphor-power/
H A Dutility.cpp231 uint32_t chassisId; in getChassisInventoryUniqueId() local
233 INVENTORY_MGR_IFACE, bus, chassisId); in getChassisInventoryUniqueId()
234 return static_cast<uint64_t>(chassisId); in getChassisInventoryUniqueId()
240 uint64_t chassisId; in getParentEMUniqueId() local
243 ENTITY_MGR_SERVICE, bus, chassisId); in getParentEMUniqueId()
244 return chassisId; in getParentEMUniqueId()
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DProcessorCollection_v1.xml69 … <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors</String>
70 …<String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId…
71 …<String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId…
72 <String>/redfish/v1/Chassis/{ChassisId}/Processors</String>
73 <String>/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors</String>
74 …<String>/redfish/v1/Chassis/{ChassisId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubP…

123456789