Junos RPC YANG module for express-segments command(s)
Version: 2019-01-01
module junos-qfx-rpc-express-segments { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/express-segments"; prefix express-segments; 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 express-segments command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-express-segment-information { description "Show Express Segments"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf segment-type { type enumeration { enum "all" { value 0; description "All segments (default)"; } } default "all"; } leaf level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } enum "terse" { value 2; description "Display terse output"; } } default "brief"; } leaf express-segment-name { type string; description "Name of express-segment"; } } output { choice output_c { leaf output { type string; } anyxml express-segment-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-express-segment-information } // module junos-qfx-rpc-express-segments
© 2023 YumaWorks, Inc. All rights reserved.