junos-es-rpc-programmable-rpd

Junos RPC YANG module for programmable-rpd command(s)

  • Version: 2019-01-01

    junos-es-rpc-programmable-rpd@2019-01-01


    
      module junos-es-rpc-programmable-rpd {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-es/rpc/programmable-rpd";
    
        prefix programmable-rpd;
    
        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 programmable-rpd command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-programmable-rpd-client-information {
          description
            "Show RPD Server client information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml programmable-rpd-client-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-programmable-rpd-client-information
      }  // module junos-es-rpc-programmable-rpd
    

© 2023 YumaWorks, Inc. All rights reserved.