/openbmc/telemetry/src/types/ |
H A D | reporting_type.hpp | 15 onRequest, enumerator 34 "xyz.openbmc_project.Telemetry.Report.ReportingType.OnRequest", 35 ReportingType::onRequest),
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | metric_report_definition.hpp | 14 OnRequest, enumerator 50 {MetricReportDefinitionType::OnRequest, "OnRequest"},
|
/openbmc/openbmc-test-automation/redfish/telemetry_service/ |
H A D | test_telemetry_report.robot | 33 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 D | test_report.cpp | 452 .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 D | test_report_manager.cpp | 149 make("Report"s, "Report"s, ReportingType::onRequest, in TEST_F()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Report.interface.yaml | 11 set to OnRequest then method does nothing. 122 - name: OnRequest
|
/openbmc/telemetry/src/ |
H A D | report.cpp | 160 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 D | report_manager.cpp | 57 utils::enumToString(ReportingType::onRequest); in ReportManager()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | MetricReportDefinition.v1_4_6.json | 342 … 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 D | MetricReportDefinition.v1_4_6.json | 342 … 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 D | MetricReportDefinition_v1.xml | 89 … 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 D | MetricReportDefinition_v1.xml | 89 … 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 D | redfish_requests.py | 86 type="OnRequest",
|
H A D | test_telemetry.py | 209 report_definitions.add_report("Test", metrics=[metric], type="OnRequest")
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report_definition.hpp | 138 "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()
|