junos-ex-rpc-jdaf

Junos RPC YANG module for jdaf command(s)

  • Version: 2019-01-01

    junos-ex-rpc-jdaf@2019-01-01


    
      module junos-ex-rpc-jdaf {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-ex/rpc/jdaf";
    
        prefix jdaf;
    
        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 jdaf command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-jdaf-command-server-stats {
          description
            "Show JDAF server side statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-server-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-command-server-stats
    
        rpc get-jdaf-command-client-stats {
          description
            "Show JDAF client message statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-command-client-stats
    
        rpc get-jdaf-command-clients {
          description
            "Show JDAF client information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-command-clients
    
        rpc get-jdaf-config-server-stats {
          description
            "Show JDAF server side statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-server-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-config-server-stats
    
        rpc get-jdaf-config-client-stats {
          description
            "Show JDAF client message statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-config-client-stats
    
        rpc get-jdaf-config-clients {
          description
            "Show JDAF client information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-config-clients
    
        rpc get-jdaf-firewall-server-stats {
          description
            "Show JDAF server side statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-server-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-firewall-server-stats
    
        rpc get-jdaf-firewall-client-stats {
          description
            "Show JDAF client message statistics";
          input {
            leaf client-id {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              default "0";
              description "Client id";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-firewall-client-stats
    
        rpc get-jdaf-firewall-clients {
          description
            "Show JDAF client information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-firewall-clients
    
        rpc get-jdaf-interface-server-stats {
          description
            "Show JDAF server side statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-server-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-interface-server-stats
    
        rpc get-jdaf-interface-client-stats {
          description
            "Show JDAF client message statistics";
          input {
            leaf client-id {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              default "0";
              description "Client id";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-interface-client-stats
    
        rpc get-jdaf-interface-clients {
          description
            "Show JDAF client information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-interface-clients
    
        rpc get-jdaf-route-server-stats {
          description
            "Show JDAF server side statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-server-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-route-server-stats
    
        rpc get-jdaf-route-client-stats {
          description
            "Show JDAF client message statistics";
          input {
            leaf client-id {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              default "0";
              description "Client id";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients-statistics {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-route-client-stats
    
        rpc get-jdaf-route-clients {
          description
            "Show JDAF client information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml jdaf-clients {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-jdaf-route-clients
      }  // module junos-ex-rpc-jdaf
    

© 2023 YumaWorks, Inc. All rights reserved.