我已经编写了代码来使用python在Softayer中授予api密钥访问权限。但是现在我想要删除api访问权限。我们为方法removeApiAuthenticationKey提供了什么参数?
答案 0 :(得分:0)
参见文档
http://sldn.softlayer.com/reference/services/softlayer_user_customer/removeapiauthenticationkey
您只需要发送API身份验证密钥的ID即可。您可以调用http://sldn.softlayer.com/reference/services/softlayer_user_customer/getapiauthenticationkeys来获取API密钥的ID。
答案 1 :(得分:0)
对于我来说,如何正确传递参数keyId以使用removeApiAuthenticationKey REST api仍然不是很明显。
本文帮助: https://softlayer.github.io/article/rest/
-d'{“参数”:[yourKeyId]}'