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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2016 01:57 PM
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?
- Labels:
-
Webex Developer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 04:08 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 08:16 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 10:54 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 11:03 AM
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'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 01:02 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2016 10:25 AM
Thanks Ryan, much appreciated!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2017 10:11 PM
Hi
Do we have this feature(get allowed recording size limit) available in XML API?
