Junos RPC YANG module for host command(s)
Version: 2019-01-01
module junos-qfx-rpc-host { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/host"; prefix host; 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 host command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-host-information { description "Show hostname information from domain name server"; input { leaf routing-instance { type string; description "Name of routing instance for host attempt"; } leaf host { type string; mandatory true; description "Hostname or IP address of host"; } leaf server { type string; description "Name server"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-host-information } // module junos-qfx-rpc-host
© 2023 YumaWorks, Inc. All rights reserved.