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.hpp98 nlohmann::json::array_t supportedCollectionFunctions; in handleTelemetryServiceGet() local
99 supportedCollectionFunctions.emplace_back("Maximum"); in handleTelemetryServiceGet()
100 supportedCollectionFunctions.emplace_back("Minimum"); in handleTelemetryServiceGet()
101 supportedCollectionFunctions.emplace_back("Average"); in handleTelemetryServiceGet()
102 supportedCollectionFunctions.emplace_back("Summation"); in handleTelemetryServiceGet()
105 std::move(supportedCollectionFunctions); in handleTelemetryServiceGet()