openconfig-gnsi-certz

This module provides a data model for the metadata of gRPC credentials installed on a networking device.

  • Version: 2024-03-05

    openconfig-gnsi-certz@2024-03-05


    
      module openconfig-gnsi-certz {
    
        yang-version 1;
    
        namespace
          "https://github.com/openconfig/yang/gnsi/certz";
    
        prefix oc-gnsi-certz;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-system {
          prefix oc-sys;
        }
        import openconfig-system-grpc {
          prefix oc-sys-grpc;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-gnsi {
          prefix oc-gnsi;
        }
    
        organization "OpenConfig Working Group";
    
        contact
          "OpenConfig working group
        netopenconfig@googlegroups.com";
    
        description
          "This module provides a data model for the metadata of gRPC credentials
        installed on a networking device.";
    
        revision "2024-03-05" {
          description
            "rename access/reject counters";
          reference
            "0.6.0";
    
        }
    
        revision "2024-02-13" {
          description
            "Major style updates and move to openconfig/public from openconfig/gnsi.
          Last commit at
          https://github.com/openconfig/gnsi/commit/347935aac66135d5649dadb9583ed0914578aab0";
          reference
            "0.5.0";
    
        }
    
        revision "2023-08-24" {
          description "Adds ssl-profile-id leaf";
          reference
            "0.4.0";
    
        }
    
        revision "2023-05-10" {
          description
            "Adds authentication policy freshness information.";
          reference
            "0.3.0";
    
        }
    
        revision "2022-10-30" {
          description
            "Adds success/failure counters.";
          reference
            "0.2.0";
    
        }
    
        revision "2022-09-20" {
          description "Initial revision.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.6.0";
    
        typedef version {
          type string;
          description
            "The version ID of the credential as provided by the credential
          manager when the credential was pushed. This leaf persists through
          a reboot.";
        }
    
        typedef created-on {
          type oc-types:timeticks64;
          description
            "The creation time of the credential as reported by the credential
          manager when the credential was pushed to the device. This value is
          reported as nanoseconds since epoch (January 1st, 1970 00:00:00 GMT).
          This leaf persists through a reboot.";
        }
      }  // module openconfig-gnsi-certz
    

© 2023 YumaWorks, Inc. All rights reserved.