Home
last modified time | relevance | path

Searched refs:managedBy (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp721 nlohmann::json::array_t managedBy; in handleHypervisorSystemGet() local
725 managedBy.emplace_back(std::move(manager)); in handleHypervisorSystemGet()
726 asyncResp->res.jsonValue["Links"]["ManagedBy"] = std::move(managedBy); in handleHypervisorSystemGet()
H A Dchassis.hpp508 nlohmann::json::array_t managedBy; in handleDecoratorAssetProperties() local
512 managedBy.emplace_back(std::move(manager)); in handleDecoratorAssetProperties()
513 asyncResp->res.jsonValue["Links"]["ManagedBy"] = std::move(managedBy); in handleDecoratorAssetProperties()
H A Dsystems.hpp3085 nlohmann::json::array_t managedBy; in handleComputerSystemGet() local
3086 nlohmann::json& manager = managedBy.emplace_back(); in handleComputerSystemGet()
3089 asyncResp->res.jsonValue["Links"]["ManagedBy"] = std::move(managedBy); in handleComputerSystemGet()