[MIP SDK]storage usage (or utilization)

I can get the storage maxSize information by using “POST Perform a task”.

https://doc.developer.milestonesys.com/mipvmsapi/#operation/postTaskForstorages

Besides the above, I want to get information on storage usage (or utilization).

Is there any good way?

I believe that if you want to get information the best way is to use:

https://doc.developer.milestonesys.com/mipvmsapi/#operation/getAllarchiveStoragesInAstorages

which will give you setup parameters, and

https://doc.developer.milestonesys.com/mipvmsapi/#operation/getAllstorageInformation

which will give you actual usage.

Tip: I often like to get an overview of the structure of the configuration and the “Configuration API Client” sample can give you this overview.. (Configuration API and Rest API is so closely related that the overview from he sample will be a guidance.) - https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

Dear Bo-san,

Thank you for your confirmation and reply!

I will try what you received.