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.hpp95 nlohmann::json& protocolFeatures = in handleServiceRootGetImpl() local
97 protocolFeatures["ExcerptQuery"] = false; in handleServiceRootGetImpl()
99 protocolFeatures["ExpandQuery"]["ExpandAll"] = in handleServiceRootGetImpl()
104 protocolFeatures["ExpandQuery"]["MaxLevels"] = 6; in handleServiceRootGetImpl()
106 protocolFeatures["ExpandQuery"]["Levels"] = in handleServiceRootGetImpl()
108 protocolFeatures["ExpandQuery"]["Links"] = in handleServiceRootGetImpl()
110 protocolFeatures["ExpandQuery"]["NoLinks"] = in handleServiceRootGetImpl()
113 protocolFeatures["OnlyMemberQuery"] = true; in handleServiceRootGetImpl()
114 protocolFeatures["SelectQuery"] = true; in handleServiceRootGetImpl()
115 protocolFeatures["DeepOperations"]["DeepPOST"] = false; in handleServiceRootGetImpl()
[all …]