yumaworks-restconf

This module contains abstract object definitions for the RESTCONF protocol.

  • Version: 2017-07-03

    yumaworks-restconf@2017-07-03


    
      module yumaworks-restconf {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:yumaworks-restconf";
    
        prefix yrc;
    
        import ietf-yang-types {
          prefix yang;
        }
        import ietf-restconf {
          prefix rc;
        }
        import yang-data-ext {
          prefix yd;
        }
    
        organization "YumaWorks, Inc.";
    
        contact
          "Support <support@yumaworks.com>";
    
        description
          "This module contains abstract object definitions for
         the RESTCONF protocol.";
    
        revision "2017-07-03" {
          description
            "Convert plain augment to augment-yang-data";
        }
    
        revision "2017-03-29" {
          description
            "Update text to use restconf by reference.";
        }
    
        revision "2015-12-03" {
          description
            "Move restconf grouping back to ietf-restconf and
            augment it with 2 leafs.";
        }
    
        revision "2015-07-29" {
          description "Initial version";
        }
    
        yd:augment-yang-data "/rc:restconf";
      }  // module yumaworks-restconf
    

© 2023 YumaWorks, Inc. All rights reserved.