Junos RPC YANG module for packet-capture command(s)
Version: 2019-01-01
module junos-nfx-rpc-packet-capture { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/packet-capture"; prefix packet-capture; 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 packet-capture command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc request-packet-capture-show { description "Show packet-capture status"; output { choice output_c { leaf output { type string; } anyxml request-packet-capture-show-result { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc request-packet-capture-show } // module junos-nfx-rpc-packet-capture
© 2023 YumaWorks, Inc. All rights reserved.