redBorder/events-counter

Send an alert to inform that a license has expired

Closed this issue · 0 comments

When a license has exired, a signal should be sent. The format should be the following:

{
  "monitor": "alert",
  "type": "license_expired",
  "uuid": "<license uuid for the expired license>",
  "timestamp": 1497955816
}

#redmine-9895