1c6d7a45dSGunnar Mills{ 2c6d7a45dSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/TelemetryService.v1_4_0.json", 3c6d7a45dSGunnar Mills "$ref": "#/definitions/TelemetryService", 4c6d7a45dSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5c6d7a45dSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6c6d7a45dSGunnar Mills "definitions": { 7c6d7a45dSGunnar Mills "Actions": { 8c6d7a45dSGunnar Mills "additionalProperties": false, 9c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 10c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11c6d7a45dSGunnar Mills "patternProperties": { 12c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14c6d7a45dSGunnar Mills "type": [ 15c6d7a45dSGunnar Mills "array", 16c6d7a45dSGunnar Mills "boolean", 17c6d7a45dSGunnar Mills "integer", 18c6d7a45dSGunnar Mills "number", 19c6d7a45dSGunnar Mills "null", 20c6d7a45dSGunnar Mills "object", 21c6d7a45dSGunnar Mills "string" 22c6d7a45dSGunnar Mills ] 23c6d7a45dSGunnar Mills } 24c6d7a45dSGunnar Mills }, 25c6d7a45dSGunnar Mills "properties": { 26c6d7a45dSGunnar Mills "#TelemetryService.ClearMetricReports": { 27c6d7a45dSGunnar Mills "$ref": "#/definitions/ClearMetricReports" 28c6d7a45dSGunnar Mills }, 29c6d7a45dSGunnar Mills "#TelemetryService.ClearTelemetryData": { 30c6d7a45dSGunnar Mills "$ref": "#/definitions/ClearTelemetryData" 31c6d7a45dSGunnar Mills }, 32c6d7a45dSGunnar Mills "#TelemetryService.CollectTelemetryData": { 33c6d7a45dSGunnar Mills "$ref": "#/definitions/CollectTelemetryData" 34c6d7a45dSGunnar Mills }, 35c6d7a45dSGunnar Mills "#TelemetryService.ResetMetricReportDefinitionsToDefaults": { 36c6d7a45dSGunnar Mills "$ref": "#/definitions/ResetMetricReportDefinitionsToDefaults" 37c6d7a45dSGunnar Mills }, 38c6d7a45dSGunnar Mills "#TelemetryService.ResetTriggersToDefaults": { 39c6d7a45dSGunnar Mills "$ref": "#/definitions/ResetTriggersToDefaults" 40c6d7a45dSGunnar Mills }, 41c6d7a45dSGunnar Mills "#TelemetryService.SubmitTestMetricReport": { 42c6d7a45dSGunnar Mills "$ref": "#/definitions/SubmitTestMetricReport" 43c6d7a45dSGunnar Mills }, 44c6d7a45dSGunnar Mills "Oem": { 45c6d7a45dSGunnar Mills "$ref": "#/definitions/OemActions", 46c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 47c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 48c6d7a45dSGunnar Mills } 49c6d7a45dSGunnar Mills }, 50c6d7a45dSGunnar Mills "type": "object" 51c6d7a45dSGunnar Mills }, 52c6d7a45dSGunnar Mills "ClearMetricReports": { 53c6d7a45dSGunnar Mills "additionalProperties": false, 54c6d7a45dSGunnar Mills "description": "The action to clear the metric reports for this telemetry service.", 55c6d7a45dSGunnar Mills "longDescription": "This action shall delete all entries found in the metric report collection for this telemetry service.", 56c6d7a45dSGunnar Mills "parameters": {}, 57c6d7a45dSGunnar Mills "patternProperties": { 58c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 59c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 60c6d7a45dSGunnar Mills "type": [ 61c6d7a45dSGunnar Mills "array", 62c6d7a45dSGunnar Mills "boolean", 63c6d7a45dSGunnar Mills "integer", 64c6d7a45dSGunnar Mills "number", 65c6d7a45dSGunnar Mills "null", 66c6d7a45dSGunnar Mills "object", 67c6d7a45dSGunnar Mills "string" 68c6d7a45dSGunnar Mills ] 69c6d7a45dSGunnar Mills } 70c6d7a45dSGunnar Mills }, 71c6d7a45dSGunnar Mills "properties": { 72c6d7a45dSGunnar Mills "target": { 73c6d7a45dSGunnar Mills "description": "Link to invoke action", 74c6d7a45dSGunnar Mills "format": "uri-reference", 75c6d7a45dSGunnar Mills "type": "string" 76c6d7a45dSGunnar Mills }, 77c6d7a45dSGunnar Mills "title": { 78c6d7a45dSGunnar Mills "description": "Friendly action name", 79c6d7a45dSGunnar Mills "type": "string" 80c6d7a45dSGunnar Mills } 81c6d7a45dSGunnar Mills }, 82c6d7a45dSGunnar Mills "type": "object", 83c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 84c6d7a45dSGunnar Mills }, 85c6d7a45dSGunnar Mills "ClearTelemetryData": { 86c6d7a45dSGunnar Mills "additionalProperties": false, 87c6d7a45dSGunnar Mills "description": "The action to clear the telemetry data for this telemetry service.", 88c6d7a45dSGunnar Mills "longDescription": "This action shall delete all entries found in the telemetry data collection for this telemetry service.", 89c6d7a45dSGunnar Mills "parameters": {}, 90c6d7a45dSGunnar Mills "patternProperties": { 91c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 92c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 93c6d7a45dSGunnar Mills "type": [ 94c6d7a45dSGunnar Mills "array", 95c6d7a45dSGunnar Mills "boolean", 96c6d7a45dSGunnar Mills "integer", 97c6d7a45dSGunnar Mills "number", 98c6d7a45dSGunnar Mills "null", 99c6d7a45dSGunnar Mills "object", 100c6d7a45dSGunnar Mills "string" 101c6d7a45dSGunnar Mills ] 102c6d7a45dSGunnar Mills } 103c6d7a45dSGunnar Mills }, 104c6d7a45dSGunnar Mills "properties": { 105c6d7a45dSGunnar Mills "target": { 106c6d7a45dSGunnar Mills "description": "Link to invoke action", 107c6d7a45dSGunnar Mills "format": "uri-reference", 108c6d7a45dSGunnar Mills "type": "string" 109c6d7a45dSGunnar Mills }, 110c6d7a45dSGunnar Mills "title": { 111c6d7a45dSGunnar Mills "description": "Friendly action name", 112c6d7a45dSGunnar Mills "type": "string" 113c6d7a45dSGunnar Mills } 114c6d7a45dSGunnar Mills }, 115c6d7a45dSGunnar Mills "type": "object", 116c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 117c6d7a45dSGunnar Mills }, 118c6d7a45dSGunnar Mills "CollectTelemetryData": { 119c6d7a45dSGunnar Mills "actionResponse": { 120c6d7a45dSGunnar Mills "$ref": "#/definitions/CollectTelemetryDataResponse" 121c6d7a45dSGunnar Mills }, 122c6d7a45dSGunnar Mills "additionalProperties": false, 123c6d7a45dSGunnar Mills "description": "The action to collect the telemetry data from a device or service. When the telemetry data is collected, a new telemetry data resource will be created.", 124c6d7a45dSGunnar Mills "longDescription": "This action shall collect the telemetry data from a device or service. The `Location` header in the response shall contain a URI to a resource of type `TelemetryData` that contains the telemetry data. The `AdditionalDataURI` property in the referenced `TelemetryData` resource shall contain the URI to download the telemetry data.", 125c6d7a45dSGunnar Mills "parameters": { 126c6d7a45dSGunnar Mills "OEMTelemetryDataType": { 127c6d7a45dSGunnar Mills "description": "The OEM-defined type of telemetry data to collect.", 128c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the OEM-defined type of telemetry data to collect. This parameter shall be required if `TelemetryDataType` is `OEM`.", 129c6d7a45dSGunnar Mills "type": "string" 130c6d7a45dSGunnar Mills }, 131c6d7a45dSGunnar Mills "TargetDevices": { 132c6d7a45dSGunnar Mills "description": "An array of devices from which to collect telemetry data.", 133c6d7a45dSGunnar Mills "items": { 134c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 135c6d7a45dSGunnar Mills }, 136c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain an array of devices from which to collect telemetry data.", 137c6d7a45dSGunnar Mills "type": "array" 138c6d7a45dSGunnar Mills }, 139c6d7a45dSGunnar Mills "TelemetryDataType": { 140c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryData.json#/definitions/TelemetryDataTypes", 141c6d7a45dSGunnar Mills "description": "The type of telemetry data to collect.", 142c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the type of telemetry data to collect.", 143c6d7a45dSGunnar Mills "requiredParameter": true 144c6d7a45dSGunnar Mills } 145c6d7a45dSGunnar Mills }, 146c6d7a45dSGunnar Mills "patternProperties": { 147c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 148c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 149c6d7a45dSGunnar Mills "type": [ 150c6d7a45dSGunnar Mills "array", 151c6d7a45dSGunnar Mills "boolean", 152c6d7a45dSGunnar Mills "integer", 153c6d7a45dSGunnar Mills "number", 154c6d7a45dSGunnar Mills "null", 155c6d7a45dSGunnar Mills "object", 156c6d7a45dSGunnar Mills "string" 157c6d7a45dSGunnar Mills ] 158c6d7a45dSGunnar Mills } 159c6d7a45dSGunnar Mills }, 160c6d7a45dSGunnar Mills "properties": { 161c6d7a45dSGunnar Mills "target": { 162c6d7a45dSGunnar Mills "description": "Link to invoke action", 163c6d7a45dSGunnar Mills "format": "uri-reference", 164c6d7a45dSGunnar Mills "type": "string" 165c6d7a45dSGunnar Mills }, 166c6d7a45dSGunnar Mills "title": { 167c6d7a45dSGunnar Mills "description": "Friendly action name", 168c6d7a45dSGunnar Mills "type": "string" 169c6d7a45dSGunnar Mills } 170c6d7a45dSGunnar Mills }, 171c6d7a45dSGunnar Mills "type": "object", 172c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 173c6d7a45dSGunnar Mills }, 174c6d7a45dSGunnar Mills "CollectTelemetryDataResponse": { 175c6d7a45dSGunnar Mills "additionalProperties": false, 176c6d7a45dSGunnar Mills "description": "The response body for the `CollectTelemetryData` action.", 177c6d7a45dSGunnar Mills "longDescription": "This type shall contain the properties found in the response body for the `CollectTelemetryData` action.", 178c6d7a45dSGunnar Mills "patternProperties": { 179c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 180c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 181c6d7a45dSGunnar Mills "type": [ 182c6d7a45dSGunnar Mills "array", 183c6d7a45dSGunnar Mills "boolean", 184c6d7a45dSGunnar Mills "integer", 185c6d7a45dSGunnar Mills "number", 186c6d7a45dSGunnar Mills "null", 187c6d7a45dSGunnar Mills "object", 188c6d7a45dSGunnar Mills "string" 189c6d7a45dSGunnar Mills ] 190c6d7a45dSGunnar Mills } 191c6d7a45dSGunnar Mills }, 192c6d7a45dSGunnar Mills "properties": { 193c6d7a45dSGunnar Mills "TelmetryData": { 194c6d7a45dSGunnar Mills "description": "An array of links to the collected telemetry data.", 195c6d7a45dSGunnar Mills "items": { 196c6d7a45dSGunnar Mills "type": "string" 197c6d7a45dSGunnar Mills }, 198c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `TelemetryData` that represent the collected telemetry data.", 199c6d7a45dSGunnar Mills "readonly": true, 200c6d7a45dSGunnar Mills "type": "array", 201c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 202c6d7a45dSGunnar Mills } 203c6d7a45dSGunnar Mills }, 204c6d7a45dSGunnar Mills "required": [ 205c6d7a45dSGunnar Mills "TelmetryData" 206c6d7a45dSGunnar Mills ], 207c6d7a45dSGunnar Mills "type": "object" 208c6d7a45dSGunnar Mills }, 209c6d7a45dSGunnar Mills "CollectionFunction": { 210c6d7a45dSGunnar Mills "description": "An operation to perform over the sample.", 211c6d7a45dSGunnar Mills "enum": [ 212c6d7a45dSGunnar Mills "Average", 213c6d7a45dSGunnar Mills "Maximum", 214c6d7a45dSGunnar Mills "Minimum", 215c6d7a45dSGunnar Mills "Summation" 216c6d7a45dSGunnar Mills ], 217c6d7a45dSGunnar Mills "enumDescriptions": { 218c6d7a45dSGunnar Mills "Average": "An averaging function.", 219c6d7a45dSGunnar Mills "Maximum": "A maximum function.", 220c6d7a45dSGunnar Mills "Minimum": "A minimum function.", 221c6d7a45dSGunnar Mills "Summation": "A summation function." 222c6d7a45dSGunnar Mills }, 223c6d7a45dSGunnar Mills "longDescription": "If present, the metric value shall be computed according to this function.", 224c6d7a45dSGunnar Mills "type": "string" 225c6d7a45dSGunnar Mills }, 226c6d7a45dSGunnar Mills "MetricValue": { 227c6d7a45dSGunnar Mills "additionalProperties": false, 228c6d7a45dSGunnar Mills "description": "Properties that capture a metric value and other associated information.", 229c6d7a45dSGunnar Mills "longDescription": "This type shall contain properties that capture a metric value and other associated information.", 230c6d7a45dSGunnar Mills "patternProperties": { 231c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 232c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 233c6d7a45dSGunnar Mills "type": [ 234c6d7a45dSGunnar Mills "array", 235c6d7a45dSGunnar Mills "boolean", 236c6d7a45dSGunnar Mills "integer", 237c6d7a45dSGunnar Mills "number", 238c6d7a45dSGunnar Mills "null", 239c6d7a45dSGunnar Mills "object", 240c6d7a45dSGunnar Mills "string" 241c6d7a45dSGunnar Mills ] 242c6d7a45dSGunnar Mills } 243c6d7a45dSGunnar Mills }, 244c6d7a45dSGunnar Mills "properties": { 245c6d7a45dSGunnar Mills "MetricDefinition": { 246c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricDefinition.json#/definitions/MetricDefinition", 247c6d7a45dSGunnar Mills "description": "The link to the metric definition for this metric.", 248c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `MetricDefinition` that describes what this metric value captures.", 249c6d7a45dSGunnar Mills "readonly": true, 250c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 251c6d7a45dSGunnar Mills }, 252c6d7a45dSGunnar Mills "MetricId": { 253c6d7a45dSGunnar Mills "description": "The metric definitions identifier for this metric.", 254c6d7a45dSGunnar Mills "longDescription": "This property shall contain the same value as the `Id` property of the source metric within the associated metric definition.", 255c6d7a45dSGunnar Mills "readonly": true, 256c6d7a45dSGunnar Mills "type": [ 257c6d7a45dSGunnar Mills "string", 258c6d7a45dSGunnar Mills "null" 259c6d7a45dSGunnar Mills ], 260c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 261c6d7a45dSGunnar Mills }, 262c6d7a45dSGunnar Mills "MetricProperty": { 263c6d7a45dSGunnar Mills "description": "The URI for the property from which this metric is derived.", 264c6d7a45dSGunnar Mills "format": "uri-reference", 265c6d7a45dSGunnar Mills "longDescription": "The value shall be the URI to the property following the JSON fragment notation, as defined by RFC6901, to identify an individual property in a Redfish resource.", 266c6d7a45dSGunnar Mills "readonly": true, 267c6d7a45dSGunnar Mills "type": [ 268c6d7a45dSGunnar Mills "string", 269c6d7a45dSGunnar Mills "null" 270c6d7a45dSGunnar Mills ], 271c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 272c6d7a45dSGunnar Mills }, 273c6d7a45dSGunnar Mills "MetricValue": { 274c6d7a45dSGunnar Mills "description": "The metric value, as a string.", 275c6d7a45dSGunnar Mills "longDescription": "This property shall contain the metric value, as a string.", 276c6d7a45dSGunnar Mills "readonly": true, 277c6d7a45dSGunnar Mills "type": [ 278c6d7a45dSGunnar Mills "string", 279c6d7a45dSGunnar Mills "null" 280c6d7a45dSGunnar Mills ], 281c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 282c6d7a45dSGunnar Mills }, 283c6d7a45dSGunnar Mills "Timestamp": { 284c6d7a45dSGunnar Mills "description": "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.", 285c6d7a45dSGunnar Mills "format": "date-time", 286c6d7a45dSGunnar Mills "longDescription": "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.", 287c6d7a45dSGunnar Mills "readonly": true, 288c6d7a45dSGunnar Mills "type": [ 289c6d7a45dSGunnar Mills "string", 290c6d7a45dSGunnar Mills "null" 291c6d7a45dSGunnar Mills ], 292c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 293c6d7a45dSGunnar Mills } 294c6d7a45dSGunnar Mills }, 295c6d7a45dSGunnar Mills "type": "object" 296c6d7a45dSGunnar Mills }, 297c6d7a45dSGunnar Mills "OemActions": { 298c6d7a45dSGunnar Mills "additionalProperties": true, 299c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 300c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 301c6d7a45dSGunnar Mills "patternProperties": { 302c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 303c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 304c6d7a45dSGunnar Mills "type": [ 305c6d7a45dSGunnar Mills "array", 306c6d7a45dSGunnar Mills "boolean", 307c6d7a45dSGunnar Mills "integer", 308c6d7a45dSGunnar Mills "number", 309c6d7a45dSGunnar Mills "null", 310c6d7a45dSGunnar Mills "object", 311c6d7a45dSGunnar Mills "string" 312c6d7a45dSGunnar Mills ] 313c6d7a45dSGunnar Mills } 314c6d7a45dSGunnar Mills }, 315c6d7a45dSGunnar Mills "properties": {}, 316c6d7a45dSGunnar Mills "type": "object" 317c6d7a45dSGunnar Mills }, 318c6d7a45dSGunnar Mills "ResetMetricReportDefinitionsToDefaults": { 319c6d7a45dSGunnar Mills "additionalProperties": false, 320c6d7a45dSGunnar Mills "description": "The action to reset the metric report definitions to factory defaults.", 321c6d7a45dSGunnar Mills "longDescription": "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.", 322c6d7a45dSGunnar Mills "parameters": {}, 323c6d7a45dSGunnar Mills "patternProperties": { 324c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 325c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 326c6d7a45dSGunnar Mills "type": [ 327c6d7a45dSGunnar Mills "array", 328c6d7a45dSGunnar Mills "boolean", 329c6d7a45dSGunnar Mills "integer", 330c6d7a45dSGunnar Mills "number", 331c6d7a45dSGunnar Mills "null", 332c6d7a45dSGunnar Mills "object", 333c6d7a45dSGunnar Mills "string" 334c6d7a45dSGunnar Mills ] 335c6d7a45dSGunnar Mills } 336c6d7a45dSGunnar Mills }, 337c6d7a45dSGunnar Mills "properties": { 338c6d7a45dSGunnar Mills "target": { 339c6d7a45dSGunnar Mills "description": "Link to invoke action", 340c6d7a45dSGunnar Mills "format": "uri-reference", 341c6d7a45dSGunnar Mills "type": "string" 342c6d7a45dSGunnar Mills }, 343c6d7a45dSGunnar Mills "title": { 344c6d7a45dSGunnar Mills "description": "Friendly action name", 345c6d7a45dSGunnar Mills "type": "string" 346c6d7a45dSGunnar Mills } 347c6d7a45dSGunnar Mills }, 348c6d7a45dSGunnar Mills "type": "object", 349c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 350c6d7a45dSGunnar Mills }, 351c6d7a45dSGunnar Mills "ResetTriggersToDefaults": { 352c6d7a45dSGunnar Mills "additionalProperties": false, 353c6d7a45dSGunnar Mills "description": "The action to reset the triggers to factory defaults.", 354c6d7a45dSGunnar Mills "longDescription": "This action shall reset all entries found in the triggers collection to factory defaults. This action may delete members of the triggers collection.", 355c6d7a45dSGunnar Mills "parameters": {}, 356c6d7a45dSGunnar Mills "patternProperties": { 357c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 358c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 359c6d7a45dSGunnar Mills "type": [ 360c6d7a45dSGunnar Mills "array", 361c6d7a45dSGunnar Mills "boolean", 362c6d7a45dSGunnar Mills "integer", 363c6d7a45dSGunnar Mills "number", 364c6d7a45dSGunnar Mills "null", 365c6d7a45dSGunnar Mills "object", 366c6d7a45dSGunnar Mills "string" 367c6d7a45dSGunnar Mills ] 368c6d7a45dSGunnar Mills } 369c6d7a45dSGunnar Mills }, 370c6d7a45dSGunnar Mills "properties": { 371c6d7a45dSGunnar Mills "target": { 372c6d7a45dSGunnar Mills "description": "Link to invoke action", 373c6d7a45dSGunnar Mills "format": "uri-reference", 374c6d7a45dSGunnar Mills "type": "string" 375c6d7a45dSGunnar Mills }, 376c6d7a45dSGunnar Mills "title": { 377c6d7a45dSGunnar Mills "description": "Friendly action name", 378c6d7a45dSGunnar Mills "type": "string" 379c6d7a45dSGunnar Mills } 380c6d7a45dSGunnar Mills }, 381c6d7a45dSGunnar Mills "type": "object", 382c6d7a45dSGunnar Mills "versionAdded": "v1_3_0" 383c6d7a45dSGunnar Mills }, 384c6d7a45dSGunnar Mills "SubmitTestMetricReport": { 385c6d7a45dSGunnar Mills "additionalProperties": false, 386c6d7a45dSGunnar Mills "description": "This action generates a metric report.", 387c6d7a45dSGunnar Mills "longDescription": "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.", 388c6d7a45dSGunnar Mills "parameters": { 389c6d7a45dSGunnar Mills "GeneratedMetricReportValues": { 390c6d7a45dSGunnar Mills "description": "The contents of the `MetricReportValues` in the generated metric report.", 391c6d7a45dSGunnar Mills "items": { 392c6d7a45dSGunnar Mills "$ref": "#/definitions/MetricValue" 393c6d7a45dSGunnar Mills }, 394c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the contents of the `MetricReportValues` array property in the generated metric report.", 395c6d7a45dSGunnar Mills "requiredParameter": true, 396c6d7a45dSGunnar Mills "type": "array", 397c6d7a45dSGunnar Mills "versionAdded": "v1_1_0" 398c6d7a45dSGunnar Mills }, 399c6d7a45dSGunnar Mills "MetricReportName": { 400c6d7a45dSGunnar Mills "description": "The name of the metric report in generated metric report.", 401c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the name of the generated metric report.", 402c6d7a45dSGunnar Mills "requiredParameter": true, 403c6d7a45dSGunnar Mills "type": "string" 404c6d7a45dSGunnar Mills }, 405c6d7a45dSGunnar Mills "MetricReportValues": { 406c6d7a45dSGunnar Mills "deprecated": "This property has been deprecated in favor of using the property `GeneratedMetricReportValues`.", 407c6d7a45dSGunnar Mills "description": "The contents of the `MetricReportValues` array in the generated metric report.", 408c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the contents of the `MetricReportValues` array property in the generated metric report.", 409c6d7a45dSGunnar Mills "type": "string", 410c6d7a45dSGunnar Mills "versionDeprecated": "v1_1_0" 411c6d7a45dSGunnar Mills } 412c6d7a45dSGunnar Mills }, 413c6d7a45dSGunnar Mills "patternProperties": { 414c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 415c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 416c6d7a45dSGunnar Mills "type": [ 417c6d7a45dSGunnar Mills "array", 418c6d7a45dSGunnar Mills "boolean", 419c6d7a45dSGunnar Mills "integer", 420c6d7a45dSGunnar Mills "number", 421c6d7a45dSGunnar Mills "null", 422c6d7a45dSGunnar Mills "object", 423c6d7a45dSGunnar Mills "string" 424c6d7a45dSGunnar Mills ] 425c6d7a45dSGunnar Mills } 426c6d7a45dSGunnar Mills }, 427c6d7a45dSGunnar Mills "properties": { 428c6d7a45dSGunnar Mills "target": { 429c6d7a45dSGunnar Mills "description": "Link to invoke action", 430c6d7a45dSGunnar Mills "format": "uri-reference", 431c6d7a45dSGunnar Mills "type": "string" 432c6d7a45dSGunnar Mills }, 433c6d7a45dSGunnar Mills "title": { 434c6d7a45dSGunnar Mills "description": "Friendly action name", 435c6d7a45dSGunnar Mills "type": "string" 436c6d7a45dSGunnar Mills } 437c6d7a45dSGunnar Mills }, 438c6d7a45dSGunnar Mills "type": "object" 439c6d7a45dSGunnar Mills }, 440c6d7a45dSGunnar Mills "TelemetryService": { 441c6d7a45dSGunnar Mills "additionalProperties": false, 442c6d7a45dSGunnar Mills "description": "The `TelemetryService` schema describes a telemetry service. The telemetry service is used for collecting and reporting metric data within the Redfish service.", 443c6d7a45dSGunnar Mills "longDescription": "This resource contains a telemetry service for a Redfish implementation.", 444c6d7a45dSGunnar Mills "patternProperties": { 445c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 446c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 447c6d7a45dSGunnar Mills "type": [ 448c6d7a45dSGunnar Mills "array", 449c6d7a45dSGunnar Mills "boolean", 450c6d7a45dSGunnar Mills "integer", 451c6d7a45dSGunnar Mills "number", 452c6d7a45dSGunnar Mills "null", 453c6d7a45dSGunnar Mills "object", 454c6d7a45dSGunnar Mills "string" 455c6d7a45dSGunnar Mills ] 456c6d7a45dSGunnar Mills } 457c6d7a45dSGunnar Mills }, 458c6d7a45dSGunnar Mills "properties": { 459c6d7a45dSGunnar Mills "@odata.context": { 460c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 461c6d7a45dSGunnar Mills }, 462c6d7a45dSGunnar Mills "@odata.etag": { 463c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 464c6d7a45dSGunnar Mills }, 465c6d7a45dSGunnar Mills "@odata.id": { 466c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 467c6d7a45dSGunnar Mills }, 468c6d7a45dSGunnar Mills "@odata.type": { 469c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 470c6d7a45dSGunnar Mills }, 471c6d7a45dSGunnar Mills "Actions": { 472c6d7a45dSGunnar Mills "$ref": "#/definitions/Actions", 473c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 474c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 475c6d7a45dSGunnar Mills }, 476c6d7a45dSGunnar Mills "Description": { 477c6d7a45dSGunnar Mills "anyOf": [ 478c6d7a45dSGunnar Mills { 479c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 480c6d7a45dSGunnar Mills }, 481c6d7a45dSGunnar Mills { 482c6d7a45dSGunnar Mills "type": "null" 483c6d7a45dSGunnar Mills } 484c6d7a45dSGunnar Mills ], 485c6d7a45dSGunnar Mills "readonly": true 486c6d7a45dSGunnar Mills }, 487c6d7a45dSGunnar Mills "Id": { 488c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 489c6d7a45dSGunnar Mills "readonly": true 490c6d7a45dSGunnar Mills }, 491c6d7a45dSGunnar Mills "LogService": { 492c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.json#/definitions/LogService", 493c6d7a45dSGunnar Mills "description": "The link to a log service that the telemetry service uses. This service can be a dedicated log service or a pointer to a log service under another resource, such as a manager.", 494c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource of type `LogService` that this telemetry service uses.", 495c6d7a45dSGunnar Mills "readonly": true 496c6d7a45dSGunnar Mills }, 497c6d7a45dSGunnar Mills "MaxReports": { 498c6d7a45dSGunnar Mills "description": "The maximum number of metric reports that this service supports.", 499c6d7a45dSGunnar Mills "longDescription": "This property shall contain the maximum number of metric reports that this service supports.", 500c6d7a45dSGunnar Mills "readonly": true, 501c6d7a45dSGunnar Mills "type": [ 502c6d7a45dSGunnar Mills "integer", 503c6d7a45dSGunnar Mills "null" 504c6d7a45dSGunnar Mills ] 505c6d7a45dSGunnar Mills }, 506c6d7a45dSGunnar Mills "MetricDefinitions": { 507c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricDefinitionCollection.json#/definitions/MetricDefinitionCollection", 508c6d7a45dSGunnar Mills "description": "The link to the collection of metric definitions.", 509c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MetricDefinitionCollection`.", 510c6d7a45dSGunnar Mills "readonly": true 511c6d7a45dSGunnar Mills }, 512c6d7a45dSGunnar Mills "MetricReportDefinitions": { 513c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinitionCollection.json#/definitions/MetricReportDefinitionCollection", 514c6d7a45dSGunnar Mills "description": "The link to the collection of metric report definitions.", 515c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MetricReportDefinitionCollection`.", 516c6d7a45dSGunnar Mills "readonly": true 517c6d7a45dSGunnar Mills }, 518c6d7a45dSGunnar Mills "MetricReports": { 519c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportCollection.json#/definitions/MetricReportCollection", 520c6d7a45dSGunnar Mills "description": "The link to the collection of metric reports.", 521c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `MetricReportCollection`.", 522c6d7a45dSGunnar Mills "readonly": true 523c6d7a45dSGunnar Mills }, 524c6d7a45dSGunnar Mills "MinCollectionInterval": { 525c6d7a45dSGunnar Mills "description": "The minimum time interval between gathering metric data that this service allows.", 526c6d7a45dSGunnar Mills "longDescription": "This property shall contain the minimum time interval between gathering metric data that this service allows.", 527c6d7a45dSGunnar Mills "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 528c6d7a45dSGunnar Mills "readonly": true, 529c6d7a45dSGunnar Mills "type": [ 530c6d7a45dSGunnar Mills "string", 531c6d7a45dSGunnar Mills "null" 532c6d7a45dSGunnar Mills ] 533c6d7a45dSGunnar Mills }, 534c6d7a45dSGunnar Mills "Name": { 535c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 536c6d7a45dSGunnar Mills "readonly": true 537c6d7a45dSGunnar Mills }, 538c6d7a45dSGunnar Mills "Oem": { 539c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 540c6d7a45dSGunnar Mills "description": "The OEM extension property.", 541c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 542c6d7a45dSGunnar Mills }, 543c6d7a45dSGunnar Mills "ServiceEnabled": { 544c6d7a45dSGunnar Mills "description": "An indication of whether this service is enabled.", 545c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether this service is enabled.", 546c6d7a45dSGunnar Mills "readonly": false, 547c6d7a45dSGunnar Mills "type": [ 548c6d7a45dSGunnar Mills "boolean", 549c6d7a45dSGunnar Mills "null" 550c6d7a45dSGunnar Mills ], 551c6d7a45dSGunnar Mills "versionAdded": "v1_2_0" 552c6d7a45dSGunnar Mills }, 553c6d7a45dSGunnar Mills "Status": { 554c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 555c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 556c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 557c6d7a45dSGunnar Mills }, 558c6d7a45dSGunnar Mills "SupportedCollectionFunctions": { 559c6d7a45dSGunnar Mills "description": "The functions that can be performed over each metric.", 560c6d7a45dSGunnar Mills "items": { 561c6d7a45dSGunnar Mills "anyOf": [ 562c6d7a45dSGunnar Mills { 563c6d7a45dSGunnar Mills "$ref": "#/definitions/CollectionFunction" 564c6d7a45dSGunnar Mills }, 565c6d7a45dSGunnar Mills { 566c6d7a45dSGunnar Mills "type": "null" 567c6d7a45dSGunnar Mills } 568c6d7a45dSGunnar Mills ] 569c6d7a45dSGunnar Mills }, 570c6d7a45dSGunnar Mills "longDescription": "This property shall contain the function to apply over the collection duration.", 571c6d7a45dSGunnar Mills "readonly": true, 572c6d7a45dSGunnar Mills "type": "array" 573c6d7a45dSGunnar Mills }, 574c6d7a45dSGunnar Mills "SupportedOEMTelemetryDataTypes": { 575c6d7a45dSGunnar Mills "description": "A list of supported OEM-defined telemetry data types.", 576c6d7a45dSGunnar Mills "items": { 577c6d7a45dSGunnar Mills "type": [ 578c6d7a45dSGunnar Mills "string", 579c6d7a45dSGunnar Mills "null" 580c6d7a45dSGunnar Mills ] 581c6d7a45dSGunnar Mills }, 582c6d7a45dSGunnar Mills "longDescription": "This property shall contain a list of supported OEM-defined telemetry data types.", 583c6d7a45dSGunnar Mills "readonly": true, 584c6d7a45dSGunnar Mills "type": "array", 585c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 586c6d7a45dSGunnar Mills }, 587c6d7a45dSGunnar Mills "SupportedTelemetryDataTypes": { 588c6d7a45dSGunnar Mills "description": "A list of supported telemetry data types.", 589c6d7a45dSGunnar Mills "items": { 590c6d7a45dSGunnar Mills "anyOf": [ 591c6d7a45dSGunnar Mills { 592c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryData.json#/definitions/TelemetryDataTypes" 593c6d7a45dSGunnar Mills }, 594c6d7a45dSGunnar Mills { 595c6d7a45dSGunnar Mills "type": "null" 596c6d7a45dSGunnar Mills } 597c6d7a45dSGunnar Mills ] 598c6d7a45dSGunnar Mills }, 599c6d7a45dSGunnar Mills "longDescription": "This property shall contain a list of supported telemetry data types.", 600c6d7a45dSGunnar Mills "readonly": true, 601c6d7a45dSGunnar Mills "type": "array", 602c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 603c6d7a45dSGunnar Mills }, 604c6d7a45dSGunnar Mills "TelemetryData": { 605c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryDataCollection.json#/definitions/TelemetryDataCollection", 606c6d7a45dSGunnar Mills "description": "The link to the collection of data telemetry.", 607c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `TelemetryDataCollection`.", 608c6d7a45dSGunnar Mills "readonly": true, 609c6d7a45dSGunnar Mills "versionAdded": "v1_4_0" 610c6d7a45dSGunnar Mills }, 611c6d7a45dSGunnar Mills "Triggers": { 612c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/TriggersCollection.json#/definitions/TriggersCollection", 613c6d7a45dSGunnar Mills "description": "The link to the collection of triggers that apply to metrics.", 614c6d7a45dSGunnar Mills "longDescription": "This property shall contain a link to a resource collection of type `TriggersCollection`.", 615c6d7a45dSGunnar Mills "readonly": true 616c6d7a45dSGunnar Mills } 617c6d7a45dSGunnar Mills }, 618c6d7a45dSGunnar Mills "required": [ 619c6d7a45dSGunnar Mills "@odata.id", 620c6d7a45dSGunnar Mills "@odata.type", 621c6d7a45dSGunnar Mills "Id", 622c6d7a45dSGunnar Mills "Name" 623c6d7a45dSGunnar Mills ], 624c6d7a45dSGunnar Mills "type": "object" 625c6d7a45dSGunnar Mills } 626c6d7a45dSGunnar Mills }, 627c6d7a45dSGunnar Mills "language": "en", 628c6d7a45dSGunnar Mills "owningEntity": "DMTF", 629c6d7a45dSGunnar Mills "release": "2025.2", 630c6d7a45dSGunnar Mills "title": "#TelemetryService.v1_4_0.TelemetryService" 631c6d7a45dSGunnar Mills}