junos-qfx-rpc-flight-recorder

Junos RPC YANG module for flight-recorder command(s)

  • Version: 2019-01-01

    junos-qfx-rpc-flight-recorder@2019-01-01


    
      module junos-qfx-rpc-flight-recorder {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-qfx/rpc/flight-recorder";
    
        prefix flight-recorder;
    
        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 flight-recorder command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-flight-recorder-status {
          description
            "Shows flight recorder info";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml flight-recorder-status {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-flight-recorder-status
      }  // module junos-qfx-rpc-flight-recorder
    

© 2023 YumaWorks, Inc. All rights reserved.