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: TelemetryService v1.3.1 --> |
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 --> |
Ed Tanous | ed76121 | 2022-09-23 15:03:29 -0700 | [diff] [blame] | 8 | <!--# Copyright 2014-2022 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"> |
| 21 | <edmx:Include Namespace="Resource"/> |
| 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/MetricDefinitionCollection_v1.xml"> |
| 28 | <edmx:Include Namespace="MetricDefinitionCollection"/> |
| 29 | </edmx:Reference> |
| 30 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricReportDefinitionCollection_v1.xml"> |
| 31 | <edmx:Include Namespace="MetricReportDefinitionCollection"/> |
| 32 | </edmx:Reference> |
| 33 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricReportCollection_v1.xml"> |
| 34 | <edmx:Include Namespace="MetricReportCollection"/> |
| 35 | </edmx:Reference> |
| 36 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TriggersCollection_v1.xml"> |
| 37 | <edmx:Include Namespace="TriggersCollection"/> |
| 38 | </edmx:Reference> |
| 39 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogService_v1.xml"> |
| 40 | <edmx:Include Namespace="LogService"/> |
| 41 | </edmx:Reference> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 42 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricDefinition_v1.xml"> |
| 43 | <edmx:Include Namespace="MetricDefinition"/> |
| 44 | </edmx:Reference> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 45 | |
| 46 | <edmx:DataServices> |
| 47 | |
| 48 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService"> |
| 49 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 50 | |
| 51 | <EntityType Name="TelemetryService" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 52 | <Annotation Term="OData.Description" String="The TelemetryService schema describes a telemetry service. The telemetry service is used to for collecting and reporting metric data within the Redfish Service."/> |
| 53 | <Annotation Term="OData.LongDescription" String="This resource contains a telemetry service for a Redfish implementation."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 54 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 55 | <Record> |
| 56 | <PropertyValue Property="Insertable" Bool="false"/> |
| 57 | </Record> |
| 58 | </Annotation> |
| 59 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 60 | <Record> |
| 61 | <PropertyValue Property="Updatable" Bool="true"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 62 | <Annotation Term="OData.Description" String="Any writable properties, such as ServiceEnabled, can be updated for the telemetry service."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 63 | </Record> |
| 64 | </Annotation> |
| 65 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 66 | <Record> |
| 67 | <PropertyValue Property="Deletable" Bool="false"/> |
| 68 | </Record> |
| 69 | </Annotation> |
| 70 | <Annotation Term="Redfish.Uris"> |
| 71 | <Collection> |
| 72 | <String>/redfish/v1/TelemetryService</String> |
| 73 | </Collection> |
| 74 | </Annotation> |
| 75 | </EntityType> |
| 76 | |
| 77 | <Action Name="SubmitTestMetricReport" IsBound="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 78 | <Annotation Term="OData.Description" String="This action generates a metric report."/> |
| 79 | <Annotation Term="OData.LongDescription" String="This action shall cause the Event Service to immediately generate the metric report as an alert event. Then, this message should be sent to any appropriate event destinations."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 80 | <Parameter Name="TelemetryService" Type="TelemetryService.v1_0_0.Actions"/> |
| 81 | <Parameter Name="MetricReportName" Type="Edm.String" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 82 | <Annotation Term="OData.Description" String="The name of the metric report in generated metric report."/> |
| 83 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the generated metric report."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 84 | </Parameter> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 85 | <Parameter Name="MetricReportValues" Type="Edm.String"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 86 | <Annotation Term="OData.Description" String="The contents of MetricReportValues array in the generated metric report."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 87 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the contents of the MetricReportValues array property in the generated metric report."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 88 | <Annotation Term="Redfish.Revisions"> |
| 89 | <Collection> |
| 90 | <Record> |
| 91 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 92 | <PropertyValue Property="Version" String="v1_1_0"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 93 | <PropertyValue Property="Description" String="This property has been deprecated in favor of using the property 'GeneratedMetricReportValues'."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 94 | </Record> |
| 95 | </Collection> |
| 96 | </Annotation> |
| 97 | </Parameter> |
| 98 | <Parameter Name="GeneratedMetricReportValues" Type="Collection(TelemetryService.v1_1_0.MetricValue)" Nullable="false"> |
| 99 | <Annotation Term="OData.Description" String="The content of the MetricReportValues in the generated metric report."/> |
| 100 | <Annotation Term="OData.LongDescription" String="This parameter shall contain the contents of the MetricReportValues array property in the generated metric report."/> |
| 101 | <Annotation Term="Redfish.Revisions"> |
| 102 | <Collection> |
| 103 | <Record> |
| 104 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 105 | <PropertyValue Property="Version" String="v1_1_0"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 106 | </Record> |
| 107 | </Collection> |
| 108 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 109 | </Parameter> |
| 110 | </Action> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 111 | |
| 112 | <Action Name="ClearMetricReports" IsBound="true"> |
| 113 | <Annotation Term="OData.Description" String="The action to clear the metric reports for this telemetry service."/> |
| 114 | <Annotation Term="OData.LongDescription" String="This action shall delete all entries found in the metric report collection for this telemetry service."/> |
| 115 | <Parameter Name="TelemetryService" Type="TelemetryService.v1_0_0.Actions"/> |
| 116 | <Annotation Term="Redfish.Revisions"> |
| 117 | <Collection> |
| 118 | <Record> |
| 119 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 120 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 121 | </Record> |
| 122 | </Collection> |
| 123 | </Annotation> |
| 124 | </Action> |
| 125 | |
| 126 | <Action Name="ResetMetricReportDefinitionsToDefaults" IsBound="true"> |
| 127 | <Annotation Term="OData.Description" String="The action to reset the metric report definitions to factory defaults."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 128 | <Annotation Term="OData.LongDescription" String="This action shall reset all entries found in the metric report definition collection to factory defaults. This action may delete members of the metric report definition collection."/> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 129 | <Parameter Name="TelemetryService" Type="TelemetryService.v1_0_0.Actions"/> |
| 130 | <Annotation Term="Redfish.Revisions"> |
| 131 | <Collection> |
| 132 | <Record> |
| 133 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 134 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 135 | </Record> |
| 136 | </Collection> |
| 137 | </Annotation> |
| 138 | </Action> |
| 139 | |
| 140 | <Action Name="ResetTriggersToDefaults" IsBound="true"> |
| 141 | <Annotation Term="OData.Description" String="The action to reset the triggers to factory defaults."/> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 142 | <Annotation Term="OData.LongDescription" String="This action shall reset all entries found in the triggers collection to factory defaults. This action may delete members of the triggers collection."/> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 143 | <Parameter Name="TelemetryService" Type="TelemetryService.v1_0_0.Actions"/> |
| 144 | <Annotation Term="Redfish.Revisions"> |
| 145 | <Collection> |
| 146 | <Record> |
| 147 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 148 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 149 | </Record> |
| 150 | </Collection> |
| 151 | </Annotation> |
| 152 | </Action> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 153 | </Schema> |
| 154 | |
| 155 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_0_0"> |
| 156 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 157 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 158 | |
| 159 | <EntityType Name="TelemetryService" BaseType="TelemetryService.TelemetryService"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 160 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 161 | <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> |
| 162 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 163 | </Property> |
| 164 | <Property Name="MaxReports" Type="Edm.Int64"> |
| 165 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 166 | <Annotation Term="OData.Description" String="The maximum number of metric reports that this service supports."/> |
| 167 | <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of metric reports that this service supports."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 168 | </Property> |
| 169 | <Property Name="MinCollectionInterval" Type="Edm.Duration"> |
| 170 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 171 | <Annotation Term="OData.Description" String="The minimum time interval between gathering metric data that this service allows."/> |
| 172 | <Annotation Term="OData.LongDescription" String="This property shall contain the minimum time interval between gathering metric data that this service allows."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 173 | </Property> |
| 174 | <Property Name="SupportedCollectionFunctions" Type="Collection(TelemetryService.v1_0_0.CollectionFunction)"> |
| 175 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 176 | <Annotation Term="OData.Description" String="The functions that can be performed over each metric."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 177 | <Annotation Term="OData.LongDescription" String="This property shall contain the function to apply over the collection duration."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 178 | </Property> |
| 179 | |
| 180 | <NavigationProperty Name="MetricDefinitions" Type="MetricDefinitionCollection.MetricDefinitionCollection" ContainsTarget="true" Nullable="false"> |
| 181 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 182 | <Annotation Term="OData.Description" String="The link to the collection of metric definitions."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 183 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MetricDefinitionCollection."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 184 | <Annotation Term="OData.AutoExpandReferences"/> |
| 185 | </NavigationProperty> |
| 186 | <NavigationProperty Name="MetricReportDefinitions" Type="MetricReportDefinitionCollection.MetricReportDefinitionCollection" ContainsTarget="true" Nullable="false"> |
| 187 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 188 | <Annotation Term="OData.Description" String="The link to the collection of metric report definitions."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 189 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MetricReportDefinitionCollection."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 190 | <Annotation Term="OData.AutoExpandReferences"/> |
| 191 | </NavigationProperty> |
| 192 | <NavigationProperty Name="MetricReports" Type="MetricReportCollection.MetricReportCollection" ContainsTarget="true" Nullable="false"> |
| 193 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 194 | <Annotation Term="OData.Description" String="The link to the collection of metric reports."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 195 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MetricReportCollection."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 196 | <Annotation Term="OData.AutoExpandReferences"/> |
| 197 | </NavigationProperty> |
| 198 | <NavigationProperty Name="Triggers" Type="TriggersCollection.TriggersCollection" ContainsTarget="true" Nullable="false"> |
| 199 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 200 | <Annotation Term="OData.Description" String="The link to the collection of triggers that apply to metrics."/> |
| 201 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type TriggersCollection."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 202 | <Annotation Term="OData.AutoExpandReferences"/> |
| 203 | </NavigationProperty> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 204 | <NavigationProperty Name="LogService" Type="LogService.LogService" Nullable="false"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 205 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 206 | <Annotation Term="OData.Description" String="The link to a log service that the telemetry service uses. This service can be a dedicated log service or a pointer a log service under another resource, such as a manager."/> |
| 207 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type LogService that this telemetry service uses."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 208 | <Annotation Term="OData.AutoExpandReferences"/> |
| 209 | </NavigationProperty> |
| 210 | <Property Name="Actions" Type="TelemetryService.v1_0_0.Actions" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 211 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 212 | <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] | 213 | </Property> |
| 214 | </EntityType> |
| 215 | |
| 216 | <EnumType Name="CollectionFunction"> |
| 217 | <Annotation Term="OData.Description" String="An operation to perform over the sample."/> |
| 218 | <Annotation Term="OData.LongDescription" String="If present, the metric value shall be computed according to this function."/> |
| 219 | <Member Name="Average"> |
| 220 | <Annotation Term="OData.Description" String="An averaging function."/> |
| 221 | </Member> |
| 222 | <Member Name="Maximum"> |
| 223 | <Annotation Term="OData.Description" String="A maximum function."/> |
| 224 | </Member> |
| 225 | <Member Name="Minimum"> |
| 226 | <Annotation Term="OData.Description" String="A minimum function."/> |
| 227 | </Member> |
| 228 | <Member Name="Summation"> |
| 229 | <Annotation Term="OData.Description" String="A summation function."/> |
| 230 | </Member> |
| 231 | </EnumType> |
| 232 | |
| 233 | <ComplexType Name="Actions"> |
| 234 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 235 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 236 | <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] | 237 | <Property Name="Oem" Type="TelemetryService.v1_0_0.OemActions" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 238 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 239 | <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] | 240 | </Property> |
| 241 | </ComplexType> |
| 242 | |
| 243 | <ComplexType Name="OemActions"> |
| 244 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 245 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 246 | <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] | 247 | </ComplexType> |
| 248 | </Schema> |
| 249 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 250 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_0_1"> |
| 251 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 252 | <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."/> |
| 253 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_0_0.TelemetryService"/> |
| 254 | </Schema> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 255 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 256 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_0_2"> |
| 257 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 258 | <Annotation Term="OData.Description" String="This version was created to update the description of the LogService property. It was also created to update descriptions that this schema defines."/> |
| 259 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_0_1.TelemetryService"/> |
| 260 | </Schema> |
| 261 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 262 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_0_3"> |
| 263 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 264 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 265 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_0_2.TelemetryService"/> |
| 266 | </Schema> |
| 267 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 268 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_0_4"> |
| 269 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 270 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 271 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_0_3.TelemetryService"/> |
| 272 | </Schema> |
| 273 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 274 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_0_5"> |
| 275 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 276 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 277 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_0_4.TelemetryService"/> |
| 278 | </Schema> |
| 279 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 280 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_1_0"> |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 281 | <Annotation Term="OData.Description" String="This version was created to add the GeneratedMetricReportValues property to the SubmitTestMetricReport action."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 282 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 283 | <Annotation Term="Redfish.Release" String="2018.3"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 284 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 285 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_0_0.TelemetryService"/> |
| 286 | |
| 287 | <ComplexType Name="MetricValue"> |
| 288 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 289 | <Annotation Term="OData.Description" String="Properties that capture a metric value and other associated information."/> |
| 290 | <Annotation Term="OData.LongDescription" String="This type shall contain properties that capture a metric value and other associated information."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 291 | <Property Name="MetricId" Type="Edm.String"> |
| 292 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 293 | <Annotation Term="OData.Description" String="The metric definitions identifier for this metric."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 294 | <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."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 295 | </Property> |
| 296 | <Property Name="MetricValue" Type="Edm.String"> |
| 297 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 298 | <Annotation Term="OData.Description" String="The metric value, as a string."/> |
| 299 | <Annotation Term="OData.LongDescription" String="This property shall contain the metric value, as a string."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 300 | </Property> |
| 301 | <Property Name="Timestamp" Type="Edm.DateTimeOffset"> |
| 302 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 303 | <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] | 304 | <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."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 305 | </Property> |
| 306 | <Property Name="MetricProperty" Type="Edm.String"> |
| 307 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 308 | <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] | 309 | <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."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 310 | <Annotation Term="OData.IsURL"/> |
| 311 | </Property> |
| 312 | <NavigationProperty Name="MetricDefinition" Type="MetricDefinition.MetricDefinition" Nullable="false"> |
| 313 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 314 | <Annotation Term="OData.Description" String="The link to the metric definition for this metric."/> |
| 315 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type MetricDefinition that describes what this metric value captures."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 316 | <Annotation Term="OData.AutoExpandReferences"/> |
| 317 | </NavigationProperty> |
| 318 | </ComplexType> |
| 319 | </Schema> |
| 320 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 321 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_1_1"> |
| 322 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 323 | <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."/> |
| 324 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_1_0.TelemetryService"/> |
| 325 | </Schema> |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 326 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 327 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_1_2"> |
| 328 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 329 | <Annotation Term="OData.Description" String="This version was created to update the description of the LogService property. It was also created to update descriptions that this schema defines."/> |
| 330 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_1_1.TelemetryService"/> |
| 331 | </Schema> |
| 332 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 333 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_1_3"> |
| 334 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 335 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 336 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_1_2.TelemetryService"/> |
| 337 | </Schema> |
| 338 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 339 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_1_4"> |
| 340 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 341 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 342 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_1_3.TelemetryService"/> |
| 343 | </Schema> |
| 344 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 345 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_1_5"> |
| 346 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 347 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 348 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_1_4.TelemetryService"/> |
| 349 | </Schema> |
| 350 | |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame] | 351 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_2_0"> |
| 352 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 353 | <Annotation Term="Redfish.Release" String="2019.4"/> |
| 354 | |
| 355 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_1_2.TelemetryService"> |
| 356 | <Property Name="ServiceEnabled" Type="Edm.Boolean"> |
| 357 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 358 | <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/> |
| 359 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/> |
| 360 | </Property> |
| 361 | </EntityType> |
| 362 | </Schema> |
| 363 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 364 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_2_1"> |
| 365 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 366 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 367 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_2_0.TelemetryService"/> |
| 368 | </Schema> |
| 369 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 370 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_2_2"> |
| 371 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 372 | <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| 373 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_2_1.TelemetryService"/> |
| 374 | </Schema> |
| 375 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 376 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_2_3"> |
| 377 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 378 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 379 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_2_2.TelemetryService"/> |
| 380 | </Schema> |
| 381 | |
Gunnar Mills | 262d7d4 | 2021-01-20 16:28:41 -0600 | [diff] [blame] | 382 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_3_0"> |
| 383 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 384 | <Annotation Term="Redfish.Release" String="2020.4"/> |
| 385 | <Annotation Term="OData.Description" String="This version was created to add the ClearMetricReports, ResetMetricReportDefinitionsToDefaults, and ResetTriggersToDefaults actions."/> |
| 386 | |
| 387 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_2_2.TelemetryService"/> |
| 388 | </Schema> |
| 389 | |
Gunnar Mills | 10f270b | 2021-05-19 15:34:06 -0500 | [diff] [blame] | 390 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="TelemetryService.v1_3_1"> |
| 391 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 392 | <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/> |
| 393 | <EntityType Name="TelemetryService" BaseType="TelemetryService.v1_3_0.TelemetryService"/> |
| 394 | </Schema> |
| 395 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 396 | </edmx:DataServices> |
| 397 | </edmx:Edmx> |