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

前端 未结 3 1738
广开言路
广开言路 2021-01-28 21:33

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 tha

相关标签:
3条回答
  • 2021-01-28 21:51

    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?

    0 讨论(0)
  • 2021-01-28 22:02

    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

    0 讨论(0)
  • 2021-01-28 22:02

    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.

    0 讨论(0)
提交回复
热议问题