Junos RPC YANG module for smtp command(s)
Version: 2019-01-01
module junos-es-rpc-smtp { yang-version 1; namespace "http://yang.juniper.net/junos-es/rpc/smtp"; prefix smtp; 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 smtp command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-smtp-configuration { description "Show SMTP server configuration information"; output { choice output_c { leaf output { type string; } anyxml smtp-configuration { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-smtp-configuration rpc get-smtp-statistics { description "Show SMTP client service statistics"; output { choice output_c { leaf output { type string; } anyxml smtp-statistics { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-smtp-statistics } // module junos-es-rpc-smtp
© 2023 YumaWorks, Inc. All rights reserved.