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
Post a Comment