1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 2720c9898SEd Tanous<!----> 3720c9898SEd Tanous<!--################################################################################ --> 428cfceb2SGunnar Mills<!--# Redfish Schema: MetricReport v1.5.2 --> 5720c9898SEd Tanous<!--# --> 6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10720c9898SEd Tanous<!--################################################################################ --> 11720c9898SEd Tanous<!----> 12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13720c9898SEd Tanous 14720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16720c9898SEd Tanous </edmx:Reference> 17720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19720c9898SEd Tanous </edmx:Reference> 20720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 21720c9898SEd Tanous <edmx:Include Namespace="Resource"/> 22720c9898SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 23720c9898SEd Tanous </edmx:Reference> 24720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 25720c9898SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 26720c9898SEd Tanous </edmx:Reference> 27720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricReportDefinition_v1.xml"> 28720c9898SEd Tanous <edmx:Include Namespace="MetricReportDefinition"/> 29720c9898SEd Tanous </edmx:Reference> 30720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricDefinition_v1.xml"> 31720c9898SEd Tanous <edmx:Include Namespace="MetricDefinition"/> 32720c9898SEd Tanous </edmx:Reference> 33720c9898SEd Tanous 34720c9898SEd Tanous <edmx:DataServices> 35720c9898SEd Tanous 36720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport"> 37720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 38f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 39720c9898SEd Tanous 40720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 41f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `MetricReport` schema represents a set of collected metrics."/> 42720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent a metric report in a Redfish implementation. When a metric report is deleted, the historic metric data used to generate the report shall be deleted as well unless other metric reports are consuming the data."/> 43720c9898SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 44720c9898SEd Tanous <Record> 45720c9898SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 46720c9898SEd Tanous </Record> 47720c9898SEd Tanous </Annotation> 48720c9898SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 49720c9898SEd Tanous <Record> 50720c9898SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 51720c9898SEd Tanous </Record> 52720c9898SEd Tanous </Annotation> 53720c9898SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 54720c9898SEd Tanous <Record> 55720c9898SEd Tanous <PropertyValue Property="Deletable" Bool="true"/> 56720c9898SEd Tanous <Annotation Term="OData.Description" String="Metric reports can be deleted."/> 57720c9898SEd Tanous </Record> 58720c9898SEd Tanous </Annotation> 59720c9898SEd Tanous <Annotation Term="Redfish.Uris"> 60720c9898SEd Tanous <Collection> 61720c9898SEd Tanous <String>/redfish/v1/TelemetryService/MetricReports/{MetricReportId}</String> 62720c9898SEd Tanous </Collection> 63720c9898SEd Tanous </Annotation> 64720c9898SEd Tanous </EntityType> 65720c9898SEd Tanous </Schema> 66720c9898SEd Tanous 67720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_0"> 68720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 69720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2018.2"/> 70720c9898SEd Tanous 71720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.MetricReport"> 72720c9898SEd Tanous <NavigationProperty Name="MetricReportDefinition" Type="MetricReportDefinition.MetricReportDefinition" Nullable="false"> 73720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 74720c9898SEd Tanous <Annotation Term="OData.Description" String="The link to the definition of this metric report."/> 75f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `MetricReportDefinition`."/> 76720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 77720c9898SEd Tanous </NavigationProperty> 78720c9898SEd Tanous <Property Name="ReportSequence" Type="Edm.String" Nullable="false"> 79720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 80720c9898SEd Tanous <Annotation Term="OData.Description" String="The current sequence identifier for this metric report."/> 81f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the current sequence identifier for this metric report. The sequence identifier is a unique identifier assigned by the service for serializing metric reports as they are produced."/> 82720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 83720c9898SEd Tanous <Collection> 84720c9898SEd Tanous <Record> 85720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 86720c9898SEd Tanous <PropertyValue Property="Version" String="v1_3_0"/> 87720c9898SEd Tanous <PropertyValue Property="Description" String="This property has been deprecated due to specification changes with regards to Server-Sent Events."/> 88720c9898SEd Tanous </Record> 89720c9898SEd Tanous </Collection> 90720c9898SEd Tanous </Annotation> 91720c9898SEd Tanous </Property> 92720c9898SEd Tanous <Property Name="MetricValues" Type="Collection(MetricReport.v1_0_0.MetricValue)" Nullable="false"> 93720c9898SEd Tanous <Annotation Term="OData.Description" String="An array of metric values for the metered items of this metric report."/> 94720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="The values shall be metric values for this metric report."/> 95720c9898SEd Tanous </Property> 96720c9898SEd Tanous <Property Name="Actions" Type="MetricReport.v1_0_0.Actions" Nullable="false"> 97720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 98720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 99720c9898SEd Tanous </Property> 100720c9898SEd Tanous </EntityType> 101720c9898SEd Tanous 102720c9898SEd Tanous <ComplexType Name="MetricValue"> 103720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 104720c9898SEd Tanous <Annotation Term="OData.Description" String="Properties that capture a metric value and other associated information."/> 105720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain properties that capture a metric value and other associated information."/> 106720c9898SEd Tanous <Property Name="MetricId" Type="Edm.String"> 107720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 108720c9898SEd Tanous <Annotation Term="OData.Description" String="The metric definitions identifier that contains additional information for the source metric."/> 109f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the value of the `Id` property of the `MetricDefinition` resource that contains additional information for the source metric."/> 110720c9898SEd Tanous </Property> 111720c9898SEd Tanous <Property Name="MetricValue" Type="Edm.String"> 112720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 113720c9898SEd Tanous <Annotation Term="OData.Description" String="The metric value, as a string."/> 11428cfceb2SGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the metric value, as a string. For numeric metrics, the service shall convert the number to a string representation of the number. For array metrics, the service shall convert the array to an RFC8259-defined JSON string. For boolean metrics, this property shall contain the strings `true` or `false`. If the metric value is `null`, this property shall contain `null`."/> 115720c9898SEd Tanous </Property> 116720c9898SEd Tanous <Property Name="Timestamp" Type="Edm.DateTimeOffset"> 117720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 118720c9898SEd Tanous <Annotation Term="OData.Description" String="The date and time when the metric is obtained. A management application can establish a time series of metric data by retrieving the instances of metric value and sorting them according to their timestamp."/> 119720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="The value shall time when the metric value was obtained. Note that this value may be different from the time when this instance is created."/> 120720c9898SEd Tanous </Property> 121720c9898SEd Tanous <Property Name="MetricProperty" Type="Edm.String"> 122720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 123720c9898SEd Tanous <Annotation Term="OData.Description" String="The URI for the property from which this metric is derived."/> 124f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a URI following RFC6901-specified JSON pointer notation to the property from which this metric is derived. The value of `MetricValue` may contain additional calculations performed on the property based upon the configuration of the `MetricReportDefinition`."/> 125720c9898SEd Tanous <Annotation Term="OData.IsURL"/> 126720c9898SEd Tanous </Property> 127720c9898SEd Tanous <NavigationProperty Name="MetricDefinition" Type="MetricDefinition.MetricDefinition" Nullable="false"> 128720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 129720c9898SEd Tanous <Annotation Term="OData.Description" String="The link to the metric definition for this metric."/> 130f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `MetricDefinition` that describes what this metric value captures."/> 131720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 132720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 133720c9898SEd Tanous <Collection> 134720c9898SEd Tanous <Record> 135720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 136720c9898SEd Tanous <PropertyValue Property="Version" String="v1_5_0"/> 137f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This property has been deprecated in favor of the `MetricId` property."/> 138720c9898SEd Tanous </Record> 139720c9898SEd Tanous </Collection> 140720c9898SEd Tanous </Annotation> 141720c9898SEd Tanous </NavigationProperty> 142720c9898SEd Tanous </ComplexType> 143720c9898SEd Tanous 144720c9898SEd Tanous <ComplexType Name="Actions"> 145720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 146720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 147720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 148720c9898SEd Tanous <Property Name="Oem" Type="MetricReport.v1_0_0.OemActions" Nullable="false"> 149720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 150720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 151720c9898SEd Tanous </Property> 152720c9898SEd Tanous </ComplexType> 153720c9898SEd Tanous 154720c9898SEd Tanous <ComplexType Name="OemActions"> 155720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 156720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 157720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 158720c9898SEd Tanous </ComplexType> 159720c9898SEd Tanous </Schema> 160720c9898SEd Tanous 161720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_1"> 162720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 163720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify descriptions of several properties."/> 164720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_0.MetricReport"/> 165720c9898SEd Tanous </Schema> 166720c9898SEd Tanous 167720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_2"> 168720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 169f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to `MetricValues` to disallow it from being `null`."/> 170720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_1.MetricReport"/> 171720c9898SEd Tanous </Schema> 172720c9898SEd Tanous 173720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_3"> 174720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 175720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 176720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_2.MetricReport"/> 177720c9898SEd Tanous </Schema> 178720c9898SEd Tanous 179720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_4"> 180720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 181f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to no longer make `ReportSequence` required."/> 182720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_3.MetricReport"/> 183720c9898SEd Tanous </Schema> 184720c9898SEd Tanous 185720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_5"> 186720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 187720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 188720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_4.MetricReport"/> 189720c9898SEd Tanous </Schema> 190720c9898SEd Tanous 191720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_6"> 192720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 193720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> 194720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_5.MetricReport"/> 195720c9898SEd Tanous </Schema> 196720c9898SEd Tanous 197720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_7"> 198720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 199720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 200720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_6.MetricReport"/> 201720c9898SEd Tanous </Schema> 202720c9898SEd Tanous 203720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_8"> 204720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 205f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of `MetricId` and `MetricProperty`."/> 206720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_7.MetricReport"/> 207720c9898SEd Tanous </Schema> 208720c9898SEd Tanous 209f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_9"> 210f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 211f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 212f2a8e57eSGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_8.MetricReport"/> 213f2a8e57eSGunnar Mills </Schema> 214f2a8e57eSGunnar Mills 21528cfceb2SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_10"> 21628cfceb2SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 21728cfceb2SGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the `MetricValue` property to describe encoding behaviors for non-string metrics."/> 21828cfceb2SGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_9.MetricReport"/> 21928cfceb2SGunnar Mills </Schema> 22028cfceb2SGunnar Mills 221720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_0"> 222720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 223720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2018.3"/> 224720c9898SEd Tanous 225720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_1.MetricReport"> 226720c9898SEd Tanous <Property Name="Timestamp" Type="Edm.DateTimeOffset"> 227720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 228720c9898SEd Tanous <Annotation Term="OData.Description" String="The time associated with the metric report in its entirety. The time of the metric report can be relevant when the time of individual metrics are minimally different."/> 229720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the time when the metric report was generated."/> 230720c9898SEd Tanous </Property> 231720c9898SEd Tanous </EntityType> 232720c9898SEd Tanous </Schema> 233720c9898SEd Tanous 234720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_1"> 235720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 236f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to `MetricValues` to disallow it from being `null`."/> 237720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_0.MetricReport"/> 238720c9898SEd Tanous </Schema> 239720c9898SEd Tanous 240720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_2"> 241720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 242720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 243720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_1.MetricReport"/> 244720c9898SEd Tanous </Schema> 245720c9898SEd Tanous 246720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_3"> 247720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 248f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to no longer make `ReportSequence` required."/> 249720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_2.MetricReport"/> 250720c9898SEd Tanous </Schema> 251720c9898SEd Tanous 252720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_4"> 253720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 254720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 255720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_3.MetricReport"/> 256720c9898SEd Tanous </Schema> 257720c9898SEd Tanous 258720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_5"> 259720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 260720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> 261720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_4.MetricReport"/> 262720c9898SEd Tanous </Schema> 263720c9898SEd Tanous 264720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_6"> 265720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 266720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 267720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_5.MetricReport"/> 268720c9898SEd Tanous </Schema> 269720c9898SEd Tanous 270720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_7"> 271720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 272f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of `MetricId` and `MetricProperty`."/> 273720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_6.MetricReport"/> 274720c9898SEd Tanous </Schema> 275720c9898SEd Tanous 276f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_8"> 277f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 278f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 279f2a8e57eSGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_7.MetricReport"/> 280f2a8e57eSGunnar Mills </Schema> 281f2a8e57eSGunnar Mills 28228cfceb2SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_9"> 28328cfceb2SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 28428cfceb2SGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the `MetricValue` property to describe encoding behaviors for non-string metrics."/> 28528cfceb2SGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_8.MetricReport"/> 28628cfceb2SGunnar Mills </Schema> 28728cfceb2SGunnar Mills 288720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_0"> 289720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 290720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.2"/> 291720c9898SEd Tanous 292720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_2.MetricReport"/> 293720c9898SEd Tanous 294720c9898SEd Tanous <ComplexType Name="MetricValue" BaseType="MetricReport.v1_0_0.MetricValue"> 295720c9898SEd Tanous <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 296720c9898SEd Tanous <Annotation Term="OData.Description" String="The OEM extension property."/> 297720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/> 298720c9898SEd Tanous </Property> 299720c9898SEd Tanous </ComplexType> 300720c9898SEd Tanous </Schema> 301720c9898SEd Tanous 302720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_1"> 303720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 304f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to no longer make `ReportSequence` required."/> 305720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_0.MetricReport"/> 306720c9898SEd Tanous </Schema> 307720c9898SEd Tanous 308720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_2"> 309720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 310720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 311720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_1.MetricReport"/> 312720c9898SEd Tanous </Schema> 313720c9898SEd Tanous 314720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_3"> 315720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 316720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> 317720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_2.MetricReport"/> 318720c9898SEd Tanous </Schema> 319720c9898SEd Tanous 320720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_4"> 321720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 322720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 323720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_3.MetricReport"/> 324720c9898SEd Tanous </Schema> 325720c9898SEd Tanous 326720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_5"> 327720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 328f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of `MetricId` and `MetricProperty`."/> 329720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_4.MetricReport"/> 330720c9898SEd Tanous </Schema> 331720c9898SEd Tanous 332f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_6"> 333f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 334f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 335f2a8e57eSGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_5.MetricReport"/> 336f2a8e57eSGunnar Mills </Schema> 337f2a8e57eSGunnar Mills 33828cfceb2SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_7"> 33928cfceb2SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 34028cfceb2SGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the `MetricValue` property to describe encoding behaviors for non-string metrics."/> 34128cfceb2SGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_6.MetricReport"/> 34228cfceb2SGunnar Mills </Schema> 34328cfceb2SGunnar Mills 344720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_0"> 345720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 346720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.4"/> 347f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to deprecate `ReportSequence`."/> 348720c9898SEd Tanous 349720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_1.MetricReport"/> 350720c9898SEd Tanous </Schema> 351720c9898SEd Tanous 352720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_1"> 353720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 354720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 355720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_0.MetricReport"/> 356720c9898SEd Tanous </Schema> 357720c9898SEd Tanous 358720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_2"> 359720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 360720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> 361720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_1.MetricReport"/> 362720c9898SEd Tanous </Schema> 363720c9898SEd Tanous 364720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_4"> 365720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 366720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 367720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_2.MetricReport"/> 368720c9898SEd Tanous </Schema> 369720c9898SEd Tanous 370720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_5"> 371720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 372f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of `MetricId` and `MetricProperty`."/> 373720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_4.MetricReport"/> 374720c9898SEd Tanous </Schema> 375720c9898SEd Tanous 376f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_6"> 377f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 378f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 379f2a8e57eSGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_5.MetricReport"/> 380f2a8e57eSGunnar Mills </Schema> 381f2a8e57eSGunnar Mills 38228cfceb2SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_7"> 38328cfceb2SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 38428cfceb2SGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the `MetricValue` property to describe encoding behaviors for non-string metrics."/> 38528cfceb2SGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_6.MetricReport"/> 38628cfceb2SGunnar Mills </Schema> 38728cfceb2SGunnar Mills 388720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_0"> 389720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 390720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.2"/> 391720c9898SEd Tanous 392720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_1.MetricReport"> 393720c9898SEd Tanous <Property Name="Context" Type="Edm.String" Nullable="false"> 394720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 395720c9898SEd Tanous <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/> 396720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent. This property shall only be present when sent as a payload in an event."/> 397720c9898SEd Tanous </Property> 398720c9898SEd Tanous </EntityType> 399720c9898SEd Tanous </Schema> 400720c9898SEd Tanous 401720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_1"> 402720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 403720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> 404720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_0.MetricReport"/> 405720c9898SEd Tanous </Schema> 406720c9898SEd Tanous 407720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_2"> 408720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 409720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 410720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_1.MetricReport"/> 411720c9898SEd Tanous </Schema> 412720c9898SEd Tanous 413720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_3"> 414720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 415f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of `MetricId` and `MetricProperty`."/> 416720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_2.MetricReport"/> 417720c9898SEd Tanous </Schema> 418720c9898SEd Tanous 419f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_4"> 420f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 421f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 422f2a8e57eSGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_3.MetricReport"/> 423f2a8e57eSGunnar Mills </Schema> 424f2a8e57eSGunnar Mills 42528cfceb2SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_5"> 42628cfceb2SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 42728cfceb2SGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the `MetricValue` property to describe encoding behaviors for non-string metrics."/> 42828cfceb2SGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_4.MetricReport"/> 42928cfceb2SGunnar Mills </Schema> 43028cfceb2SGunnar Mills 431720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_5_0"> 432720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 433720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2022.2"/> 434f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to deprecate `MetricDefinition` in favor of MetricId."/> 435720c9898SEd Tanous 436720c9898SEd Tanous <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_3.MetricReport"/> 437720c9898SEd Tanous </Schema> 438720c9898SEd Tanous 439f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_5_1"> 440f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 441f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 442f2a8e57eSGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_5_0.MetricReport"/> 443f2a8e57eSGunnar Mills </Schema> 444f2a8e57eSGunnar Mills 44528cfceb2SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_5_2"> 44628cfceb2SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 44728cfceb2SGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the `MetricValue` property to describe encoding behaviors for non-string metrics."/> 44828cfceb2SGunnar Mills <EntityType Name="MetricReport" BaseType="MetricReport.v1_5_1.MetricReport"/> 44928cfceb2SGunnar Mills </Schema> 45028cfceb2SGunnar Mills 451720c9898SEd Tanous </edmx:DataServices> 452720c9898SEd Tanous</edmx:Edmx> 453