Get Chargeback By Owner Rpt

Get Chargeback By Owner Rpt

Retrieve a chargeback report keyed by the machine owner.

Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/reports/chargebackReport/byOwner
COPY
Query Parameters
string
groupName
Optional

the name of the group to show machines for, or null to include all groups

string
machineType
Optional

the type of machine to show, or null to include all types of machines

string
startDate
Optional

the start of the report, null is beginning of time

string
endDate
Optional

the end of the report, null is end of time

integer
page
Optional

Page Number

integer
limit
Optional

Number of entries per page

string
$orderby
Optional

Multiple comma-separated properties sorted in ascending or descending order

integer
$top
Optional

Sets the number of returned entries from the top of the response (total number per page in relation to skip)

integer
$skip
Optional

Sets how many entries you would like to skip

string
$filter
Optional

Boolean expression for whether a particular entry should be included in the response


Responses
200

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
    }
]

410

Report feature no longer supported.

Operation doesn't return any data structure