White Papers
17 Dell OpenManage Power Center REST API Reference Guide
Type
Name
Description
Boolean
selectAllGroups
Indicates whether all devices would be selected, “true” for yes and
“false” for no. Only applicable for reports that require target devices
/ groups. Can be combined with “selectAllDevices” flag.
4.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"