openconfig-platform-healthz

This model defines health-related variables for components within the openconfig-platform model (which defines the the /componen...

  • Version: 2023-04-11

    openconfig-platform-healthz@2023-04-11


    
      module openconfig-platform-healthz {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/platform/healthz";
    
        prefix oc-platform-healthz;
    
        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 model defines health-related variables for components
         within the openconfig-platform model (which defines the
         the /components hierarchy). It is designed to be used in
         conjunction with the gNOI Healthz service (see
         https://github.com/openconfig/gnoi/blob/main/healthz/README.md).
    
         The health variables included in this model are streamed via
         telemetry interfaces, where gNOI.Healthz is used to retrieve
         further diagnostic and debugging informaton from a network
         device.";
    
        revision "2023-04-11" {
          description
            "Clarification for healthz state transition and unhealthy-count leaf";
          reference
            "0.1.1";
    
        }
    
        revision "2023-01-23" {
          description
            "Initial healthz variable revision";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.1";
      }  // module openconfig-platform-healthz
    

© 2023 YumaWorks, Inc. All rights reserved.