Get Reclamation Savings By Group Rpt
Retrieve a reclamation cost savings report keyed by the group.
the name of the group to show savings for, or null to include all machines.
the type of machine to show, or null to include all types of machines.
the start of the report.
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
The report is retrieved.
[
{
"machinesTotal": 0,
"beginDate": "string",
"groupName": "string",
"cost": "number",
"cpus": 0,
"machinesReclaimedPercent": 0,
"machinesReclaimed": 0,
"href": "string",
"memoryMBTotal": 0,
"storageGBTotal": 0,
"machineType": "string"
}
]
Report feature no longer supported.