0
是否有任何Softlayer API可以獲取特定帳戶的previousCycleStartDate,nextCycleStartDate。 我tryed Billing_Info_Cycle,但它給下面的錯誤Softlayer :: Billing_Info_Cycle不工作
https://Username:[email protected]/rest/v3/Billing_Info_Cycle.json
{ 「錯誤」: 「服務不存在」, 「代碼」: 「SoftLayer_Exception_Public」 }
可以找到方法在這裏http://sldn.softlayer.com/reference/datatypes/SoftLayer_Billing_Info_Cycle – Nagesh
確定這是數據類型的API用來調用信息,但正如你在文檔中看到的那樣,它沒有公開任何方法,這就是爲什麼你會得到這個問題,沒有任何與之相關的方法只用於顯示數據 –
在這個類似的問題中, Softlayer_Account,但我正在查找特定帳戶的nextInvoiceDate,previousInvoiceDate。 – Nagesh