Name | Data Type | Value |
Description | string | Retrieves statistics in a well-defined bulk format. The collection of statistics returned is determined by the list of element types passed in to the method and the manifests for those types contained in the supplied OperationalPowerManifestCollection. If both the Elements and OperationalPowerManifestCollection parameters are supplied, then the types of elements returned is an intersection of the element types listed in the Elements parameter and the types for which OperationalPowerManifest instances exist in the supplied OperationalPowersManifestCollection. The statistics are returned through a well-defined array of strings, whose format is specified by the StatisticsFormat parameter, that can be parsed to retrieve the desired statistics as well as limited information about the elements that those metrics describe. |
ValueMap | string | 0, 1, 2, 3, 4, 5, .., 4096, 4097, 4098, 4099..32767, 32768..65535 |
Values | string | Job Completed with No Error, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, Method Reserved, Method Parameters Checked - Job Started, Element Not Supported, Statistics Format Not Supported, Method Reserved, Vendor Specific |
Name | Type | Qualifiers |
Name | Data Type | Value |
StatisticsFormat | uint16 |
Description | string | Specifies the format of the Statistics output parameter.
- CSV = Comma Separated Values. |
ValueMap | string | 0, 1, 2, .., 0x8000.. |
Values | string | Unknown, Other, CSV, DMTF Reserved, Vendor Specific |
ElementTypes | uint16[] |
Description | string | Element types for which statistics should be returned. If not supplied (i.e. parameter is null) this parameter is not considered when filtering the instances of StatisticalData that will populate the Statistics output parameter. If the array is not null, but is empty, then no statistics will be returned by this method. A client SHOULD NOT specify this parameter if it is not meaningful (i.e. the service only provides statistics for a single type of element). |
ModelCorrespondence | string | CIM_OperationalPowerStatisticalData.ElementType |
ValueMap | string | 2, 10, 201, 202, 203, 204, 205, 206, 207, .., 0x8000.. |
Values | string | Computer System, Disk Drive, PDU, Power Supply, Fan, CPU, RAID Group, Disk Tray, Controller, DMTF Reserved, Vendor Specific |
Statistics | string[] |
Description | string | The statistics for all the elements as determined by the Elements, ManifestCollection parameters, and StatisticsFormat parameters. |
ModelCorrespondence | string | CIM_OperationalPowerStatisticsService.GetStatisticsCollection(ElementTypes), CIM_OperationalPowerStatisticsService.GetStatisticsCollection(ManifestCollection), CIM_OperationalPowerStatisticsService.GetStatisticsCollection(StatisticsFormat) |
OUT | boolean | true |
Job |
REF
CIM_ConcreteJob |
Description | string | Reference to the job (may be null if job completed). |
IN | boolean | false |
OUT | boolean | true |
ManifestCollection |
REF
CIM_OperationalPowerManifestCollection |
Description | string | The OperationalPowerManifestCollection that contains the manifests that list the metrics to be returned for each element type. If not supplied (i.e. parameter is null), then all available statistics will be returned unfiltered. Only elements that match the element type properties (if meaningful) of the OperationalPowerManifest instances contained within the OperationalPowerManifestCollection will have data returned by this method. If the supplied OperationalPowerManifestCollection does not contain any OperationalPowerStatisticsManifest instances, then no statistics will be returned by this method. |
Name | Data Type | Value |
Description | string | Creates a new OperationalPowerManifestCollection instance, whose members can serve as a filter for metrics retrieved through the GetStatisticsCollection method. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6..32767, 32768..65535 |
Values | string | Ok, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, Method Reserved, Vendor Specific |
Name | Data Type | Value |
Description | string | Method that creates or modifies a OperationalPowerManifest for this statistics service. A client supplies a OperationalPowerManifestCollection in which the new OperationalPowerManifest will be placed or an existing OperationalPowerManifest will be modified, the element type of the statistics that the OperationalPowerManifest will filter, and a list of metrics, which serves as a filter for statistical data of that element type. |
ValueMap | string | 0, 1, 2, 3, 4, 5, .., 4096, 4097, 4098, 4099..32767, 32768..65535 |
Values | string | Success, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, Method Reserved, Element Not Supported, Metric not supported, ElementType Parameter Missing, Method Reserved, Vendor Specific |
Name | Type | Qualifiers |
Name | Data Type | Value |
ElementName | string |
Description | string | A client-defined string that identifies the OperationalPowerManifest created or modified by this method. |
ElementType | uint16 |
Description | string | The type of elements whose statistics the OperationalPowerManifest will filter. |
ModelCorrespondence | string | CIM_OperationalPowerManifest.ElementType |
ValueMap | string | 2, 10, 201, 202, 203, 204, 205, 206, 207, .., 0x8000.. |
Values | string | Computer System, Disk Drive, PDU, Power Supply, Fan, CPU, RAID Group, Disk Tray, Controller, DMTF Reserved, Vendor Specific |
StatisticsList | string[] |
Description | string | The metrics that will be included by the filter. The metrics supplied here are the properties of CIM_StatisticalData or one of its subclasses that will remain after the OperationalPowerManifest filter is applied. |
Manifest |
REF
CIM_OperationalPowerManifest |
Description | string | The OperationalPowerManifest that is created or modified on successful execution of the method. |
OUT | boolean | true |
ManifestCollection |
REF
CIM_OperationalPowerManifestCollection |
Description | string | OperationalPowerManifestCollection that the OperationalPowerManifest is or should be a member of. |
Name | Data Type | Value |
Description | string | Extrinsic method that removes manifests from a OperationalPowerManifestCollection. |
ValueMap | string | 0, 1, 2, 3, 4, 5, .., 4096, 4097..32767, 32768..65535 |
Values | string | Success, Not Supported, Unknown, Timeout, Failed, Invalid Parameter, Method Reserved, Manifest not found, Method Reserved, Vendor Specific |