Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-22439

Allow application to specify the default "behavior group" when creating an event type

XMLWordPrintable

      When creating an event type, we currently need:

      • name
      • display_name
      • description

      We should also be able to specify a list of default behavior, without "behaviors" the event_type is muted

       

      {
        "name":"new-recommendation-1",
        "display_name":"New recommendation - Low",
        "description":"Notifications when there is a recommendation of low severity",
        "behavior_groups": 
                [{"name": "default", "locked": true}]
      }

       "locked" means that the user cannot remove that behavior, it makes sense when the behavior itself cannot be edited/deleted.
       "locked" is optional, by default it isn't locked.

       

      PS: we may want to implement this with the current design already, so that we one can use the default action set rather than mute...

              Unassigned Unassigned
              theute Thomas Heute
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: