Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Payload to create event schema
Request to create event schema
Name of the event. Must be unique for an organization.
Maximum length:
50
Maximum length:
50
Maximum length:
50
Description of the event
Maximum length:
255
List of fields that can be used for filtering in usage meter
Template used to generate event id based on event payload
Response
Response for Create and Get event schema requests
Structure of an event schema
Name of the event. Must be unique for an organization.
Maximum length:
50
Version of event schema
Required range:
x >= 1
Example:
1
Description of the event
Maximum length:
255
Status of event schema
- DRAFT - Schema is in draft state
- ACTIVE - Schema is currently active
- INACTIVE - Schema is currently inactive
- ARCHIVED - Older version of event schema
Available options:
DRAFT
, ACTIVE
, INACTIVE
, ARCHIVED
Example:
"DRAFT"
Maximum length:
50
Maximum length:
50
details of feature associated with event schema with attribute name
Template used to generate event id based on event payload