junos-es-rpc-sap

Junos RPC YANG module for sap command(s)

  • Version: 2019-01-01

    junos-es-rpc-sap@2019-01-01


    
      module junos-es-rpc-sap {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-es/rpc/sap";
    
        prefix sap;
    
        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 sap command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-sap-listen-information {
          description
            "Show addresses to listen for session announcements";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system, or 'all'";
              }
            }  // choice daemon-select
    
            leaf verbosity_level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Display brief output (default)";
                }
                enum "detail" {
                  value 1;
                  description
                    "Display detailed output";
                }
              }
              default "brief";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml sap-listen-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-sap-listen-information
      }  // module junos-es-rpc-sap
    

© 2023 YumaWorks, Inc. All rights reserved.