New items for SoftLayer virtual server order?

时间秒杀一切 提交于 2019-12-02 10:08:23

You need to use the SoftLayer_Product_Package::getItemLocationConflicts method it will display all the items which have any conflinct in a datacenter in other words what items cannot be ordered in a datacenter. e.g. Using Rest Call

https://$USer:$APIKEY@api.softlayer.com/rest/v3/SoftLayer_Product_Package/46/getItemLocationConflicts

In the response you will see this:

 {
        "itemId": 6521,
        "message": "56 x 2.0 GHz Cores is not available in Amsterdam 1.",
        "packageId": null,
        "resourceTableId": 265592
    },

that means that that item is not available in amterdam 1

Regards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!