Reference Guide

Table Of Contents
""
]
}
PATCH method for telemetry service
This method updates the telemetry service resource.
Description Updates the telemetry service resource information.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"ServiceEnabled": true
}
Example
response body
{
"@Message.ExtendedInfo": [
{
"Message": "Successfully Completed Request",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "Base.1.5.Success",
"RelatedProperties": [],
"RelatedProperties@odata.count": 0,
"Resolution": "None",
"Severity": "OK"
},
{
"Message": "The operation successfully completed.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "IDRAC.2.1.SYS413",
"RelatedProperties": [],
"RelatedProperties@odata.count": 0,
"Resolution": "No response action is required.",
"Severity": "Informational"
}
],
"@odata.context": "/
redfish/v1/$metadata#TelemetryService.TelemetryService",
"@odata.id": "/redfish/v1/TelemetryService",
"@odata.type": "#TelemetryService.v1_2_0.TelemetryService",
"Actions": {
"#TelemetryService.SubmitTestMetricReport": {
"target": "/redfish/v1/TelemetryService/Actions/
TelemetryService.SubmitTestMetricReport"
}
},
"Description": "The Manager TelemetryService",
"Id": "TelemetryService",
"MaxReports": 48,
"MetricDefinitions": {
"@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions"
},
"MetricReportDefinitions": {
"@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions"
},
"MetricReports": {
"@odata.id": "/redfish/v1/TelemetryService/MetricReports"
},
"MinCollectionInterval": "PT0H0M5S",
"Name": "TelemetryService",
"Oem": {
Redfish resource model
765