Create an event schema
Create an event schema with attributes and dimensions to process events.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Payload to create event schema
Request to create event schema
Name of the event. Must be unique for an organization.
50^[\sa-zA-Z0-9_-]*$5050Description of the event
255List 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.
50^[\sa-zA-Z0-9_-]*$Version of event schema
x >= 11
Description of the event
255Status 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
DRAFT, ACTIVE, INACTIVE, ARCHIVED "DRAFT"
5050details of feature associated with event schema with attribute name
Template used to generate event id based on event payload
