Junos RPC YANG module for resource-manager command(s)
Version: 2019-01-01
module junos-nfx-rpc-resource-manager { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/resource-manager"; prefix resource-manager; 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 resource-manager command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-resman-cpu { description "Show resource manager cpu information"; input { leaf statistics { type union { type uint32; type string { pattern "<.*>|$.*"; } } description "Show resource manager cpu statistics"; } } output { choice output_c { leaf output { type string; } anyxml resource-manager-cpu-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-resman-cpu rpc get-resman-memory { description "Show resource manager memory information"; input { leaf statistics { type union { type uint32; type string { pattern "<.*>|$.*"; } } description "Show resource manager cpu statistics"; } } output { choice output_c { leaf output { type string; } anyxml resource-manager-memory-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-resman-memory rpc get-resman-summary { description "Show resource manager summary"; output { choice output_c { leaf output { type string; } anyxml resman-summary { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-resman-summary } // module junos-nfx-rpc-resource-manager
© 2023 YumaWorks, Inc. All rights reserved.