SoftLayer提供的登录凭据无效

时间:2016-11-25 03:19:03

标签: ibm-cloud-infrastructure

我尝试使用SL帐户和我的IBMid登录Softlayer门户网站(http://control.softlayer.com/),两者都运行良好。 但是当我使用SLcli(softlayer-python)尝试这些帐户时,它会返回"提供的无效登录凭据"。

有人遇到过这个问题吗?

steve@k8s-1:~$ 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.

2 个答案:

答案 0 :(得分:1)

如果您确定密码或API密钥是正确的,那么您应该验证您使用的是正确的用户名。换句话说,转到控制门户,导航到用户列表,然后单击 API密钥列下的查看链接。应该有正确的用户名和API密钥信息。

enter image description here

答案 1 :(得分:1)

这是Python客户端的一个问题,我报告了这个问题:

https://github.com/softlayer/softlayer-python/issues/783

作为一种解决方法,您可以在Python客户端中使用控制门户中显示的用户名和APIKey:

  1. 登录控制门户
  2. 点击帐户 - >用户菜单
  3. 单击IBMid或用户名
  4. 请参阅API访问信息(注意,一旦生成APIKey,将显示信息)
  5. enter image description here

    如果您仍然对此有疑问,请与我联系。

    此致