We will take a look to the documentation and try to fill those gaps. When you say the there is a lot of overlap in STIME/ETIME what do you mean? Those are Start and end times. Start is when the user creates the VM and End time when it passes to done state.
The other values in the email are: * OID: object id, use it as ID for any object you are querying, like VM ID * HID: Host id * CID: Cluster id Sunstone uses the json output and from the code it seems it is using CPU_HOURS and MEM_HOURS. I am not the guy that made that piece of code. https://github.com/OpenNebula/one/blob/master/src/sunstone/public/js/sunstone.js#L4362 On Thu, Jun 19, 2014 at 5:18 AM, Damon (Albino Geek) <[email protected]> wrote: > Hello Users, > > Please see the TAB SEPARATED VALUES dump of an XMLRPC request to the oneacct > API: > > http://i.imgur.com/1OyLw8f.png > > I'm getting interesting values from the Accounting API, and it's not very > well documented [ OID, HID, CID, etcetera have no description in the XSD ] ; > and I'm seeing a lot of overlapping STIME->ETIME , any idea how to work > through this? > > Which record(s) should be considered for billing calculation, which records > does SunStone use in the new Accounting tab under a user? > > -- > > Best Regards, > Acting Director Damon Blais > Albino Geek Services Ltd. > > Contact Hours: 9AM-5PM PST > T: +1 (912) 330-4222 > M: +1 (604) 442-5544 > Skype: GoodHosting > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -- Javier Fontán Muiños Developer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | @OpenNebula | github.com/jfontan _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
