Get Reclamation Savings By Owner Rpt

Get Reclamation Savings By Owner Rpt

Retrieve a reclamation cost savings report keyed by the machine owner.

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

the name of the owner to show savings for, or null to include all machines.

string
machineType
Optional

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

string
beginDate
Optional

the start of the report.

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.

[
    {
        "machinesTotal": 0,
        "beginDate": "string",
        "groupName": "string",
        "cost": "number",
        "cpus": 0,
        "machinesReclaimedPercent": 0,
        "machinesReclaimed": 0,
        "href": "string",
        "userName": "string",
        "memoryMBTotal": 0,
        "storageGBTotal": 0,
        "machineType": "string"
    }
]

410

Report feature no longer supported.

Operation doesn't return any data structure