Cisco-IOS-XR-procfind-oper

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

  • Version: 2020-02-28

    Cisco-IOS-XR-procfind-oper@2020-02-28


    
      module Cisco-IOS-XR-procfind-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-procfind-oper";
    
        prefix procfind-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-procfind-oper-sub1 {
          revision-date "2020-02-28";
        }
    
        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 procfind package operational data.
    
    This module contains definitions
    for the following management objects:
      proc-distribution: Process distribution information
    
    Copyright (c) 2013-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2020-02-28" {
          description
            "Added new field PID in schema.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-02-18" {
          description
            "Added good description for bag fields.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "1.0.1";
    
        container proc-distribution {
          config false;
          description
            "Process distribution information";
          container nodes {
            description "List of nodes";
            list node {
              key "node-name";
              description
                "Process distribution information per node";
              leaf node-name {
                type xr:Node-id;
                description "The node name";
              }
    
              list process {
                key "proc-name";
                description
                  "Process distribution information";
                leaf proc-name {
                  type xr:Cisco-ios-xr-string {
                    length "1..256";
                  }
                  description "Process Name";
                }
    
                list pid {
                  key "pid";
                  description
                    "Process distribution information";
                  container filter-type {
                    description
                      "Process distribution information";
                    leaf nodeid {
                      type uint32;
                      description "Node ID";
                    }
    
                    leaf nodetype {
                      type uint32;
                      description
                        "Type of the node RP/LC/DRP";
                    }
    
                    leaf pid {
                      type int32;
                      description "Process ID";
                    }
    
                    leaf jid {
                      type int32;
                      description "Job ID";
                    }
    
                    leaf num-threads {
                      type int32;
                      description
                        "Number of threads";
                    }
    
                    leaf name {
                      type string;
                      description "Process name";
                    }
                  }  // container filter-type
    
                  leaf pid {
                    type xr:Cisco-ios-xr-string {
                      length "1..32";
                    }
                    description "PID";
                  }
                }  // list pid
              }  // list process
            }  // list node
          }  // container nodes
        }  // container proc-distribution
      }  // module Cisco-IOS-XR-procfind-oper
    

© 2023 YumaWorks, Inc. All rights reserved.