无法使用 Softlayer 映像订购暂停计费的 IBM Cloud 虚拟服务器

Cannot order IBM Cloud virtual servers with suspended billing using a Softlayer image

我是 Softlayer 暂停计费的活跃用户,但我必须在 SUSPEND_CLOUD_SERVER 中恢复一些 VSI 才能使用暂停配置文件。我在 slcli 中找不到图像恢复的参数。有人有小费吗?

slcli order place 构建了一个orderData and this is send in the request through the placeOrder 方法,所以我建议删除OS 价格并在[=17= 中添加imageTemplateId ]--extras参数如下:

 --extras '{"virtualGuests": [{"hostname": "suspendable", "domain": "ibmcloud.com"}], "imageTemplateId": 1332123}'

将值 1332123 替换为您的图像 ID。