SoftLayer API: How to get RAM billing for virtual servers -


querying softlayer api on softlayer_account/getvirtualguests billingitem, can retrieve hourlyrecurringfee shows cost per hour softlayer charges virtual servers. unfortunately computing part, , ram not included there. there way ram cost well?

if that's not case, i'd ram prices per location available when provisioning virtual server. there way through api?

thanks , regards, markos

you need see children property of billingitem, try request.

get https://api.softlayer.com/rest/v3/softlayer_account/getvirtualguests?objectmask=mask[billingitem[children]] 

regards


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -