第一次尝试通过API提取数据。我被如何传递原始数据卡住了。我已经能够在postman中让它工作,但我不能完全用Python来理解它。我一直收到这个错误:{'fault': {'faultstring': 'JSONThreatProtection[JSON-Threat-Protection-1]: Execution failed. reason: Expecting { or [ at line 1', 'detail':
我试图使用SoftLayer API方法来更新用户VPN密码,但是没有运气。我一定是在错误地构造我的电话,并希望有人有一个工作的例子或输入为什么我的电话失败。我试过很多种方法,但没有运气。我使用的api用户具有所需的优先级级别,我的密钥是有效的(工作在其他方法上等等)我的方法是: ''' method to set}
r = requests.post('https://<priv a
如何使用Python客户端(使用v5.7.1)来确定SoftLayer计费项目(耐力存储)的位置(例如: dal10)?account.getAllBillingItems(filter=objectFilter) File "/usr/local/lib/python3.8/site-packages/SoftLayer/transports.py", line 240, in __call__