v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
eventAnalytics

Get event extraction rules quota.

Every customer can use a limited number of Event Extraction Rules. This endpoint allows learning about these limitations and remaining quota.

get/v1/eventExtractionRules/quota

Response

Current state of Event Extraction Rules quota usage (limit and remaining).

quotainteger required

Maximum number of EventExtractionRules allowed.

remaininginteger required

Remaining number of EventExtractionRules allowed.

Example response

{
  "quota": 200,
  "remaining": 121
}