Release Notes 9.0.0 SP5_1
Important: The XML API 9.0.0 SP5_1 release changes some schema definitions. For the latest schema definitions, see the release notes announcements page. The features in this release are backward compatible with previous releases.
Overview
This release note describes the changes made in the release of Webex XML API 9.0.0 SP5_1. These changes apply to your integration with WBS 30. All features are backward compatible with existing integrations. There are no changes to the latest schema definitions.
What is New in this Release
This section describes the new features in XML API 9.0.0 SP5_1.
Rate Limiting Of APIs
In order to protect the Webex services from denial of service attacks and possible developer errors that might overload the servers, throttling is being introduced.
API calls from all authenticated calls are going to be throttled based on the groups the APIs belong to: User operations, Meeting Write operations, Meeting List operations. There will be global limits as well as site-level limits (available on request and validation by Webex Product Management) for the number of APIs per minute per caller. When enforced, the limits will be enforced for a specific period of 60 seconds. This means that an API call that results in a rate limit error can still be submitted 60 seconds later when the specific API is once again available.
This capability will be enabled at a later time. For now, the only change is to collect data and metrics. The reason for collecting data is to establish baselines of rate usage for each of the different kinds of API calls. We are doing this to understand what constitutes normal usage.
Affected APIs
All APIs that require authentication.
Error Message
There is a new error code. When an API call hits the rate limit the system returns the following message:
000045: API Rate Limit Reach
Example Error Message
The following XML snippet shows an example return message with error 000045: API Rate Limit Reached
.
The XML API schemas and release notes are available at the Cisco Webex Developer Portal:
XML API Reference
The URL API release notes are available at the Cisco Webex Developer Portal:
URL API Reference