Cisco-IOS-XR-sysadmin-show-diag

This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module holds diag data for ...

  • Version: 2019-04-15

    Cisco-IOS-XR-sysadmin-show-diag@2019-04-15


    
      module Cisco-IOS-XR-sysadmin-show-diag {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-show-diag";
    
        prefix show_diag;
    
        import cisco-semver {
          prefix semver;
        }
    
        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 SysAdmin configuration.
         
         This module holds diag data for chassis, card, fan, power.
         
         Copyright (c) 2012-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-15" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-04-12" {
          description
            "Changed namespace and module name";
        }
    
        revision "2012-03-27" {
          description
            "Initial revision of show diag commands";
        }
    
        semver:module-version "1.0.0";
    
        container diag {
          config false;
          description "diag data";
          container default {
            list default_list {
              key "location";
              leaf location {
                type string;
              }
    
              container default-data {
                leaf-list default_out_list {
                  type string;
                }
              }  // container default-data
            }  // list default_list
          }  // container default
    
          container fans {
            list fans_list {
              key "location";
              leaf location {
                type string;
              }
    
              container default-data {
                leaf-list default_out_list {
                  type string;
                }
              }  // container default-data
            }  // list fans_list
          }  // container fans
    
          container power-supply {
            list pwr_list {
              key "location";
              leaf location {
                type string;
              }
    
              container default-data {
                leaf-list default_out_list {
                  type string;
                }
              }  // container default-data
            }  // list pwr_list
          }  // container power-supply
    
          container chassis {
            container chassis_cnt {
              list chassis_list {
                key "location";
                leaf location {
                  type string;
                }
    
                container default-data {
                  leaf-list default_out_list {
                    type string;
                  }
                }  // container default-data
              }  // list chassis_list
            }  // container chassis_cnt
    
            container chassis_eeprom_cnt {
              list chassis_eeprom_list {
                key "location";
                leaf location {
                  type string;
                }
    
                container eeprom-data {
                  leaf-list raw_list {
                    type string;
                  }
                }  // container eeprom-data
              }  // list chassis_eeprom_list
            }  // container chassis_eeprom_cnt
          }  // container chassis
    
          container summary {
            list summary_list {
              key "location";
              leaf location {
                type string;
              }
    
              container summary-data {
                leaf-list summary_out_list {
                  type string;
                }
              }  // container summary-data
            }  // list summary_list
          }  // container summary
    
          container eeprom {
            list eeprom_list {
              key "location";
              leaf location {
                type string;
              }
    
              container eeprom-data {
                leaf-list raw_list {
                  type string;
                }
              }  // container eeprom-data
            }  // list eeprom_list
          }  // container eeprom
    
          container detail {
            list detail_list {
              key "location";
              leaf location {
                type string;
              }
    
              container detail-data {
                leaf-list detail_out_list {
                  type string;
                }
              }  // container detail-data
            }  // list detail_list
          }  // container detail
        }  // container diag
      }  // module Cisco-IOS-XR-sysadmin-show-diag
    

© 2023 YumaWorks, Inc. All rights reserved.