junos-es-rpc-app-engine

Junos RPC YANG module for app-engine command(s)

  • Version: 2019-01-01

    junos-es-rpc-app-engine@2019-01-01


    
      module junos-es-rpc-app-engine {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-es/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-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-es-rpc-app-engine
    

© 2023 YumaWorks, Inc. All rights reserved.