cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
1
Helpful
7
Replies

Any way to get site Recording Storage limit via XML API?

matt.libera
Level 1
Level 1

I just want to retrieve our site's recording storage limit via the API. I have checked through the Site service GetSite endpoint and cannot find anything about getting the recording storage limit...though I can find the file storage limits just fine (mywebex).

Is this value available anywhere in the XML API?

7 Replies 7

ryanhunt
Level 5
Level 5

Matt,

Does the GetMeetingType/LstMeetingType request contain the information you are looking for? It has a parameter called maxVideoDuration that lists the limit in seconds a recording can be.

https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#meeting-type-service

Ryan,

Thanks, but unfortunately this doesn't get us what we're looking for. Our site currently has around 50GB of recording storage free, for instance - I am wondering if it's possible to get that number via API.

-- Matt

The GetSite response contains an element such as: <ns1:archiveStorageLimit>1000</ns1:archiveStorageLimit>

The LstRecording response contains an element such as: <ep:size>1.0181532</ep:size>

You might be able to add up all the recording sizes, and subtract the total from the archiveStorageLimit to get the amount used and free space totals.. What's the name of your site?

OK. So when I run the GetSite, I get:

["ns1:archiveStorageLimit"]=>

  string(4) "1024"

We have 99GB sitewide according to the admin web interface...so I'm trying to figure out how that 1024 factors in.

We are already totaling up the LstRecording responses, so we do have a general idea of how much we're using via API.

Our site is 'uncg.webex.com'

ryanhunt
Level 5
Level 5

after investigating this deeper I cannot find a reliable method to extract the storage limits via any existing WebEx API calls, I will submit a feature request for this data to be included in a GetSite response.

*edit*

I filed a feature request under the account for the site name you provided, the case # is: HD0009238464

Thanks Ryan, much appreciated!

Hi

Do we have this feature(get allowed recording size limit) available in XML API?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: