SoftLayer_Virtual_Guest_Block_Device_Template_Group.addLocations返回true但未添加任何位置

时间:2016-10-06 18:19:27

标签: python ibm-cloud-infrastructure

尝试使用Python将私有映像复制到另一个数据中心。下面的代码返回true,但不启动事务,也不复制图像。

["0012","0012","0021","0021"....]

id已确认有效 - 使用id与其他服务(getBlockDevices,getStatus,getChildren)提供适当的响应。

上面的代码出了什么问题?

1 个答案:

答案 0 :(得分:0)

您应该在 [] 之间发送地点模板,请注意以下内容

info=client['SoftLayer_Virtual_Guest_Block_Device_Template_Group'].addLocations([{'id':449494}],id=123456)

参考文献: