Junos RPC YANG module for static-subscribers command(s)
Version: 2019-01-01
module junos-nfx-rpc-static-subscribers { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/static-subscribers"; prefix static-subscribers; 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 static-subscribers command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-static-subscribers-sessions-information { description "Show sessions"; input { choice filter { leaf interface { type union { type jt:interface-name; type string { pattern "<.*>|$.*"; } } description "Interface name"; } leaf group { type string { length "1 .. 64"; } description "Group name"; } } // choice filter } output { choice output_c { leaf output { type string; } anyxml static-subscribers-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-static-subscribers-sessions-information } // module junos-nfx-rpc-static-subscribers
© 2023 YumaWorks, Inc. All rights reserved.