SoftLayer API - 配置在GUI中不可用

时间:2016-07-11 17:47:47

标签: python ibm-cloud-infrastructure

我正在尝试使用这些配置测试订单展示位置:

pkgId = 253

prices = [
{'id': getItemPriceId(items, 'server', 'INTEL_XEON_2650_2_30')},
{'id': getItemPriceId(items, 'os',      'OS_UBUNTU_14_04_LTS_TRUSTY_TAHR_64_BIT')},
{'id': getItemPriceId(items, 'ram', 'RAM_64_GB_DDR3_1333_REG_2')},
{'id': getItemPriceId(items, 'disk_controller', 'DISK_CONTROLLER_RAID_1')},
{'id': getItemPriceId(items, 'disk0', 'HARD_DRIVE_1_00_TB_SATA_2')},
{'id': getItemPriceId(items, 'port_speed', '10_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS')},
{'id': getItemPriceId(items, 'power_supply', 'REDUNDANT_POWER_SUPPLY')},
{'id': getItemPriceId(items, 'bandwidth', 'BANDWIDTH_0_GB')},
{'id': getItemPriceId(items, 'pri_ip_addresses', '1_IP_ADDRESS')},
{'id': getItemPriceId(items, 'remote_management', 'REBOOT_KVM_OVER_IP')},
{'id': getItemPriceId(items, 'vpn_management', 'UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT')},
{'id': getItemPriceId(items, 'monitoring', 'MONITORING_HOST_PING_AND_TCP_SERVICE')},
{'id': getItemPriceId(items, 'notification', 'NOTIFICATION_EMAIL_AND_TICKET')},
{'id': getItemPriceId(items, 'response', 'AUTOMATED_NOTIFICATION')},
{'id': getItemPriceId(items, 'vulnerability_scanner',   'NESSUS_VULNERABILITY_ASSESSMENT_REPORTING')},

我试图将它订购给dallas 10和paris 1.当我尝试用

验证订单时
client['Product_Order'].verifyOrder(productOrder)

我收到此错误:

SoftLayer.exceptions.SoftLayerAPIError: SoftLayerAPIError(SoftLayer_Exception_Public): The price for Dual Intel Xeon E5-2650 v3 (10 Cores, 2.30 GHz) (#156517) is not valid for location dal10.

这对我来说没有意义,因为在两个位置的gui中我可以选择准确地命令API所说的驱动无效。有什么我在这里做错了吗?或API过期的价格表? 我附上了我试图订购的选项的屏幕截图,该选项出现在DAL10的列表中,但由于某些原因无法在API中订购....

1 个答案:

答案 0 :(得分:1)

商品价格存在位置冲突: 156517 ,这不适用于 Paris 1 Dallas 10 数据中心有关商品价格如何运作的更多信息,请查看以下文章:

GUI执行一些内部流程以根据您选择的位置获取商品价格。如果您想通过API订购,您需要发送标准价格(对所有数据中心有效)或商品价格根据位置。