White Papers

15 Dell OpenManage Power Center 4.0 REST API Reference Guide
3.4 Get System Report Type Summary
GetSystemReportTypeSummary returns predefined report template for a specific report type. Referring to the
attributes list users can customize the attributes for this report type according to below rule:
1. Mandatory attribute’s fields should not be changed (“required” and “needed” must be 1);
2. For non-mandatory attribute:
If needed=0, required should also be 0 since this field is not relevant to this report;
If needed=1, the attribute is relevant to this report type and optional in output; required=1 indicates
that this attribute is to be included and required=0 indicates that this attribute is not to be included.
API usage:
POST <BASE_URL>/getSystemReportTypeSummary?reportType=<ReportType>
Parameters:
Type
Name
Description
String
reportType
Target report type, one of:
"powerHoarders"
"powerFrugal"
"powerData"
"powerHeadroom"
"generalInventory"
"powerHoardersRack"
"powerFrugalRack"
"rawMonitoringData"
"compareReport"
"thermalData"
"powerUtilization"
"powerThresholdViolations"
"powerCapViolations"
"powerCapSettings"
"thresholdSettings"
"rackFragmentationHoarders"
"rackSpaceHoarders"
"rackSpaceFrugal"
"highestTemperature"
"lowestTemperature"
"eventsReport"
"pduOutletAssignment"
"pduSensor"
"thermalEventPolicy"
"vmPowerHoarders"
"vmPowerFrugal"
"vmGeneralInventory"