Retrieve information of "old storage"

Hello everyone,

I have attached an image showing the storage configuration for a camera system, with two specific areas highlighted in red boxes.

  1. First Red Box: Is there a way to obtain the status of this storage?
  2. Second Red Box: If there are archives labeled as “Old storage”, is there a method to retrieve information about these archives?

I’ve tried using the methods GetOtherRecordingServersWithMedia, GetOtherDevicesWithMediaOnRecorder, as well as the attributes and methods related to Camera, Storage and ArchiveStorage (all of which are ConfigurationItem objects). Unfortunately, none of these approaches provide information regarding the “Old storage.”

I use SDK 2023R3 and XCO 2022R3

Has anyone encountered a similar situation or found a solution to accessing these details?

Thanks in advance for your help!

You might find answers here - https://developer.milestonesys.com/s/question/0D53X0000AFe8SiSQJ/management-client-shows-used-space-for-each-camera-how-do-i-find-this-same-information-via-the-sdk

Hi Bo,

Thanks for your reply. I checked the post you mentioned but unfortunately the method described does not return the information needed (the paths of “Old storage”).

The GetArchiveStorageStatus, GetRecordingStorageStatus methods of RecorderStatusService2 do not return the info of the Storage status or the list of Locations with “old storage”

There is any other class and/or method that I can use?

Thanks