Newer Version Available
Monitor PushTopic and Generic Event Usage with the REST API
Use the REST API limits resource to obtain usage
information for Streaming API (API version 36.0 and earlier) and Durable Streaming API (API
version 37.0 and later).
The usage information that the limits resource returns includes:
| Limit Label | Description | API Version |
|---|---|---|
| DailyDurableGenericStreamingApiEvents | Maximum and remaining number of generic events in the past 24 hours for Durable Streaming | 37.0 and later |
| DailyDurableStreamingApiEvents | Maximum and remaining number of PushTopic events in the past 24 hours for Durable Streaming | 37.0 and later |
| DurableStreamingApiConcurrentClients | Maximum and remaining number of concurrent clients (subscribers) for Durable Streaming | 37.0 and later |
| DailyGenericStreamingApiEvents | Maximum and remaining number of generic events in the past 24 hours | 36.0 and earlier |
| DailyStreamingApiEvents | Maximum and remaining number of PushTopic events in the past 24 hours | 36.0 and earlier |
| StreamingApiConcurrentClients | Maximum and remaining number of concurrent clients (subscribers) | 36.0 and earlier |
1/vXX.X/limits/For more information, see Limits and List Organization Limits in the REST API Developer Guide.