junos-qfx-rpc-cli

Junos RPC YANG module for cli command(s)

  • Version: 2019-01-01

    junos-qfx-rpc-cli@2019-01-01


    
      module junos-qfx-rpc-cli {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-qfx/rpc/cli";
    
        prefix cli;
    
        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 cli command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-authorization-information {
          description
            "Show authorization and authentication information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml authorization-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-authorization-information
    
        rpc get-current-working-directory {
          description
            "Show current working directory";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml cli {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-current-working-directory
      }  // module junos-qfx-rpc-cli
    

© 2023 YumaWorks, Inc. All rights reserved.