是否有任何Softlayer API来获取特定帐户的previousCycleStartDate,nextCycleStartDate。我尝试了Billing_Info_Cycle,但它给出了下面的错误
https://Username:API_Key@api.softlayer.com/rest/v3/Billing_Info_Cycle.json
{ "error":“服务不存在”,"code":"SoftLayer_Exception_Public“}
发布于 2017-03-10 02:27:52
我已经回答了一个类似的问题
Softlayer API: previous Billing cycle Billing Item Details
我不知道你在哪里找到你正在尝试使用的方法,但是我没有在documentation中找到它,所以这个错误是没有问题的,因为这个服务不存在。
也许这就是你想要使用的服务:
http://sldn.softlayer.com/reference/services/SoftLayer_Billing_Info
https://stackoverflow.com/questions/42702692
复制相似问题