junos-qfx-rpc-dynamic-profile

Junos RPC YANG module for dynamic-profile command(s)

  • Version: 2019-01-01

    junos-qfx-rpc-dynamic-profile@2019-01-01


    
      module junos-qfx-rpc-dynamic-profile {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-qfx/rpc/dynamic-profile";
    
        prefix dynamic-profile;
    
        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 dynamic-profile command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-dynamic-profile {
          description
            "Show dynamic profile information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml dynamic-profile-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-dynamic-profile
    
        rpc get-dynamic-profile-session-information {
          description
            "Display dynamic profile information for a session";
          input {
            choice id-choice {
              leaf client-id {
                type string;
                description
                  "Identifier of subscriber";
              }
              leaf service-id {
                type string;
                description
                  "Identifier of subscriber service";
              }
            }  // choice id-choice
    
            leaf profile-name {
              type string {
                length "1 .. 80";
              }
              description
                "Client or service dynamic profile name";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml dynamic-profile-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-dynamic-profile-session-information
      }  // module junos-qfx-rpc-dynamic-profile
    

© 2023 YumaWorks, Inc. All rights reserved.