Junos RPC YANG module for uplink-failure-detection command(s)
Version: 2019-01-01
module junos-ex-rpc-uplink-failure-detection { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/uplink-failure-detection"; prefix uplink-failure-detection; 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 uplink-failure-detection command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-uplink-failure-detection-information { description "Show uplink failure detection information"; output { choice output_c { leaf output { type string; } anyxml uplink-failure-detection-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-uplink-failure-detection-information rpc get-uplink-failure-detection-group-information { description "Show uplink failure detection information for given group"; input { leaf group-name { type string { length "2 .. 64"; } mandatory true; description "Name of uplink failure detection group"; } } output { choice output_c { leaf output { type string; } anyxml uplink-failure-detection-group-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-uplink-failure-detection-group-information } // module junos-ex-rpc-uplink-failure-detection
© 2023 YumaWorks, Inc. All rights reserved.