Home
last modified time | relevance | path

Searched full:onrequest (Results 1 – 15 of 15) sorted by relevance

/openbmc/telemetry/src/types/
H A Dreporting_type.hpp15 onRequest, enumerator
34 "xyz.openbmc_project.Telemetry.Report.ReportingType.OnRequest",
35 ReportingType::onRequest),
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmetric_report_definition.hpp14 OnRequest, enumerator
50 {MetricReportDefinitionType::OnRequest, "OnRequest"},
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot33 ambient temperature OnRequest LogToMetricReportsCollection
36 total power OnRequest LogToMetricReportsCollection
37 …invalid value OnRequest LogToMetricReportsCollection 100 …
38 relative humidity OnRequest LogToMetricReportsCollection
67 ... pcie temperature OnRequest LogToMetricReportsCollection
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp452 .reportingType(ReportingType::onRequest) in TEST_F()
469 .reportingType(ReportingType::onRequest) in TEST_F()
477 Eq(utils::enumToString(ReportingType::onRequest))); in TEST_F()
484 .reportingType(ReportingType::onRequest) in TEST_F()
493 Eq(utils::enumToString(ReportingType::onRequest))); in TEST_F()
756 Values(defaultParams().reportingType(ReportingType::onRequest),
808 makeReport(defaultParams().reportingType(ReportingType::onRequest)); in SetUp()
874 Values(defaultParams().reportingType(ReportingType::onRequest),
1076 .reportingType(ReportingType::onRequest) in TEST_P()
1094 changeReport(ReportingType::onRequest, Milliseconds{0}); in TEST_P()
[all …]
H A Dtest_report_manager.cpp149 make("Report"s, "Report"s, ReportingType::onRequest, in TEST_F()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReport.interface.yaml11 set to OnRequest then method does nothing.
122 - name: OnRequest
/openbmc/telemetry/src/
H A Dreport.cpp160 reportingTypeIn == ReportingType::onRequest) in deduceBufferSize()
366 if (reportingType == ReportingType::onRequest) in makeReportInterface()
446 reportingType == ReportingType::onRequest) in updateReadings()
484 return reportingType != ReportingType::onRequest && in shouldStoreMetricValues()
H A Dreport_manager.cpp57 utils::enumToString(ReportingType::onRequest); in ReportManager()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMetricReportDefinition.v1_4_6.json342 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`.",
360 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`.",
405 "OnRequest"
409 …"OnRequest": "The metric report is generated when an HTTP `GET` is performed on the specified metr… string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMetricReportDefinition.v1_4_6.json342 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`.",
360 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`.",
405 "OnRequest"
409 …"OnRequest": "The metric report is generated when an HTTP `GET` is performed on the specified metr… string
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DMetricReportDefinition_v1.xml89 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`."/>
94 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`."/>
198 <Member Name="OnRequest">
312 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
400 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
504 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
577 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DMetricReportDefinition_v1.xml89 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`."/>
94 … This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`."/>
198 <Member Name="OnRequest">
312 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
400 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
504 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
577 …scription" String="This version was created to clarify the behavior of `OnRequest` metric report d…
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py86 type="OnRequest",
H A Dtest_telemetry.py209 report_definitions.add_report("Test", metrics=[metric], type="OnRequest")
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp138 "xyz.openbmc_project.Telemetry.Report.ReportingType.OnRequest") in toRedfishReportingType()
140 return metric_report_definition::MetricReportDefinitionType::OnRequest; in toRedfishReportingType()
156 if (redfishValue == "OnRequest") in toDbusReportingType()
158 return "xyz.openbmc_project.Telemetry.Report.ReportingType.OnRequest"; in toDbusReportingType()