summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redfish-core/lib/pcie.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/pcie.hpp b/redfish-core/lib/pcie.hpp
index 1904c26eb9..78fa66924e 100644
--- a/redfish-core/lib/pcie.hpp
+++ b/redfish-core/lib/pcie.hpp
@@ -312,7 +312,7 @@ inline void requestRoutesSystemPCIeFunctionCollection(App& app)
std::to_string(functionNum)}});
}
}
- asyncResp->res.jsonValue["PCIeFunctions@odata.count"] =
+ asyncResp->res.jsonValue["Members@odata.count"] =
pcieFunctionList.size();
};
std::string escapedPath = std::string(pciePath) + "/" + device;