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

橙三吉。 提交于 2019-12-02 09:37:54

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?

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

Mohammad Hafiz

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.

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