junos-nfx-rpc-database-replication

Junos RPC YANG module for database-replication command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-database-replication@2019-01-01


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

© 2023 YumaWorks, Inc. All rights reserved.