Softlayer API:如何获取机器密码

时间:2017-04-18 16:33:46

标签: ibm-cloud-infrastructure

我知道我可以使用SoftLayer_Software_Component_Password来检索/更新Softlayer数据库中的OS密码值,是否有API来获取机器的密码?这是机器登录密码?

谢谢,

Q.Z。

1 个答案:

答案 0 :(得分:0)

您可以尝试以下请求:

对于虚拟服务器:

https://$user:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/111111/getObject?objectMask=mask[operatingSystem[passwords]]

对于裸机服务器:

https://$user:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Hardware_Server/111111/getObject?objectMask=mask[operatingSystem[passwords]]

替换 $ user $ apiKey 111111 以及您自己的信息。

它将显示机器的用户名和密码