1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.v1_4_6.json",
3    "$ref": "#/definitions/MetricReportDefinition",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "Oem": {
27                    "$ref": "#/definitions/OemActions",
28                    "description": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "CalculationAlgorithmEnum": {
35            "description": "The function to apply to the list of metric properties.",
36            "enum": [
37                "Average",
38                "Maximum",
39                "Minimum",
40                "Summation"
41            ],
42            "enumDescriptions": {
43                "Average": "The metric is calculated as the average metric reading over a duration.",
44                "Maximum": "The metric is calculated as the maximum metric reading over a duration.",
45                "Minimum": "The metric is calculated as the minimum metric reading over a duration.",
46                "Summation": "The metric is calculated as the sum of the values over a duration."
47            },
48            "enumLongDescriptions": {
49                "Average": "This value shall indicate the metric is calculated as the average metric reading over a duration.  The duration shall be the `CollectionDuration` property value.",
50                "Maximum": "This value shall indicate the metric is calculated as the maximum metric reading over a duration.  The duration shall be the `CollectionDuration` property value.",
51                "Minimum": "This value shall indicate the metric is calculated as the minimum metric reading over a duration.  The duration shall be the `CollectionDuration` property value.",
52                "Summation": "This value shall indicate the metric is calculated as the sum of the specified metric reading over a duration.  The duration shall be the `CollectionDuration` property value."
53            },
54            "longDescription": "This type shall specify the function to apply to the list of metric properties.",
55            "type": "string"
56        },
57        "CollectionTimeScope": {
58            "description": "The time scope of the related metric values.",
59            "enum": [
60                "Point",
61                "Interval",
62                "StartupInterval"
63            ],
64            "enumDescriptions": {
65                "Interval": "The corresponding metric values apply to a time interval.  On the corresponding metric value instances, the `Timestamp` property value in the metric report specifies the end of the time interval and the `CollectionDuration` property specifies its duration.",
66                "Point": "The corresponding metric values apply to a point in time.  On the corresponding metric value instances, the `Timestamp` property value in the metric report specifies the point in time.",
67                "StartupInterval": "The corresponding metric values apply to a time interval that began at the startup of the measured resource.  On the corresponding metric value instances, the `Timestamp` property value in the metric report specifies the end of the time interval.  The `CollectionDuration` property value specifies the duration between the startup of the resource and timestamp."
68            },
69            "enumLongDescriptions": {
70                "Interval": "This value shall indicate the corresponding metric values apply to a time interval.  On the corresponding metric value instances, the `Timestamp` property value in the metric report shall specify the end of the time interval and the `CollectionDuration` property shall specify its duration.",
71                "Point": "This value shall indicate the corresponding metric values apply to a point in time.  On the corresponding metric value instances, the `Timestamp` property value in the metric report shall specify the point in time.",
72                "StartupInterval": "This value shall indicate the corresponding metric values apply to a time interval that began at the startup of the measured resource.  On the corresponding metric value instances, the `Timestamp` property value in the metric report shall specify the end of the time interval.  The `CollectionDuration` property value shall specify the duration between the startup of the resource and timestamp."
73            },
74            "longDescription": "This type shall specify the time scope of the corresponding metric values.",
75            "type": "string"
76        },
77        "Links": {
78            "additionalProperties": false,
79            "description": "The links to other resources that are related to this resource.",
80            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
81            "patternProperties": {
82                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
83                    "description": "This property shall specify a valid odata or Redfish property.",
84                    "type": [
85                        "array",
86                        "boolean",
87                        "integer",
88                        "number",
89                        "null",
90                        "object",
91                        "string"
92                    ]
93                }
94            },
95            "properties": {
96                "Oem": {
97                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
98                    "description": "The OEM extension property.",
99                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
100                },
101                "Triggers": {
102                    "description": "The triggers that cause this metric report definition to generate a new metric report upon a trigger occurrence when the `TriggerActions` property contains `RedfishMetricReport`.",
103                    "items": {
104                        "$ref": "http://redfish.dmtf.org/schemas/v1/Triggers.json#/definitions/Triggers"
105                    },
106                    "longDescription": "This property shall contain a set of triggers that cause this metric report to generate a new metric report upon a trigger occurrence when the `TriggerActions` property contains `RedfishMetricReport`.",
107                    "readonly": true,
108                    "type": "array",
109                    "versionAdded": "v1_2_0"
110                },
111                "Triggers@odata.count": {
112                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
113                }
114            },
115            "type": "object"
116        },
117        "Metric": {
118            "additionalProperties": false,
119            "description": "Specifies a set of metrics to include in the metric report.  Calculation parameters, if present, are applied to the metrics prior to being included in the metric report.",
120            "longDescription": "The properties shall specify a set of metrics to include in the metric report.  The algorithm specified by `CollectionFunction`, if present, shall be applied to each of the metric properties listed in the `MetricProperties` property or the metric properties specified in the `MetricDefinition` referenced by the `MetricId` property prior to being included in the metric report.",
121            "patternProperties": {
122                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
123                    "description": "This property shall specify a valid odata or Redfish property.",
124                    "type": [
125                        "array",
126                        "boolean",
127                        "integer",
128                        "number",
129                        "null",
130                        "object",
131                        "string"
132                    ]
133                }
134            },
135            "properties": {
136                "CollectionDuration": {
137                    "description": "The duration over which the function is computed.",
138                    "longDescription": "This property shall specify the duration over which the function is computed.",
139                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
140                    "readonly": false,
141                    "type": [
142                        "string",
143                        "null"
144                    ]
145                },
146                "CollectionFunction": {
147                    "anyOf": [
148                        {
149                            "$ref": "#/definitions/CalculationAlgorithmEnum"
150                        },
151                        {
152                            "type": "null"
153                        }
154                    ],
155                    "description": "Specifies the function to perform on each of the metric properties listed in the `MetricProperties` property or the metric properties specified in the `MetricDefinition` referenced by the `MetricId` property.  If not specified, calculations are not performed on the metric properties.",
156                    "longDescription": "The property shall specify the function to perform on each of the metric properties listed in the `MetricProperties` property or the metric properties specified in the `MetricDefinition` referenced by the `MetricId` property.  If not specified, calculations shall not be performed on the metric properties.",
157                    "readonly": false
158                },
159                "CollectionTimeScope": {
160                    "anyOf": [
161                        {
162                            "$ref": "#/definitions/CollectionTimeScope"
163                        },
164                        {
165                            "type": "null"
166                        }
167                    ],
168                    "description": "The scope of time over which the function is applied.",
169                    "longDescription": "This property shall specify the scope of time over which the function is applied.",
170                    "readonly": false
171                },
172                "MetricId": {
173                    "description": "The metric definition identifier that contains the metric properties to include in the metric report.",
174                    "longDescription": "This property shall contain the value of the `Id` property of the `MetricDefinition` resource that contains the metric properties to include in the metric report.  This property should not be present if `MetricProperties` is present.",
175                    "readonly": false,
176                    "type": [
177                        "string",
178                        "null"
179                    ]
180                },
181                "MetricProperties": {
182                    "description": "The list of URIs with wildcards and property identifiers to include in the metric report.  If a URI has wildcards, the wildcards are substituted as specified in the `Wildcards` property.",
183                    "format": "uri-reference",
184                    "items": {
185                        "type": [
186                            "string",
187                            "null"
188                        ]
189                    },
190                    "longDescription": "This property shall contain a list of URIs with wildcards and property identifiers to include in the metric report.  A set of curly braces shall delimit each wildcard in the URI.  The corresponding entry in the `Wildcard` property shall replace each wildcard.  After each wildcard is replaced, it shall describe a resource property to include in the metric report.  The property identifiers portion of the URI shall follow RFC6901-specified JSON pointer notation rules.  This property should not be present if `MetricId` is present.",
191                    "readonly": false,
192                    "type": "array"
193                },
194                "Oem": {
195                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
196                    "description": "The OEM extension property.",
197                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
198                    "versionAdded": "v1_4_0"
199                }
200            },
201            "type": "object"
202        },
203        "MetricReportDefinition": {
204            "additionalProperties": false,
205            "description": "The `MetricReportDefinition` schema describes set of metrics that are collected into a metric report.",
206            "longDescription": "This resource shall specify a set of metrics that shall be collected into a metric report in a Redfish implementation.",
207            "patternProperties": {
208                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
209                    "description": "This property shall specify a valid odata or Redfish property.",
210                    "type": [
211                        "array",
212                        "boolean",
213                        "integer",
214                        "number",
215                        "null",
216                        "object",
217                        "string"
218                    ]
219                }
220            },
221            "properties": {
222                "@odata.context": {
223                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
224                },
225                "@odata.etag": {
226                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
227                },
228                "@odata.id": {
229                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
230                },
231                "@odata.type": {
232                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
233                },
234                "Actions": {
235                    "$ref": "#/definitions/Actions",
236                    "description": "The available actions for this resource.",
237                    "longDescription": "This property shall contain the available actions for this resource."
238                },
239                "AppendLimit": {
240                    "description": "The maximum number of entries that can be appended to a metric report.  When the metric report reaches its limit, its behavior is dictated by the `ReportUpdates` property.",
241                    "longDescription": "This property shall contain a number that indicates the maximum number of entries that can be appended to a metric report.  When the metric report reaches its limit, its behavior shall be dictated by the `ReportUpdates` property.  This property shall be required if `ReportUpdates` contains `AppendWrapsWhenFull` or `AppendStopsWhenFull`.",
242                    "minimum": 0,
243                    "readonly": true,
244                    "type": "integer"
245                },
246                "Description": {
247                    "anyOf": [
248                        {
249                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
250                        },
251                        {
252                            "type": "null"
253                        }
254                    ],
255                    "readonly": true
256                },
257                "Id": {
258                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
259                    "readonly": true
260                },
261                "Links": {
262                    "$ref": "#/definitions/Links",
263                    "description": "The links to other resources that are related to this resource.",
264                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
265                    "versionAdded": "v1_2_0"
266                },
267                "MetricProperties": {
268                    "description": "The list of URIs with wildcards and property identifiers to include in the metric report.  If a URI has wildcards, the wildcards are substituted as specified in the `Wildcards` property.",
269                    "format": "uri-reference",
270                    "items": {
271                        "type": [
272                            "string",
273                            "null"
274                        ]
275                    },
276                    "longDescription": "This property shall contain a list of URIs with wildcards and property identifiers to include in the metric report.  A set of curly braces shall delimit each wildcard in the URI.  The corresponding entry in the `Wildcard` property shall replace each wildcard.  After each wildcard is replaced, it shall describe a resource property to include in the metric report.  The property identifiers portion of the URI shall follow RFC6901-specified JSON pointer notation rules.",
277                    "readonly": false,
278                    "type": "array"
279                },
280                "MetricReport": {
281                    "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReport.json#/definitions/MetricReport",
282                    "description": "The most recent metric report produced by this metric report definition.",
283                    "longDescription": "This property shall contain a link to a resource of type `MetricReport` that represents the most recent metric report produced by this metric report definition.",
284                    "readonly": true
285                },
286                "MetricReportDefinitionEnabled": {
287                    "description": "An indication of whether the generation of new metric reports is enabled.",
288                    "longDescription": "This property shall indicate whether the generation of new metric reports is enabled.",
289                    "readonly": false,
290                    "type": [
291                        "boolean",
292                        "null"
293                    ],
294                    "versionAdded": "v1_2_0"
295                },
296                "MetricReportDefinitionType": {
297                    "anyOf": [
298                        {
299                            "$ref": "#/definitions/MetricReportDefinitionType"
300                        },
301                        {
302                            "type": "null"
303                        }
304                    ],
305                    "description": "Specifies when the metric report is generated.",
306                    "longDescription": "This property shall specify when the metric report is generated.  If the value is `Periodic`, the `Schedule` property shall be present.",
307                    "readonly": false
308                },
309                "MetricReportHeartbeatInterval": {
310                    "description": "The interval at which to send the complete metric report because the Redfish client wants refreshed metric data even when the data has not changed.  This property value is always greater than the recurrence interval of a metric report, and it only applies when the `SuppressRepeatedMetricValue` property is `true`.",
311                    "longDescription": "The property value shall contain a Redfish duration that describes the time interval between generations of the unsuppressed metric report.  It shall always be a value greater than the `RecurrenceInterval` property within `Schedule` and should only apply when the `SuppressRepeatedMetricValue` property is `true`.",
312                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
313                    "readonly": false,
314                    "type": [
315                        "string",
316                        "null"
317                    ],
318                    "versionAdded": "v1_2_0"
319                },
320                "Metrics": {
321                    "description": "The list of metrics to include in the metric report.  The metrics might include calculations to apply to metric properties.",
322                    "items": {
323                        "$ref": "#/definitions/Metric"
324                    },
325                    "longDescription": "The property shall contain a list of metrics to include in the metric report.  The metrics may include calculations to apply to metric properties.",
326                    "type": "array"
327                },
328                "Name": {
329                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
330                    "readonly": true
331                },
332                "Oem": {
333                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
334                    "description": "The OEM extension property.",
335                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
336                },
337                "ReportActions": {
338                    "description": "The set of actions to perform when a metric report is generated.",
339                    "items": {
340                        "$ref": "#/definitions/ReportActionsEnum"
341                    },
342                    "longDescription": "This property shall contain the set of actions to perform when the metric report is generated.  This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`.",
343                    "readonly": false,
344                    "type": "array"
345                },
346                "ReportTimespan": {
347                    "description": "The maximum timespan that a metric report can cover.",
348                    "longDescription": "This property shall contain the maximum timespan that a metric report can cover.",
349                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
350                    "readonly": false,
351                    "type": [
352                        "string",
353                        "null"
354                    ],
355                    "versionAdded": "v1_3_0"
356                },
357                "ReportUpdates": {
358                    "$ref": "#/definitions/ReportUpdatesEnum",
359                    "description": "The behavior for how subsequent metric reports are handled in relationship to an existing metric report created from the metric report definition.  Namely, whether to overwrite, append, or create a metric report.",
360                    "longDescription": "This property shall contain the behavior for how subsequent metric reports are handled in relationship to an existing metric report created from the metric report definition.  This property should be ignored if `MetricReportDefinitionType` contains the value `OnRequest`.",
361                    "readonly": false
362                },
363                "Schedule": {
364                    "$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.json#/definitions/Schedule",
365                    "description": "The schedule for generating the metric report.",
366                    "longDescription": "This property shall contain the schedule of the metric report.  The metric report shall be generated at an interval specified by the `RecurrenceInterval` property within `Schedule`.  If the `MaxOccurrences` property within `Schedule` is specified, the metric report shall no longer be generated after the specified number of occurrences.  The `State` property within `Status` should be set to `Disabled` and the `MetricReportDefinitionEnabled` property should be set to `false` when the specified number of occurrences is reached."
367                },
368                "Status": {
369                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
370                    "description": "The status and health of the resource and its subordinate or dependent resources.",
371                    "longDescription": "This property shall contain any status or health properties of the resource."
372                },
373                "SuppressRepeatedMetricValue": {
374                    "description": "An indication of whether any metrics are suppressed from the generated metric report.  If `true`, any metric that equals the same value in the previously generated metric report is suppressed from the current report.  Also, duplicate metrics are suppressed.  If `false`, no metrics are suppressed from the current report.  The current report might contain no metrics if all metrics equal the values in the previously generated metric report.",
375                    "longDescription": "This property shall indicate whether any metrics are suppressed from the generated metric report.  If `true`, any metric that equals the same value in the previously generated metric report is suppressed from the current report.  Also, duplicate metrics are suppressed.  If `false`, no metrics are suppressed from the current report.  The current report may contain no metrics if all metrics equal the values in the previously generated metric report.",
376                    "readonly": false,
377                    "type": [
378                        "boolean",
379                        "null"
380                    ],
381                    "versionAdded": "v1_2_0"
382                },
383                "Wildcards": {
384                    "description": "The set of wildcards and their substitution values for the entries in the `MetricProperties` property.",
385                    "items": {
386                        "$ref": "#/definitions/Wildcard"
387                    },
388                    "longDescription": "The property shall contain a set of wildcards and their replacement strings, which are applied to the `MetricProperties` property.  Each wildcard expressed in the `MetricProperties` property shall have a corresponding entry in this property.",
389                    "type": "array"
390                }
391            },
392            "required": [
393                "@odata.id",
394                "@odata.type",
395                "Id",
396                "Name"
397            ],
398            "type": "object"
399        },
400        "MetricReportDefinitionType": {
401            "description": "Indicates when the metric report is generated.",
402            "enum": [
403                "Periodic",
404                "OnChange",
405                "OnRequest"
406            ],
407            "enumDescriptions": {
408                "OnChange": "The metric report is generated when any of the metric values change.",
409                "OnRequest": "The metric report is generated when an HTTP `GET` is performed on the specified metric report.",
410                "Periodic": "The metric report is generated at a periodic time interval, specified in the `Schedule` property."
411            },
412            "longDescription": "This type shall specify when the metric report is generated.",
413            "type": "string"
414        },
415        "OemActions": {
416            "additionalProperties": true,
417            "description": "The available OEM-specific actions for this resource.",
418            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
419            "patternProperties": {
420                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
421                    "description": "This property shall specify a valid odata or Redfish property.",
422                    "type": [
423                        "array",
424                        "boolean",
425                        "integer",
426                        "number",
427                        "null",
428                        "object",
429                        "string"
430                    ]
431                }
432            },
433            "properties": {},
434            "type": "object"
435        },
436        "ReportActionsEnum": {
437            "description": "Actions to perform when a metric report is generated.",
438            "enum": [
439                "LogToMetricReportsCollection",
440                "RedfishEvent"
441            ],
442            "enumDescriptions": {
443                "LogToMetricReportsCollection": "Record the occurrence to the metric report collection.",
444                "RedfishEvent": "Send a Redfish event message containing the metric report."
445            },
446            "enumLongDescriptions": {
447                "LogToMetricReportsCollection": "This value shall indicate the service records the occurrence to the metric report collection found under the telemetry service.  The service shall update the metric report based on the setting of the `ReportUpdates` property.",
448                "RedfishEvent": "This value shall indicate the service sends a Redfish event of type `MetricReport` to subscribers in the event subscription collection of the event service."
449            },
450            "longDescription": "This type shall specify the actions to perform when a metric report is generated.",
451            "type": "string"
452        },
453        "ReportUpdatesEnum": {
454            "description": "Handling of subsequent metric reports when a metric report exists.",
455            "enum": [
456                "Overwrite",
457                "AppendWrapsWhenFull",
458                "AppendStopsWhenFull",
459                "NewReport"
460            ],
461            "enumDescriptions": {
462                "AppendStopsWhenFull": "New information is appended to the metric report.  The service stops adding entries when the metric report has reached its maximum capacity.",
463                "AppendWrapsWhenFull": "New information is appended to the metric report.  The metric report entries are overwritten with new entries when the metric report has reached its maximum capacity.",
464                "NewReport": "A new metric report is created, whose identifier is a service-defined identifier concatenated with the timestamp.",
465                "Overwrite": "Overwrite the metric report."
466            },
467            "enumLongDescriptions": {
468                "AppendStopsWhenFull": "This value shall indicate the service appends new information to the metric report referenced by the `MetricReport` property.  The service shall stop adding entries when the metric report has reached its maximum capacity.  The `State` property within `Status` should be set to `Disabled` and the `MetricReportDefinitionEnabled` property should be set to `false` when the append limit is reached.",
469                "AppendWrapsWhenFull": "This value shall indicate the service appends new information to the metric report referenced by the `MetricReport` property.  The service shall overwrite entries in the metric report with new entries when the metric report has reached its maximum capacity.",
470                "NewReport": "This value shall indicate the service creates a new metric report resource, whose `Id` property is a service-defined identifier concatenated with the timestamp.  The metric report referenced by the `MetricReport` property shall reference the metric report most recently created by this metric report definition.",
471                "Overwrite": "This value shall indicate the service overwrites the metric report referenced by the `MetricReport` property."
472            },
473            "longDescription": "This type shall indicate how the service handles subsequent metric reports when a metric report exists.",
474            "type": "string"
475        },
476        "Wildcard": {
477            "additionalProperties": false,
478            "description": "The wildcard and its substitution values.",
479            "longDescription": "This type shall contain a wildcard and its substitution values.",
480            "patternProperties": {
481                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
482                    "description": "This property shall specify a valid odata or Redfish property.",
483                    "type": [
484                        "array",
485                        "boolean",
486                        "integer",
487                        "number",
488                        "null",
489                        "object",
490                        "string"
491                    ]
492                }
493            },
494            "properties": {
495                "Keys": {
496                    "deprecated": "This property has been deprecated in favor of using the property Values.",
497                    "description": "An array of values to substitute for the wildcard.",
498                    "items": {
499                        "type": [
500                            "string",
501                            "null"
502                        ]
503                    },
504                    "longDescription": "This property shall contain the list of values to substitute for the wildcard.",
505                    "readonly": false,
506                    "type": "array",
507                    "versionDeprecated": "v1_1_0"
508                },
509                "Name": {
510                    "description": "The string used as a wildcard.",
511                    "longDescription": "This property shall contain the string used as a wildcard.",
512                    "readonly": false,
513                    "type": [
514                        "string",
515                        "null"
516                    ]
517                },
518                "Values": {
519                    "description": "An array of values to substitute for the wildcard.",
520                    "items": {
521                        "type": [
522                            "string",
523                            "null"
524                        ]
525                    },
526                    "longDescription": "This property shall contain the list of values to substitute for the wildcard.",
527                    "readonly": false,
528                    "type": "array",
529                    "versionAdded": "v1_1_0"
530                }
531            },
532            "type": "object"
533        }
534    },
535    "language": "en",
536    "owningEntity": "DMTF",
537    "release": "2020.4",
538    "title": "#MetricReportDefinition.v1_4_6.MetricReportDefinition"
539}