junos-nfx-rpc-help

Junos RPC YANG module for help command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-help@2019-01-01


    
      module junos-nfx-rpc-help {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/help";
    
        prefix help;
    
        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 help command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-syslog-tag-information {
          description
            "System log error messages";
          input {
            leaf syslog-tag {
              type jt:regular-expression;
              description
                "System log tag or regular expression";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml syslog-tag-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-syslog-tag-information
    
        rpc get-syslog-facility-information {
          description "System facility messages";
          input {
            leaf facility-name {
              type jt:regular-expression;
              description
                "Facility name or regular expression";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml syslog-tag-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-syslog-facility-information
    
        rpc get-cli-tip {
          description "Tip about using the CLI";
          input {
            leaf number {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml tip {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-cli-tip
      }  // module junos-nfx-rpc-help
    

© 2023 YumaWorks, Inc. All rights reserved.