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.hpp91 nlohmann::json& protocolFeatures = in handleServiceRootGetImpl() local
93 protocolFeatures["ExcerptQuery"] = false; in handleServiceRootGetImpl()
95 protocolFeatures["ExpandQuery"]["ExpandAll"] = in handleServiceRootGetImpl()
100 protocolFeatures["ExpandQuery"]["MaxLevels"] = 6; in handleServiceRootGetImpl()
102 protocolFeatures["ExpandQuery"]["Levels"] = in handleServiceRootGetImpl()
104 protocolFeatures["ExpandQuery"]["Links"] = in handleServiceRootGetImpl()
106 protocolFeatures["ExpandQuery"]["NoLinks"] = in handleServiceRootGetImpl()
108 protocolFeatures["FilterQuery"] = BMCWEB_INSECURE_ENABLE_REDFISH_QUERY; in handleServiceRootGetImpl()
109 protocolFeatures["OnlyMemberQuery"] = true; in handleServiceRootGetImpl()
110 protocolFeatures["SelectQuery"] = true; in handleServiceRootGetImpl()
[all …]