我们正在尝试使用doc中找到的方法getPrivateNetworkVrfs()
http://sldn.softlayer.com/reference/services/SoftLayer_Account。但我们得到的错误就像
client.call('SoftLayer_Account', 'getPrivateNetworkVrfs')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/SoftLayer/API.py", line 237, in call
return self.transport(request)
File "/usr/local/lib/python2.7/site-packages/SoftLayer/transports.py", line 187, in __call__
raise _ex(ex.faultCode, ex.faultString)
SoftLayer.exceptions.SoftLayerAPIError: SoftLayerAPIError(Client): Function ("getPrivateNetworkVrfs") is not a valid method for this service.
但我们能够成功使用“getNetworkVlanSpan
”等方法
请告诉我们,我们是否遗漏了什么?
由于