The rsd_lib.resources.v2_2.telemetry.metric_report Module

The rsd_lib.resources.v2_2.telemetry.metric_report Module

class rsd_lib.resources.v2_2.telemetry.metric_report.MetricReport(connector, path='', redfish_version=None, reader=None)

Bases: sushy.resources.base.ResourceBase

description = <sushy.resources.base.Field object>

The metric report description

identity = <sushy.resources.base.Field object>

The metric report identity

metric_report_definition

Property to provide reference to MetricReportDefinition

It is calculated once the first time it is queried. On refresh, this property is reset.

metric_values = <rsd_lib.resources.v2_2.telemetry.metric_report.MetricValuesField object>

The metric report definition

name = <sushy.resources.base.Field object>

The metric report name

class rsd_lib.resources.v2_2.telemetry.metric_report.MetricReportCollection(connector, path, redfish_version=None)

Bases: sushy.resources.base.ResourceCollectionBase

class rsd_lib.resources.v2_2.telemetry.metric_report.MetricValuesField(*args, **kwargs)

Bases: sushy.resources.base.ListField

metric_definition = <sushy.resources.base.Field object>

The value shall be a URI to the metric definition of the property

metric_id = <sushy.resources.base.Field object>

The value shall be the MetricId of the source metric within the associated MetricDefinition

metric_property = <sushy.resources.base.Field object>

The value shall be a URI of a property contained in the scope of the MetricScope

metric_value = <sushy.resources.base.Field object>

The value of the metric represented as a string. Its data type is specified in including MetricResult.MetricDefinition.

time_stamp = <sushy.resources.base.Field object>

The value shall be an ISO 8601 date time for when the metric value was computed. Note that this may be different from the time when this instance is created. If Volatile is true for a given metric value instance, the TimeStamp changes whenever a new measurement snapshot is taken. A management application may establish a time series of metric data by retrieving the instances of metric value and sorting them according to their TimeStamp.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.