billing_Item Python API を呼び出すと、billing_item が返されますが、多くの (興味深い) ローカル プロパティは返されません。私が興味を持っているローカル プロパティはすべて稼働時間と料金 (例、laborFee、oneTimeFee、hoursUsed、recurringFee など) に関係していますが、返されません。
私がやること:
import SoftLayer
conn = SoftLayer.create_client_from_env(username='',api_key='')
allParents = conn.call('Account','getAllTopLevelBillingItems') #allParents is a list with billing_Items
allParents[0] # returns the first billing_Item as a dict but without a lot of relevant parameters
また、各親請求項目の子請求項目は、多くのローカル プロパティを欠いています。