Managed System PCM Preferences

The managed system PCM preference API is a subset of ManagementConsolePCMpreferences API. This API works on a particular managed system that is connected to HMC and provides APIs enable / disable utilization data collection.

A managed system has the following PCM preferences:
  1. EnergyMonitoringCapable: This is a read-only attribute and provides information on whether the managed system supports Energy data collection or not. For non-supported managed systems, the value of EnergyMonitoringCapable attribute is false. This attribute is available from HMC 860 SP1 release onwards.
  2. LongTermMonitorEnabled: Long term monitoring configuration value
  3. AggregationEnabled: Utilization data aggregation configuration value
  4. ShortTermMonitorEnabled: Short term monitoring configuration value
  5. ComputeLTMEnabled: Processor and memory metrics monitoring configuration value
  6. EnergyMonitorEnabled: Energy monitoring status configuration value
.

For aggregation of the PCM data, it is essential to have Long Term Monitoring (LTM) enabled. If the user enables only aggregation and does not enable LTM, the application implicitly enables LTM and Energy Monitoring, if the managed system supports Energy monitoring.

The Energy Monitoring flag is available from HMC Version 8 onwards.

Resource
/rest/api/pcm/ManagedSystem/{uuid}/preferences

Since: Version 1_1_0

Table 1. Supported methods
Method Description Internet media type
GET This API is used to retrieve the preferences set for a managed system that is connected to the HMC. application/xml, application/vnd.ibm.powervm.pcm.dita
POST This API is used to set/update the preferences set for a managed system that is connected to the HMC. application/xml, application/vnd.ibm.powervm.pcm.dita



Last updated: Fri, June 23, 2017