阿里云API接口调用


阿里云针对自己的平台提供了非常丰富的API接口,而且他们有提供openapi可视化服务,非常方便。

阿里云openapi地址:https://api.aliyun.com/

 

这里我在查询全部RDS资产信息数据,在自己服务器执行的时候报错

ModuleNotFoundError: No module named 'aliyunsdkcore'
ModuleNotFoundError: No module named 'aliyunsdkrds

需安装两个包:

pip install aliyun-python-sdk-rds
pip install aliyun-python-sdk-core-v3

ERROR: Could not find a version that satisfies the requirement aliyunsdksddp (from versions: none)
ERROR: No matching distribution found for aliyunsdksddp

pip install  aliyun-java-sdk-sddp

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM