SoftLayer 硬件 API:SoftLayer_Hardware::captureImage
SoftLayer Hardware API : SoftLayer_Hardware::captureImage
使用快速配置API,BM Servier 配置成功。我想捕获 BM 服务器的图像。
是否有任何有效负载(示例)可用于裸机服务器的捕获图像。
http://sldn.softlayer.com/reference/services/SoftLayer_Hardware/captureImage
我无法为此生成负载。
请尝试以下 REST 请求:
https://[username]:apikey]@api.softlayer.com/rest/v3/SoftLayer_Hardware/[hardware_id]/captureImage
方法:POST
Json 负载:
{
"parameters": [
{
"name": "myImageName",
"description": "api test note"
}
]
}
创建 flex 图像支持的操作系统是:
- Centos 5.x - 6.x
- Redhat Enterprise 5.x - 6.x
- Windows 2003 - SP2
- Windows 2008 RC2
- Bare metal platform installations NOT supported
参考文献:
使用快速配置API,BM Servier 配置成功。我想捕获 BM 服务器的图像。 是否有任何有效负载(示例)可用于裸机服务器的捕获图像。
http://sldn.softlayer.com/reference/services/SoftLayer_Hardware/captureImage
我无法为此生成负载。
请尝试以下 REST 请求:
https://[username]:apikey]@api.softlayer.com/rest/v3/SoftLayer_Hardware/[hardware_id]/captureImage
方法:POST
Json 负载:
{
"parameters": [
{
"name": "myImageName",
"description": "api test note"
}
]
}
创建 flex 图像支持的操作系统是:
- Centos 5.x - 6.x
- Redhat Enterprise 5.x - 6.x
- Windows 2003 - SP2
- Windows 2008 RC2
- Bare metal platform installations NOT supported
参考文献: