Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: use event generator terminology

...

  • channel identifier (<eci>) - a token that is used by the system to identify the entity and channel for whom the event is being raised.
  • event domain - the namespace for any given event
  • event type - the individual events within the namespace. The word name is often used interchangably with type in this documentation and elsewhere. 
  • attributes - any given event may include attributes that further define the event
  • event ID  (<eid>) - a unique number identifier assigned by the endpoint raising events to the event generator for correlation purposes. The endpoint The event generator is free to make the <eid> any value so long as it is URL encoded. 

...

If you choose to not provide an <eid> in this form, you can supply nonenull, or "" as the EID to force the engine to generate a unique EID for the event.  

  /sky/event/<eci>/none/<domain>/<type>

...