Junos RPC YANG module for remote-device-management command(s)
Version: 2019-01-01
module junos-nfx-rpc-remote-device-management { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/remote-device-management"; prefix remote-device-management; 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 remote-device-management command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-rdm-summary { description "Show remote device management summary"; output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-summary rpc get-rdm-statistics-summary { description "Show rdm summary statistics"; output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-statistics-summary rpc get-rdm-statistics-sd { description "Show rdm service device statistics"; input { leaf device-name { type string; mandatory true; description "Service device name"; } } output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-statistics-sd rpc get-rdm-service-devices { description "Show service device information"; input { leaf device-name { type string; description "Service device name"; } leaf level { type enumeration { enum "terse" { value 0; description "Display terse output"; } enum "detail" { value 1; description "Display detailed output"; } enum "extensive" { value 2; description "Display extensive output"; } } } } output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-service-devices rpc get-rdm-subscribers { description "Show subscriber service session information"; output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-subscribers rpc get-rdm-subscriber-session-id { description "By subscriber session id"; input { leaf id { type union { type string { pattern "<.*>|$.*"; } type uint64 { range "1 .. 18446744073709551615"; } } mandatory true; description "Subscriber session id"; } leaf level { type enumeration { enum "terse" { value 0; description "Display terse output"; } enum "detail" { value 1; description "Display detailed output"; } } default "terse"; } } output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-subscriber-session-id rpc get-rdm-services { description "Show service session information"; output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-services rpc get-rdm-service-session-id { description "By service session id"; input { leaf id { type union { type string { pattern "<.*>|$.*"; } type uint64 { range "1 .. 18446744073709551615"; } } mandatory true; description "Service session id"; } leaf level { type enumeration { enum "terse" { value 0; description "Display terse output"; } enum "detail" { value 1; description "Display detailed output"; } } default "terse"; } } output { choice output_c { leaf output { type string; } anyxml rdm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-rdm-service-session-id } // module junos-nfx-rpc-remote-device-management
© 2023 YumaWorks, Inc. All rights reserved.