OpenROADM / OpenROADM_MSA_Public

Open ROADM MSA
http://www.openroadm.org/
62 stars 79 forks source link

Feature Request Alarms #4

Open damianoneill opened 7 years ago

damianoneill commented 7 years ago

Please consider extending /org-openroadm-alarm:active-alarm-list/org-openroadm-alarm:activeAlarms and /org-openroadm-alarm:alarm-notification with some additional detail

        container details {
            leaf description {
                description 'Textual descritpion of the alarm';
                type string;
            }
            leaf acknowledged {
                description 'True if the alarm has been acknowledged';
                type boolean;
            }
            leaf userAssigned {
                description 'The user assigned to the alarm';
                type string;
            }
        }