Junos RPC YANG module for performance-monitoring command(s)
Version: 2019-01-01
module junos-ex-rpc-performance-monitoring { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/performance-monitoring"; prefix performance-monitoring; 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 performance-monitoring command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-pm-mpls-lsp-information { input { leaf level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } enum "extensive" { value 2; description "Display extensive output"; } } default "brief"; } leaf regex { type string; description "Regular expression for LSP names to match"; } } output { choice output_c { leaf output { type string; } anyxml pm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-pm-mpls-lsp-information } // module junos-ex-rpc-performance-monitoring
© 2023 YumaWorks, Inc. All rights reserved.