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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -