rsd_lib.resources.v2_2.telemetry.telemetry
Module¶rsd_lib.resources.v2_2.telemetry.telemetry.
Telemetry
(connector, path='', redfish_version=None, reader=None)¶Bases: sushy.resources.base.ResourceBase
max_reports
= <sushy.resources.base.Field object>¶If present, the value shall specify the maximum number of metric collectors that can be supported by this service
metric_definitions
¶Property to provide reference to MetricDefinitions instance
It is calculated once the first time it is queried. On refresh, this property is reset.
metric_report_definitions
¶Property to provide reference to MetricReportDefinitionCollection
It is calculated once the first time it is queried. On refresh, this property is reset.
metric_reports
¶Property to provide reference to MetricReportCollection
It is calculated once the first time it is queried. On refresh, this property is reset.
min_collection_interval
= <sushy.resources.base.Field object>¶If present, the value shall be an ISO 8601 duration specifying the minimum time between collections
status
= <rsd_lib.common.StatusField object>¶The telemetry service status
supported_collection_functions
= <sushy.resources.base.Field object>¶If present, the value shall define the function to apply over the collection duration
triggers
¶Property to provide reference to TriggerCollection
It is calculated once the first time it is queried. On refresh, this property is reset.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.