Digital Media Suite API Forums

« Back to Digital Signs API Forum

RE: DMP 4400 local storage API question

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I looked into the data sheet for the DMP 4400, and it seems that there's a 4GB storage limit.  As we are planning on uploading image, audio and video files onto the DMP for use by other assets (i.e. HTML), is there an API available that will allow for querying the amount of available local storage space on the DMP?
 
Thanks,
Elaine
 

Elaine,

You can use the following URLs to obtain the total capacity, and free space of a DMP:

https://<USERNAME>:<PASSWORD>@<DMP_IP_ADDRESS>/get_param?p=init.sd_capacity
https://<USERNAME>:<PASSWORD>@<DMP_IP_ADDRESS>/get_param?p=init.sd_free

Elaine,

You can use the following URLs to obtain the total capacity, and free space of a DMP:

https://<USERNAME>:<PASSWORD>@<DMP_IP_ADDRESS>/get_param?p=init.sd_capacity
https://<USERNAME>:<PASSWORD>@<DMP_IP_ADDRESS>/get_param?p=init.sd_free


 
Are these the equivalent MIB APIs for obtaining the DMP details?  Noticed that if I use the DMM APIs, I can get the internal storage info per DMP, i.e.:
 
http://<DMP_IP>:8080/xTAS-core/services/dmpgroup/dmps/dmpgroup/11/
 

  <internalTotalStorage>2863.0</internalTotalStorage>


  <internalFreeStorage>39.0</internalFreeStorage>