greyhoundforty
12/30/2015 - 2:43 PM

How do I find out what my next bill will be?

How do I find out what my next bill will be?

export SOFTLAYER_USERNAME=<username>
export SOFTLAYER_API_KEY=<apikey>

curl --user "$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY" \
-sk https://api.softlayer.com/rest/v3/SoftLayer_Account/getNextInvoiceTotalAmount.json