我試過SL帳戶,我的IBMid登錄Softlayer門戶(http://control.softlayer.com/),兩者都正常工作。 但是,當我用SLcli(softlayer-python)試用這些帳戶時,它會返回「提供的無效登錄憑證」。SoftLayer提供的登錄憑證無效
有人遇到過這個問題嗎?
[email protected]:~$ slcli -v config setup
Username [xxxxx]:
API Key or Password [xxxxxx]:
..............
Starting new HTTPS connection (1): api.softlayer.com
https://api.softlayer.com:443 "POST /xmlrpc/v3.1//SoftLayer_User_Customer HTTP/1.1" 200 236
=== RESPONSE ===
{'Content-Length': '236', 'Content-Encoding': 'gzip', 'Vary': 'Accept-Encoding', 'Server': 'Apache', 'Connection': 'close', 'ntCoent-Length': '420', 'Cache-Control': 'private', 'Date': 'Thu, 24 Nov 2016 06:07:03 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/xml'}
.......
SoftLayerAPIError(SoftLayer_Exception_User_Customer_LoginFailed): Invalid login credentials provided.
謝謝。我誤解了API密鑰。 –
Python客戶端應該使用您的用戶名和apikey或您的用戶名和密碼(用於控制的用戶名和密碼),但是當IBMid帳戶添加到softlayer時它已被破壞。 –