Cost usage reports by VM hours

This feature imports recent accounting data to allow access via the Abiquo API. The feature can also be customized to provide detailed reports for all levels of the hierarchy by VM usage in hours. The administrator can filter these reports by entities, e.g. reseller, customer of reseller, etc. So for example, a reseller can supply reports to their customers, and even the departments of the customer. The platform can also support bulk pricing for ranges of VMs per reseller.

 Click here to show/hide example report data

The following example shows the data for a sample report.

 {
    "usageStartTime" : "2020/04/01 00:00:00 +0000",
    "usageEndTime" : "2020/04/30 23:59:59 +0000",
    "resellerCode" : "codeResellerA",
    "keyNodeName" : "keyNodeA1",
    "enterpriseId" : 2,
    "enterpriseName" : "Enterprise A12",
    "internalCustomerId" : "contractKeyNodeA1",
    "hours" : 144,
    "priceFirstInterval" : 3.00000,
    "costFirstIntervalPrice" : 432.00000,
    "weightedPrice" : 1.54545455,
    "cost" : 222.54545520,
    "currencyCode" : "USD",
    "conversionFactor" : 1.00000,
    "costApplyingConversionFactor" : 222.5454552000000,
    "startBillingPeriod" : "2020/04/01 00:00:00 +0000",
    "endBillingPeriod" : "2020/04/30 23:59:59 +0000",
    "links" : [ ]
  }


Copyright © 2006-2022, Abiquo Holdings SL. All rights reserved