Searched refs:chassisArray (Results 1 – 1 of 1) sorted by relevance
3117 nlohmann::json::array_t chassisArray; in handleComputerSystemGet() local3118 nlohmann::json& chassis = chassisArray.emplace_back(); in handleComputerSystemGet()3121 aRsp->res.jsonValue["Links"]["Chassis"] = std::move(chassisArray); in handleComputerSystemGet()