Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 4 | <!--# Redfish Schema: MetricReport v1.4.2 --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 8 | <!--# Copyright 2014-2021 DMTF. --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 9 | <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| 10 | <!--################################################################################ --> |
| 11 | <!----> |
| 12 | <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| 13 | |
| 14 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| 15 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| 16 | </edmx:Reference> |
| 17 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> |
| 18 | <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> |
| 19 | </edmx:Reference> |
| 20 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 21 | <edmx:Include Namespace="Resource"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 22 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 23 | </edmx:Reference> |
| 24 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 25 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 26 | </edmx:Reference> |
| 27 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricReportDefinition_v1.xml"> |
| 28 | <edmx:Include Namespace="MetricReportDefinition"/> |
| 29 | </edmx:Reference> |
| 30 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricDefinition_v1.xml"> |
| 31 | <edmx:Include Namespace="MetricDefinition"/> |
| 32 | </edmx:Reference> |
| 33 | |
| 34 | <edmx:DataServices> |
| 35 | |
| 36 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport"> |
| 37 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 38 | |
| 39 | <EntityType Name="MetricReport" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 40 | <Annotation Term="OData.Description" String="The MetricReport schema represents a set of collected metrics."/> |
| 41 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 42 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 43 | <Record> |
| 44 | <PropertyValue Property="Insertable" Bool="false"/> |
| 45 | </Record> |
| 46 | </Annotation> |
| 47 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 48 | <Record> |
| 49 | <PropertyValue Property="Updatable" Bool="false"/> |
| 50 | </Record> |
| 51 | </Annotation> |
| 52 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 53 | <Record> |
| 54 | <PropertyValue Property="Deletable" Bool="true"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 55 | <Annotation Term="OData.Description" String="Metric reports can be deleted."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 56 | </Record> |
| 57 | </Annotation> |
| 58 | <Annotation Term="Redfish.Uris"> |
| 59 | <Collection> |
| 60 | <String>/redfish/v1/TelemetryService/MetricReports/{MetricReportId}</String> |
| 61 | </Collection> |
| 62 | </Annotation> |
| 63 | </EntityType> |
| 64 | </Schema> |
| 65 | |
| 66 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_0"> |
| 67 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 68 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 69 | |
| 70 | <EntityType Name="MetricReport" BaseType="MetricReport.MetricReport"> |
| 71 | <NavigationProperty Name="MetricReportDefinition" Type="MetricReportDefinition.MetricReportDefinition" Nullable="false"> |
| 72 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 73 | <Annotation Term="OData.Description" String="The link to the definition of this metric report."/> |
| 74 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type MetricReportDefinition."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 75 | <Annotation Term="OData.AutoExpandReferences"/> |
| 76 | </NavigationProperty> |
| 77 | <Property Name="ReportSequence" Type="Edm.String" Nullable="false"> |
| 78 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 79 | <Annotation Term="OData.Description" String="The current sequence identifier for this metric report."/> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 80 | <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."/> |
| 81 | <Annotation Term="Redfish.Revisions"> |
| 82 | <Collection> |
| 83 | <Record> |
| 84 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 85 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 86 | <PropertyValue Property="Description" String="This property has been deprecated due to specification changes with regards to Server-Sent Events."/> |
| 87 | </Record> |
| 88 | </Collection> |
| 89 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 90 | </Property> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 91 | <Property Name="MetricValues" Type="Collection(MetricReport.v1_0_0.MetricValue)" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 92 | <Annotation Term="OData.Description" String="An array of metric values for the metered items of this metric report."/> |
| 93 | <Annotation Term="OData.LongDescription" String="The values shall be metric values for this metric report."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 94 | </Property> |
| 95 | <Property Name="Actions" Type="MetricReport.v1_0_0.Actions" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 96 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 97 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 98 | </Property> |
| 99 | </EntityType> |
| 100 | |
| 101 | <ComplexType Name="MetricValue"> |
| 102 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 103 | <Annotation Term="OData.Description" String="Properties that capture a metric value and other associated information."/> |
| 104 | <Annotation Term="OData.LongDescription" String="This type shall contain properties that capture a metric value and other associated information."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 105 | <Property Name="MetricId" Type="Edm.String"> |
| 106 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 107 | <Annotation Term="OData.Description" String="The metric definitions identifier for this metric."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 108 | <Annotation Term="OData.LongDescription" String="This property shall contain the same value as the Id property of the source metric within the associated metric definition."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 109 | </Property> |
| 110 | <Property Name="MetricValue" Type="Edm.String"> |
| 111 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 112 | <Annotation Term="OData.Description" String="The metric value, as a string."/> |
| 113 | <Annotation Term="OData.LongDescription" String="This property shall contain the metric value, as a string."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 114 | </Property> |
| 115 | <Property Name="Timestamp" Type="Edm.DateTimeOffset"> |
| 116 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 117 | <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."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 118 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 119 | </Property> |
| 120 | <Property Name="MetricProperty" Type="Edm.String"> |
| 121 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 122 | <Annotation Term="OData.Description" String="The URI for the property from which this metric is derived."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 123 | <Annotation Term="OData.LongDescription" String="The value shall be URI to the property following the JSON fragment notation, as defined by RFC6901, to identify an individual property in a Redfish resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 124 | <Annotation Term="OData.IsURL"/> |
| 125 | </Property> |
| 126 | <NavigationProperty Name="MetricDefinition" Type="MetricDefinition.MetricDefinition" Nullable="false"> |
| 127 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 128 | <Annotation Term="OData.Description" String="The link to the metric definition for this metric."/> |
| 129 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type MetricDefinition that describes what this metric value captures."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 130 | <Annotation Term="OData.AutoExpandReferences"/> |
| 131 | </NavigationProperty> |
| 132 | </ComplexType> |
| 133 | |
| 134 | <ComplexType Name="Actions"> |
| 135 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 136 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 137 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 138 | <Property Name="Oem" Type="MetricReport.v1_0_0.OemActions" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 139 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 140 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 141 | </Property> |
| 142 | </ComplexType> |
| 143 | |
| 144 | <ComplexType Name="OemActions"> |
| 145 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 146 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 147 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 148 | </ComplexType> |
| 149 | </Schema> |
| 150 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 151 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_1"> |
| 152 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 153 | <Annotation Term="OData.Description" String="This version was created to clarify descriptions of several properties."/> |
| 154 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_0.MetricReport"/> |
| 155 | </Schema> |
| 156 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 157 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_2"> |
| 158 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 159 | <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."/> |
| 160 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_1.MetricReport"/> |
| 161 | </Schema> |
| 162 | |
| 163 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_3"> |
| 164 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 165 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 166 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_2.MetricReport"/> |
| 167 | </Schema> |
| 168 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 169 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_4"> |
| 170 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 171 | <Annotation Term="OData.Description" String="This version was created to no longer make ReportSequence required."/> |
| 172 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_3.MetricReport"/> |
| 173 | </Schema> |
| 174 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 175 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_5"> |
| 176 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 177 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 178 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_4.MetricReport"/> |
| 179 | </Schema> |
| 180 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 181 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_6"> |
| 182 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 183 | <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> |
| 184 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_5.MetricReport"/> |
| 185 | </Schema> |
| 186 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 187 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_0_7"> |
| 188 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 189 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 190 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_6.MetricReport"/> |
| 191 | </Schema> |
| 192 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 193 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_0"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 194 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 195 | <Annotation Term="Redfish.Release" String="2018.3"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 196 | <Annotation Term="OData.Description" String="This version was created to add a Timestamp property for the metric report in its entirety."/> |
| 197 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 198 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_0_1.MetricReport"> |
| 199 | <Property Name="Timestamp" Type="Edm.DateTimeOffset"> |
| 200 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 201 | <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."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 202 | <Annotation Term="OData.LongDescription" String="This property shall contain the time when the metric report was generated."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 203 | </Property> |
| 204 | </EntityType> |
| 205 | </Schema> |
| 206 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 207 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_1"> |
| 208 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 209 | <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."/> |
| 210 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_0.MetricReport"/> |
| 211 | </Schema> |
| 212 | |
| 213 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_2"> |
| 214 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 215 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 216 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_1.MetricReport"/> |
| 217 | </Schema> |
| 218 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 219 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_3"> |
| 220 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 221 | <Annotation Term="OData.Description" String="This version was created to no longer make ReportSequence required."/> |
| 222 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_2.MetricReport"/> |
| 223 | </Schema> |
| 224 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 225 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_4"> |
| 226 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 227 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 228 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_3.MetricReport"/> |
| 229 | </Schema> |
| 230 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 231 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_5"> |
| 232 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 233 | <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> |
| 234 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_4.MetricReport"/> |
| 235 | </Schema> |
| 236 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 237 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_1_6"> |
| 238 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 239 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 240 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_5.MetricReport"/> |
| 241 | </Schema> |
| 242 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 243 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_0"> |
| 244 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 245 | <Annotation Term="Redfish.Release" String="2019.2"/> |
| 246 | |
| 247 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_1_2.MetricReport"/> |
| 248 | |
| 249 | <ComplexType Name="MetricValue" BaseType="MetricReport.v1_0_0.MetricValue"> |
| 250 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
| 251 | <Annotation Term="OData.Description" String="The OEM extension property."/> |
| 252 | <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."/> |
| 253 | </Property> |
| 254 | </ComplexType> |
| 255 | </Schema> |
| 256 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 257 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_1"> |
| 258 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 259 | <Annotation Term="OData.Description" String="This version was created to no longer make ReportSequence required."/> |
| 260 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_0.MetricReport"/> |
| 261 | </Schema> |
| 262 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 263 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_2"> |
| 264 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 265 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 266 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_1.MetricReport"/> |
| 267 | </Schema> |
| 268 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 269 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_3"> |
| 270 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 271 | <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> |
| 272 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_2.MetricReport"/> |
| 273 | </Schema> |
| 274 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 275 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_2_4"> |
| 276 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 277 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 278 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_3.MetricReport"/> |
| 279 | </Schema> |
| 280 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 281 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_0"> |
| 282 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 283 | <Annotation Term="Redfish.Release" String="2019.4"/> |
| 284 | <Annotation Term="OData.Description" String="This version was created to deprecate ReportSequence."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 285 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 286 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_2_1.MetricReport"/> |
| 287 | </Schema> |
| 288 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 289 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_1"> |
| 290 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 291 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 292 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_0.MetricReport"/> |
| 293 | </Schema> |
| 294 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 295 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_2"> |
| 296 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 297 | <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> |
| 298 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_1.MetricReport"/> |
| 299 | </Schema> |
| 300 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 301 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_3_4"> |
| 302 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 303 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 304 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_2.MetricReport"/> |
| 305 | </Schema> |
| 306 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 307 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_0"> |
| 308 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 309 | <Annotation Term="Redfish.Release" String="2020.2"/> |
| 310 | |
| 311 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_3_1.MetricReport"> |
| 312 | <Property Name="Context" Type="Edm.String" Nullable="false"> |
| 313 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 314 | <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/> |
| 315 | <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."/> |
| 316 | </Property> |
| 317 | </EntityType> |
| 318 | </Schema> |
| 319 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 320 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_1"> |
| 321 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 322 | <Annotation Term="OData.Description" String="This version was created to clarify behavior for when a metric report is deleted."/> |
| 323 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_0.MetricReport"/> |
| 324 | </Schema> |
| 325 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 326 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricReport.v1_4_2"> |
| 327 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 328 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 329 | <EntityType Name="MetricReport" BaseType="MetricReport.v1_4_1.MetricReport"/> |
| 330 | </Schema> |
| 331 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 332 | </edmx:DataServices> |
| 333 | </edmx:Edmx> |