junos-nfx-rpc-diagnostics

Junos RPC YANG module for diagnostics command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-diagnostics@2019-01-01


    
      module junos-nfx-rpc-diagnostics {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/diagnostics";
    
        prefix diagnostics;
    
        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 diagnostics command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-tdr-interface-information {
          description
            "Status of TDR diagnostics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml tdr-interface-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-tdr-interface-information
    
        rpc get-tdr-interface-status {
          description "Show TDR interface name";
          input {
            leaf interface-name {
              type string;
              mandatory true;
              description "Interface name";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml tdr-interface-status {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-tdr-interface-status
      }  // module junos-nfx-rpc-diagnostics
    

© 2023 YumaWorks, Inc. All rights reserved.