No Data for IOPS while Selecting Storage Size 250GB or 500GB in Performance Storage

偶尔善良 提交于 2019-12-04 06:35:25

问题


I am trying to place order in performance storage then API is returning null for IOPS when 250/500GB is selected. Please make a needful favour. API that I am using to get the IOPS is given below:

https://[username]:[apiKey]@api.softlayer.com/rest/v3.1/SoftLayer_Product_Package/222/getItemPrices?objectFilter={"itemPrices": { "attributes": { "value": { "operation": 250 } },  "categories": { "categoryCode": {    "operation": "performance_storage_iops" } },    "locationGroupId": {    "operation": "is null" } } }

Please make a needful favour.


回答1:


I'm able to get data for IOPS selecting storage size 250GB or 500GB in Performance Storage (Block Storage / File Storage).

Could you describe more about this issue? code that you are trying or the steps that you followed?




回答2:


you have to use the following filter objectFilter={"itemPrices": { "attributes": { "value": { "operation": 1000 } }, "categories": { "categoryCode": { "operation": "performance_storage_iops" } }, "locationGroupId": { "operation": "is null" } } }, The result will return all the IOPS which work with storage spaces <= 1000 gbs. In case you need the IOPS which work for a storage space such as 1500, you have to change the value "1000" by "2000". I hope that I got the message acrooss

Regards




回答3:


I am given

 objectFilter = {"itemPrices": { "attributes": { "value": { "operation": 250 } }, 
"categories": { "categoryCode": { "operation": "performance_storage_iops" } },
 "locationGroupId": { "operation": "is null" } } } 

but IOPS getting null. please check below attached.



来源:https://stackoverflow.com/questions/36395860/no-data-for-iops-while-selecting-storage-size-250gb-or-500gb-in-performance-stor

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