Provides the ability to manage metrics.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Systems/{ComputerSystemId}/DellMetricService'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellMetricService' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellMetricService.DellMetricService",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService",
"@odata.type": "#DellMetricService.v1_2_0.DellMetricService",
"Actions": {
"#DellMetricService.ControlMetrics": {
"MetricCollectionEnabled@Redfish.AllowableValues": [
"Reset"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService/Actions/DellMetricService.ControlMetrics"
},
"#DellMetricService.ExportThermalHistory": {
"FileType@Redfish.AllowableValues": [
"CSV",
"XML"
],
"ShareType@Redfish.AllowableValues": [
"CIFS",
"Local",
"NFS"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService/Actions/DellMetricService.ExportThermalHistory"
}
},
"Description": "Provides the ability to manage metrics.",
"Id": "DellMetricService",
"Name": "DellMetricService"
}