Cisco-IOS-XR-config-cfgmgr-exec-oper

This module contains a collection of YANG definitions for Cisco IOS-XR config-cfgmgr-exec package operational data. This module...

  • Version: 2020-06-26

    Cisco-IOS-XR-config-cfgmgr-exec-oper@2020-06-26


    
      module Cisco-IOS-XR-config-cfgmgr-exec-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-config-cfgmgr-exec-oper";
    
        prefix config-cfgmgr-exec-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-config-cfgmgr-exec-oper-sub1 {
          revision-date "2020-06-26";
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
    Customer Service
    
    Postal: 170 West Tasman Drive
    San Jose, CA 95134
    
    Tel: +1 800 553-NETS
    
    E-mail: cs-yang@cisco.com";
    
        description
          "This module contains a collection of YANG definitions
    for Cisco IOS-XR config-cfgmgr-exec package operational data.
    
    This module contains definitions
    for the following management objects:
      config-manager: Show Configuration <*> Global path information
    
    Copyright (c) 2013-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2020-06-26" {
          description
            "Updated schema to restrict user-access based on taskgroup.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.1";
        semver:module-version "1.0.1";
    
        container config-manager {
          config false;
          description
            "Show Configuration <*> Global path information";
          container global {
            description
              "Show Configuration <*> Global path information";
            container config-commit {
              description
                "Show Configuration Commit <*> Global path
    information";
              container commits {
                description
                  "Show Configuration Commit List Detail";
                list commit {
                  key "commit";
                  description
                    "Commit information for a specific commit
    entry";
                  leaf commit {
                    type xr:Cisco-ios-xr-string;
                    description
                      "Each Session Details";
                  }
    
                  uses CFGCOMMITLIST-D-ENTRY;
                }  // list commit
              }  // container commits
            }  // container config-commit
    
            container history-tables {
              description
                "Show Configuration History <*> Global path
    information";
              list history-table {
                key "history-type";
                description
                  "List of possible type of History";
                leaf history-type {
                  type xr:Cisco-ios-xr-string;
                  description "Type of History";
                }
    
                list history {
                  key "history";
                  description
                    "History summary information for a specific
    type of history";
                  leaf history {
                    type xr:Cisco-ios-xr-string;
                    description "History Record";
                  }
    
                  uses CONFIGURATIONHISTORY-ENTRY;
                }  // list history
              }  // list history-table
            }  // container history-tables
    
            container config-session {
              description
                "Show Configuration Session <*> Global path
    information";
              container sessions {
                description
                  "Show Configuration Session Detail";
                list session {
                  key "session";
                  description
                    "Session information for a specific session
    entry";
                  leaf session {
                    type xr:Cisco-ios-xr-string;
                    description
                      "Each Session Details";
                  }
    
                  uses CFGSESSION-D-ENTRY;
                }  // list session
              }  // container sessions
            }  // container config-session
          }  // container global
        }  // container config-manager
      }  // module Cisco-IOS-XR-config-cfgmgr-exec-oper
    

© 2024 YumaWorks, Inc. All rights reserved.