junos-nfx-rpc-ntp

Junos RPC YANG module for ntp command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-ntp@2019-01-01


    
      module junos-nfx-rpc-ntp {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/ntp";
    
        prefix ntp;
    
        import junos-common-types {
          prefix jt;
          revision-date "2019-01-01";
        }
    
        organization "Juniper Networks, Inc.";
    
        contact "yang-support@juniper.net";
    
        description
          "Junos RPC YANG module for ntp command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-ntp-associations-information {
          description "Show status of peers";
          input {
            leaf no-resolve {
              type empty;
              description
                "Don't attempt to print addresses symbolically";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-ntp-associations-information
    
        rpc get-ntp-status-information {
          description
            "Show internal variables returned by peers";
          input {
            leaf no-resolve {
              type empty;
              description
                "Do not attempt to print addresses symbolically";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-ntp-status-information
      }  // module junos-nfx-rpc-ntp
    

© 2023 YumaWorks, Inc. All rights reserved.