Cisco-IOS-XR-pmengine-clear-act

This module contains a collection of YANG definitions for Cisco IOS-XR clear statistics for pm-engine module. Copyright (c) 201...

  • Version: 2020-09-13

    Cisco-IOS-XR-pmengine-clear-act@2020-09-13


    
      module Cisco-IOS-XR-pmengine-clear-act {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-pmengine-clear-act";
    
        prefix pmengine-clear-act;
    
        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 clear statistics for pm-engine module.
         
         Copyright (c) 2018-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-13" {
          description
            "Clear per layer support for otu controllers
           2020-07-07
             Added task-name to restrict user-access based on taskgroup";
        }
    
        revision "2019-10-15" {
          description
            "Added support for flexible interval";
        }
    
        revision "2019-10-01" {
          description
            "Made changes to be RFC6087 compliant";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2018-01-09" {
          description "IOS XR 6.5.1 revision.";
        }
    
        semver:module-version "1.2.0";
        semver:module-version "1.1.0";
        semver:module-version "1.0.1";
        semver:module-version "1.0.0";
    
        rpc clear-controller-pm {
          description
            "Clear pm-engine statistics";
          input {
            leaf controller {
              type string;
              description
                "Controller name in R/S/I/P format";
            }
    
            leaf pm {
              type empty;
              description "clear pm counters";
            }
    
            leaf interval {
              type uint8 {
                range "0..4";
              }
              description
                "Clear 24-hour(0)/15-min(1)/30-sec(2)/Flexible-Interval(3)/all(4) pm statistics";
            }
    
            leaf layer {
              type string;
              description
                "Layer name to clear PM counter for specific layer";
            }
          }
        }  // rpc clear-controller-pm
      }  // module Cisco-IOS-XR-pmengine-clear-act
    

© 2023 YumaWorks, Inc. All rights reserved.