使用快速提供API,BM服务提供是成功的。我想要捕捉BM的图像。是否有任何有效载荷(例如)可用于裸金属服务器的捕获映像。
硬件/捕获图像
我无法为此生成有效载荷。
发布于 2016-02-23 18:14:39
请尝试以下REST请求:
https://[username]:apikey]@api.softlayer.com/rest/v3/SoftLayer_Hardware/[hardware_id]/captureImage方法:员额
Json有效载荷:
{
"parameters": [
{
"name": "myImageName",
"description": "api test note"
}
]
},其中支持创建flex映像的OSes为:
- Centos 5.x - 6.x
- Redhat Enterprise 5.x - 6.x
- Windows 2003 - SP2
- Windows 2008 RC2
- Bare metal platform installations NOT supported参考资料:
创建柔性图像
什么是柔性图像?
https://stackoverflow.com/questions/35567441
复制相似问题