openconfig-alarms

This module defines operational state data related to alarms that the device is reporting. This model reuses some data items de...

  • Version: 2018-01-16

    openconfig-alarms@2018-01-16


    
      module openconfig-alarms {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/alarms";
    
        prefix oc-alarms;
    
        import openconfig-alarm-types {
          prefix oc-alarm-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-platform {
          prefix oc-platform;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module defines operational state data related to alarms
        that the device is reporting.
    
        This model reuses some data items defined in the draft IETF
        YANG Alarm Module:
        https://tools.ietf.org/html/draft-vallin-netmod-alarm-module-02
    
        Portions of this code were derived from the draft IETF YANG Alarm
        Module. Please reproduce this note if possible.
    
        IETF code is subject to the following copyright and license:
        Copyright (c) IETF Trust and the persons identified as authors of
        the code.
        All rights reserved.
    
        Redistribution and use in source and binary forms, with or without
        modification, is permitted pursuant to, and subject to the license
        terms contained in, the Simplified BSD License set forth in
        Section 4.c of the IETF Trust's Legal Provisions Relating
        to IETF Documents (http://trustee.ietf.org/license-info).";
    
        revision "2018-01-16" {
          description
            "Moved alarm identities into separate types module";
          reference
            "0.3.0";
    
        }
    
        revision "2018-01-10" {
          description
            "Make alarms list read only";
          reference
            "0.2.0";
    
        }
    
        revision "2017-08-24" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.0";
      }  // module openconfig-alarms
    

© 2023 YumaWorks, Inc. All rights reserved.