Junos RPC YANG module for auto-bandwidth command(s)
Version: 2019-01-01
module junos-qfx-rpc-auto-bandwidth { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/auto-bandwidth"; prefix auto-bandwidth; 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 auto-bandwidth command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-auto-bandwidth-history-log-information { description "Show history of auto-bandwidth "; output { choice output_c { leaf output { type string; } anyxml auto-bandwidth-history-log-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-auto-bandwidth-history-log-information rpc get-auto-bandwidth-traffic-information { description "Show traffic of auto-bandwidth "; input { leaf verbosity_level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } } default "brief"; } leaf sensor-name { type string; description "Name of sensor"; } } output { choice output_c { leaf output { type string; } anyxml auto-bandwidth-traffic-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-auto-bandwidth-traffic-information } // module junos-qfx-rpc-auto-bandwidth
© 2023 YumaWorks, Inc. All rights reserved.