Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtelemetry_service.hpp85 nlohmann::json::array_t supportedCollectionFunctions; in handleTelemetryServiceGet() local
86 supportedCollectionFunctions.emplace_back("Maximum"); in handleTelemetryServiceGet()
87 supportedCollectionFunctions.emplace_back("Minimum"); in handleTelemetryServiceGet()
88 supportedCollectionFunctions.emplace_back("Average"); in handleTelemetryServiceGet()
89 supportedCollectionFunctions.emplace_back("Summation"); in handleTelemetryServiceGet()
92 std::move(supportedCollectionFunctions); in handleTelemetryServiceGet()