Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dservice_root.hpp89 nlohmann::json& protocolFeatures = in handleServiceRootGetImpl() local
91 protocolFeatures["ExcerptQuery"] = false; in handleServiceRootGetImpl()
93 protocolFeatures["ExpandQuery"]["ExpandAll"] = in handleServiceRootGetImpl()
98 protocolFeatures["ExpandQuery"]["MaxLevels"] = 6; in handleServiceRootGetImpl()
100 protocolFeatures["ExpandQuery"]["Levels"] = in handleServiceRootGetImpl()
102 protocolFeatures["ExpandQuery"]["Links"] = in handleServiceRootGetImpl()
104 protocolFeatures["ExpandQuery"]["NoLinks"] = in handleServiceRootGetImpl()
106 protocolFeatures["FilterQuery"] = BMCWEB_INSECURE_ENABLE_REDFISH_QUERY; in handleServiceRootGetImpl()
107 protocolFeatures["OnlyMemberQuery"] = true; in handleServiceRootGetImpl()
108 protocolFeatures["SelectQuery"] = true; in handleServiceRootGetImpl()
[all …]