junos-nfx-rpc-start

Junos RPC YANG module for start command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-start@2019-01-01


    
      module junos-nfx-rpc-start {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/start";
    
        prefix start;
    
        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 start command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc start-shell {
          description "Start local UNIX shell";
          input {
            leaf shell {
              type enumeration {
                enum "tcsh" {
                  value 0;
                  description
                    "Start C shell with filename completion";
                }
                enum "csh" {
                  value 1;
                  description "Start C shell";
                }
                enum "sh" {
                  value 2;
                  description
                    "Start Bourne-style shell (really ash)";
                }
              }
              description "Type of shell";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc start-shell
      }  // module junos-nfx-rpc-start
    

© 2023 YumaWorks, Inc. All rights reserved.