Skip to main content

GET /nodes/metrics/{uuid}

Use this method to return a set of sample metrics for a specific server or Flex System storage device. Each sample is represented in terms of when the sample was taken (timeStamp) and the value of the sample (metricValue).

Note
  • Depending on your environment and the number of managed hardware resources, it might take several minutes to retrieve the requested metrics data.

  • System usage data (including processor, memory, and I/O) and memory power usage data is not collected for ThinkSystem SR635, SR645, SR655, and SR665 servers.

Authentication

Authentication with username and password is required.

Request URL

GET https://{management_server_IP}/nodes/metrics/{uuid}

where {uuid} is the UUID of the node to be retrieved. To obtain the node UUID, use the GET /nodes method.

Query parameters

ParametersRequired / OptionalDescription
excludeAttributes={attributes}OptionalReturns a response that excludes the specified attributes for each resource. You can specify one or more attributes that are listed in the response body, separated by a comma.
Note
  • When the includeAttributes query parameter is specified, the excludeAttributes query parameter is ignored.
  • The response is filtered based on attribute name, not the attribute value.
  • Base attributes cannot be excluded.
includeAttributes=<attributes}OptionalReturns a response that includes the base attributes and the specified attributes for each resource. You can specify one or more attributes that are listed in the response body, separated by a comma.
Note
  • The response is filtered based on attribute name, not the attribute value.
  • If this attribute is not specified, all attributes are returned by default.

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
400Bad RequestA query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body.
403ForbiddenThe orchestrator server was prevented from fulfilling the request. A descriptive error message is returned in the response body. Ensure that you have privileges to perform the request.
409ConflictThere is a conflict with the current state of the resource. A descriptive error message is returned in the response body.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

Each energy metric contains one or more arrays that include when the sample was taken (timeStamp) and the value of the sample (metricValue).

AttributesTypeDescription
energyMetricsObjectEnergy metrics for the server
 averageSystemInputPowerArray of objectsAverage system input power samples
 minimumSystemInputPowerArray of objectsMinimum system input power samples
 maximumSystemInputPowerArray of objectsMaximum system input power samples
 averageSystemOutputPowerArray of objectsAverage system output power samples
 minimumSystemOutputPowerArray of objectsMinimum system output power samples
 maximumSystemOutputPowerArray of objectsMaximum system output power samples
 averageEffectiveCPUSpeedArray of objectsAverage effective processor speed samples
 minimumEffectiveCPUSpeedArray of objectsMinimum effective processor speed samples
 maximumEffectiveCPUSpeedArray of objectsMaximum effective processor speed samples
 averageCPUSubsystemPowerArray of objectsAverage processor subsystem speed samples
 minimumCPUSubsystemPowerArray of objectsMinimum processor subsystem speed samples
 maximumCPUSubsystemPowerArray of objectsMaximum processor subsystem speed samples
 averageMemorySubsystemPowerArray of objectsAverage memory subsystem power samples
 minimumMemorySubsystemPowerArray of objectsMinimum memory subsystem power samples
 maximumMemorySubsystemPowerArray of objectsMaximum memory subsystem power samples
 coolingSubSystemAirFlowArray of objectsCooling subsystem air flow samples
 inletAirTemperatureArray of objectsInlet air temperature samples
 inletAirTemperature2Array of objectsInlet air temperature samples
 outletAirTemperatureArray of objectsOutlet air temperature samples
 powerSupplyListArray of objectsList of power supplies in the server
  See GET /powerSupplies/metrics/{uuid}ObjectSample metrics for each power supply
nameStringServer name
parentArray 
 uuidString 
 uriString 
uuidStringServer UUID
uriStringServer URI
The following example is returned if the request is successful.
{
"energyMetrics": {
"minimumMemorySubsystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"maximumCPUSubsystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"averageIOSubsystemPerformance": [],
"minimumCPUSubsystemPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"averageSystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"minimumSystemInputPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"minimumSystemOutputPower": [],
"maximumSystemOutputPower": [],
"minimumCPUSubsystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"minimumIOSubsystemPerformance": [],
"maximumMemorySubsystemPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"averageCPUSubsystemPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"averageMemorySubsystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"minimumSystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"minimumEffectiveCPUSpeed": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"averageMemorySubsystemPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"powerSupplyList": [],
"inletAirTemperature": [{
"timeStamp": "2015-09-11T18:50:30Z",
"metricValue": 18.0
},
...,
{
"timeStamp": "2015-09-11T19:50:00Z",
"metricValue": 17.5
}],
"maximumSystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"maximumMemorySubsystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"averageSystemInputPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 8.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 8.0
}],
"maximumEffectiveCPUSpeed": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"minimumMemorySubsystemPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"maximumIOSubsystemPerformance": [],
"maximumCPUSubsystemPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"maximumSystemInputPower": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 25.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 25.0
}],
"averageCPUSubsystemPerformance": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"inletAirTemperature2": [],
"averageSystemOutputPower": [],
"averageEffectiveCPUSpeed": [{
"timeStamp": "2015-09-11T18:50:00Z",
"metricValue": 0.0
},
...,
{
"timeStamp": "2015-09-11T19:49:30Z",
"metricValue": 0.0
}],
"outletAirTemperature": []
},
"name": "node12",
"parent": {
"uri": "chassis/FBEF740B178F4EFAA846E7225EE256DC",
"uuid": "FBEF740B178F4EFAA846E7225EE256DC"
},
"uri": "node/69BDF8912E5211E4998B40F2E99033F0",
"uuid": "69BDF8912E5211E4998B40F2E99033F0"
}