Get Chargeback By Owner Rpt
Retrieve a chargeback report keyed by the machine owner.
the name of the group to show machines for, or null to include all groups
the type of machine to show, or null to include all types of machines
the start of the report, null is beginning of time
the end of the report, null is end of time
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.
[
{
"memory": 0,
"pageNumber": 0,
"memoryCost": "number",
"cpus": 0,
"endDate": "string",
"groupId": "string",
"storage": 0,
"userName": "string",
"storageCost": "number",
"cpuCost": "number",
"machineName": "string",
"parentId": "string",
"machineTemplateName": "string",
"groupName": "string",
"parentName": "string",
"resultsPerPage": 0,
"blueprintCost": "number",
"tenantId": "string",
"href": "string",
"sortByColumn": "string",
"totalCost": "number",
"startDate": "string",
"machineType": "string",
"chargedDays": 0
}
]
Report feature no longer supported.