yumaworks-agt-profile

YumaPro agt_profile message definition for subsystem initialization. Keep the agt-profile grouping in synch with the agt_profil...

  • Version: 2022-09-17

    yumaworks-agt-profile@2022-09-17


    
      module yumaworks-agt-profile {
    
        yang-version 1;
    
        namespace
          "http://yumaworks.com/ns/yumaworks-agt-profile";
    
        prefix yprof;
    
        import yuma-app-common {
          prefix yapp;
        }
        import yuma-ncx {
          prefix ncx;
        }
        import yuma-types {
          prefix yt;
        }
        import yumaworks-types {
          prefix ywt;
        }
    
        organization "YumaWorks, Inc.";
    
        contact
          "Support <support at yumaworks.com>";
    
        description
          "YumaPro agt_profile message definition for subsystem
    initialization.  Keep the agt-profile grouping in
    synch with the agt_profile_t in agt/agt.h
    
    Copyright (c) 2014 - 2022 YumaWorks, Inc. All rights reserved.
    
    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject
    to the license terms contained in, the BSD 3-Clause License
    http://opensource.org/licenses/BSD-3-Clause";
    
        revision "2022-09-17" {
          description
            "Add new bits to all-booleans3 flag:
      bit1 agt_startup_skip_validation
      bit2 agt_cvt_subtree_filter
      bit3 agt_with_yang_patch_running
      bit4 agt_push_simop_enabled
      bit5 agt_push_simop_patch_update
      bit6 agt_wait_datastore_ready
      bit7 agt_return_status
      bit8 agt_use_yumaworks_cert_usermap
      bit9 agt_remove_schema_aug_leafs
      bit10 agt_tls_debug
      bit11 agt_highres_event_time
    ";
        }
    
        revision "2020-02-13" {
          description
            "Add new bit flag: new all-booleans3
     agt_import_bestmatch bit0.";
        }
    
        revision "2019-10-12" {
          description
            "Add new bit flag: agt_with_nmda bit31.";
        }
    
        revision "2017-02-08" {
          description
            "Add new bit flag: agt_with_yang11_hello bit28.";
        }
    
        revision "2017-01-06" {
          description
            "Add new bit flag: agt_with_snmp bit28.
    Add new bit flag: agt_create_empty_npcontainers bit27.";
        }
    
        revision "2016-09-15" {
          description
            "Add new bit flag: agt_simple_json_names bit26.";
        }
    
        revision "2016-02-06" {
          description
            "Add fields for YP-HA service";
        }
    
        revision "2016-01-10" {
          description
            "Add missing agt_autodelete_pdu_error bit19 flag.
    Add new bit flags. Add:
    agt_with_netconf bit20,
    agt_with_restconf bit21,
    agt_with_yang_api bit22,
    agt_with_yp_shell bit23.";
        }
    
        revision "2015-11-02" {
          description
            "Add new leaf flag. Add agt_sil_getbulk_max.
    Add agt_restconf_strict_accept bit18 flag";
        }
    
        revision "2015-09-26" {
          description
            "Add agt_sil_validate_candidate bit17 flag
    Add agt_audit_log_candidate bit16 flag
    Add agt_leaflist_deleteall_ok bit15 flag
    Update agt_list_deleteall_ok bit11 boolean1 flag";
        }
    
        revision "2015-09-14" {
          description
            "Add new leaf flag. Add agt_restconf_server_url.";
        }
    
        revision "2015-06-06" {
          description
            "Add new boolean2 flag.  Add withdef_enabled leaf.";
        }
    
        revision "2014-09-06" {
          description "Initial version.";
        }
    
    
        grouping agt-profile {
        }  // grouping agt-profile
      }  // module yumaworks-agt-profile
    

© 2023 YumaWorks, Inc. All rights reserved.