Unsolved
1 Rookie
•
41 Posts
0
585
January 27th, 2023 11:00
CloudIQ PowerStore Dedup Ratio - API Call
Hi,
I'm told that CloudIQ is able to pull the Dedup Ratio from PowerStore.
I would like the API calls that are being used to pull this information.
I need to get the Dedup Ratio per volume and per unit.
thanks.
glenn.
No Events found!
derekbarboza
1 Rookie
•
2 Posts
0
January 31st, 2023 06:00
For PowerStore, the dedup and compression is combined into data reduction ratio. (https://www.delltechnologies.com/asset/en-us/products/storage/industry-market/h18151-dell-powerstore-data-efficiencies.pdf). For a system, you can look at efficiency (which includes data reduction, thin savings, and snapshot savings). If you want data reduction specifically, you may want to try compression_savings from the storage_system.
(https://developer.dell.com/apis/807bd70d-d125-4ee6-9a41-4f61af66cffa/versions/v1/src/main/resources/api/CloudIQ-Public-API.v1.yaml/paths/~1rest~1v1~1storage_systems~1%7Bid%7D/get).
For volumes,
you should be able to get it from data_reduction_ratio (https://developer.dell.com/apis/807bd70d-d125-4ee6-9a41-4f61af66cffa/versions/v1/src/main/resources/api/CloudIQ-Public-API.v1.yaml/paths/~1rest~1v1~1volumes~1%7Bid%7D/get)
CloudIQ public API documentation link: https://developer.dell.com/apis/807bd70d-d125-4ee6-9a41-4f61af66cffa/versions/v1/docs/01-Introduction.md
gdny
1 Rookie
•
41 Posts
0
January 31st, 2023 10:00
Thanks for the Info!
However, I was really hoping there was a way to pull this information directly from the PowerStore API and not have to go through CloudIQ to get it.
If that's the only way, that's fine. but wasn't hoping to not have to go through an extra system to get it.
thanks.
glenn.