Rewrite events

PolicyCenter generates events for changes in PolicyCenter that might be of interest to an external system. You can also programmatically generate an event. For example, in the RewriteProcess.gs class, the rewrite function generates an IssueRewrite event (by calling the startBinding function).

The Rewrite entity has the following events:

  • RewriteAdded
  • RewriteChanged
  • RewriteRemoved

The PolicyPeriod entity has the following events pertaining to rewrite:

  • IssueRewrite – A message that notifies an external system to issue a rewrite for a particular policy period.

See also