您如何列出所有公共图像模板,例如通过转到“设备”->“管理”->“图像”然后选择“公共图像”获得的列表?
我可以看到使用“SoftLayer_Account”,我可以执行以下相关操作:
getBlockDeviceTemplateGroups();
getPrivateBlockDeviceTemplateGroups();
getSharedBlockDeviceTemplateGroups();
并且“SoftLayer_Virtual_Guest_Block_Device_Template_Group”提供
getPublicCustomerOwnedImages();
getPublicCustomerOwnedImages() 给出的最接近我想要的,除了它似乎排除了由“SoftLayer Technologies, Inc.”创建的那些。
那么哪个 API 会给我整个列表呢?