简体   繁体   English

无法从slcli订购softlayer VSI

[英]Unable to order softlayer VSI from slcli

Softlayer SLCLI VSI order issue: Softlayer SLCLI VSI订单问题:

While ordering VSI from Slcli using the following order details got error message "SoftLayerAPIError(SoftLayer_Exception_NotFound): Unable to find price for core capacity of 1642." 使用以下订购详细信息从Slcli订购VSI时收到错误消息“ SoftLayerAPIError(SoftLayer_Exception_NotFound):无法找到1642的核心容量价格”。

Please help if you are facing such issues or is there any values which i am missing over here. 如果您遇到此类问题,或者在这里我缺少任何价值观,请提供帮助。

Following SLCLI command line 遵循SLCLI命令行

15:05:15nirav@NiravsMac~/Downloads/ArraySSLVPN $ slcli virtual create
Hostname: niravtest.win.com
Domain: windo.com
Cpu: 1642
Memory: 4096
Datacenter: dal05
Operating System Code: 175777
This action will incur charges on your account. Continue? [y/N]: y
SoftLayerAPIError(SoftLayer_Exception_NotFound): Unable to find price for core capacity of 1642.
16:06:30nirav@NiravsMac~/Downloads/ArraySSLVPN $ slcli virtual create
Hostname: niravtest.win.com
Domain: win.com
Cpu: 1964
Memory: 4096
Datacenter: dal09
Operating System Code: 175777
This action will incur charges on your account. Continue? [y/N]: y
SoftLayerAPIError(SoftLayer_Exception_NotFound): Unable to find price for core capacity of 1964.

the issue is that you are sending wrong data, the CPU = 1642 values does not exist, you need to send the CPU capacity such as 2 cores, 4 cores etc. So you need to repalce the value "1642" for "4" or for the capacity of CPU that you want. 问题是您正在发送错误的数据,CPU = 1642值不存在,您需要发送CPU容量,例如2核,4核等。因此,您需要将值“ 1642”替换为“ 4”或所需的CPU容量。

In order to see the full list of valid values to create the VM you can call: 为了查看创建虚拟机的有效值的完整列表,您可以调用:

$ slcli virtual create-options

Regards 问候

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM