areVdrUpdatesBlockedForBilling


SoftLayer_Account::areVdrUpdatesBlockedForBilling

This method returns true if Bandwidth Pooling updates are blocked so billing can run for this account.

Description

This method indicates whether or not Bandwidth Pooling updates are blocked for the account so the billing cycle can run. Generally, accounts are restricted from moving servers in or out of Bandwidth Pools from 12:00 CST on the day prior to billing, until the billing batch completes, sometime after midnight the day of actual billing for the account.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/areVdrUpdatesBlockedForBilling'