Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11509

Add documentation for specifying group roles in alert configuration

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Ops Manager
    • Labels:
      None

      It seems that the notifications.roles array is not documented in the Ops Manager public API documentation.

      I could test with a customer that you can indeed set the Ops Manager roles in the alert configuration, to specify whether you want to send notifications to a specific role within the Ops Manager group.

      E.g.

      {
              "enabled": true,
              "eventTypeName": "MONITORING_AGENT_DOWN",
              "groupId": "58515cc3e1966c4e46fcd52d",
              "matchers": [],
              "notifications": [{
                  "delayMin": 0,
                  "emailEnabled": true,
                  "intervalMin": 60,
                  "smsEnabled": false,
                  "typeName": "GROUP",
                  "roles": ["GROUP_OWNER"]
              }],
              "typeName": "AGENT"
      }
      

      All sub-pages within https://docs.opsmanager.mongodb.com/current/reference/api/alert-configurations/ are affected.

            Assignee:
            tony.sansone@mongodb.com Anthony Sansone (Inactive)
            Reporter:
            charles.sarrazin@mongodb.com Charles Sarrazin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 37 weeks, 6 days ago