Post by ginugeorge on Oct 22, 2024 7:39:56 GMT
When we refer the schema redfish.dmtf.org/schemas/v1/MetricReportDefinition.v1_4_3.json ,
we see the below information about the Attributes "ReportActions" and "ReportUpdates" that
The properties "ReportActions" and "ReportUpdates" should be ignored if MetricReportDefinitionType contains the value `OnRequest`.
Does the above highlighted statement indicates that we should ignore the "ReportActions" and "ReportUpdates" attributes, even though they are present in the Redfish Response ? or "ReportActions" and "ReportUpdates" attributes should not be present in the Redfish Response itself ? Please help to clarify.
"ReportActions": {
"description": "The set of actions to perform when a metric report is generated.",
"items": {
"$ref": "#/definitions/ReportActionsEnum"
},
"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`.",
"readonly": false,
"type": "array"
},
"ReportUpdates": {
"$ref": "#/definitions/ReportUpdatesEnum",
"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.",
"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`.",
"readonly": false
}
we see the below information about the Attributes "ReportActions" and "ReportUpdates" that
The properties "ReportActions" and "ReportUpdates" should be ignored if MetricReportDefinitionType contains the value `OnRequest`.
Does the above highlighted statement indicates that we should ignore the "ReportActions" and "ReportUpdates" attributes, even though they are present in the Redfish Response ? or "ReportActions" and "ReportUpdates" attributes should not be present in the Redfish Response itself ? Please help to clarify.