Junos RPC YANG module for app-engine command(s)
Version: 2019-01-01
module junos-qfx-rpc-app-engine { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/app-engine"; prefix app-engine; 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 app-engine command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-compute-node-arp-information { description "Show compute node arp"; input { leaf compute-cluster { type string { length "1 .. 15"; } description "Compute cluster name"; } leaf compute-node { type string { length "1 .. 15"; } description "Compute node name"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-output { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-compute-node-arp-information rpc get-compute-node-netsta-informationt { description "Show compute node netstat"; input { leaf compute-cluster { type string { length "1 .. 15"; } description "Compute cluster name"; } leaf compute-node { type string { length "1 .. 15"; } description "Compute node name"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-output { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-compute-node-netsta-informationt rpc get-compute-node-bridge-information { description "Show compute node bridge"; input { leaf compute-cluster { type string { length "1 .. 15"; } description "Compute cluster name"; } leaf compute-node { type string { length "1 .. 15"; } description "Compute node name"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-output { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-compute-node-bridge-information rpc get-compute-node-crash-information { description "Show compute node crash"; input { leaf compute-cluster { type string { length "1 .. 15"; } description "Compute cluster name"; } leaf compute-node { type string { length "1 .. 15"; } description "Compute node name"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-output { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-compute-node-crash-information rpc get-compute-node-logs-information { description "Show compute node logs"; input { leaf compute-cluster { type string { length "1 .. 15"; } description "Compute cluster name"; } leaf compute-node { type string { length "1 .. 15"; } description "Compute node name"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-output { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-compute-node-logs-information rpc get-virtual-machine-package-remote { description "Remote status of virtual machine packages"; input { leaf compute-cluster { type string { length "1 .. 15"; } description "Compute cluster name"; } leaf package-name { type string; description "Name of virtual machine package"; } } output { choice output_c { leaf output { type string; } anyxml remote-cluster { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-virtual-machine-package-remote rpc get-virtual-machine-package-system { description "Local status of virtual machine packages"; input { leaf package-name { type string; description "Name of virtual machine package"; } } output { choice output_c { leaf output { type string; } anyxml system-package { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-virtual-machine-package-system rpc get-virtual-machine-information { description "Show virtual-machine instance information"; input { leaf level { type enumeration { enum "detail" { value 0; description "Display detailed status"; } enum "brief" { value 1; description "Display brief status (default)"; } } default "brief"; } leaf instance-name { type string; description "Virtual-machine instance name"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-vm-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-virtual-machine-information rpc get-virtual-machine-package-information { description "Show virtual-machine package information"; input { leaf package-name { type string; description "Name of virtual machine package"; } } output { choice output_c { leaf output { type string; } anyxml sdk-vmmd-vm-pkg-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-virtual-machine-package-information } // module junos-qfx-rpc-app-engine
© 2023 YumaWorks, Inc. All rights reserved.