Cisco-IOS-XR-sysmgr-act

This module contains a collection of YANG definitions for Cisco IOS-XR sysmgr action package configuration. Copyright (c) 2016-...

  • Version: 2020-01-23

    Cisco-IOS-XR-sysmgr-act@2020-01-23


    
      module Cisco-IOS-XR-sysmgr-act {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-sysmgr-act";
    
        prefix sysmgr-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 sysmgr action package configuration.
         
         Copyright (c) 2016-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-01-23" {
          description
            "Added support for process crash from XR.";
        }
    
        revision "2019-10-01" {
          description
            "Made changes to be RFC6087 compliant";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-03-03" {
          description "IOS XR 6.3.1 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.1";
        semver:module-version "1.0.0";
    
        rpc sysmgr-process-restart {
          description "Restart an XR process";
          input {
            leaf process-name {
              type string;
              mandatory true;
              description
                "XR process name or Job Id e.g. bgp, ospf";
            }
    
            leaf location {
              type string;
              description
                "XR node identifier e.g. 0/RP0/CPU0, 0/0/CPU0";
            }
          }
        }  // rpc sysmgr-process-restart
    
        rpc sysmgr-process-start {
          description "Start an XR process";
          input {
            leaf process-name {
              type string;
              mandatory true;
              description
                "XR process name or Job Id e.g. bgp, ospf";
            }
    
            leaf location {
              type string;
              description
                "XR node identifier e.g. 0/RP0/CPU0, 0/0/CPU0";
            }
          }
        }  // rpc sysmgr-process-start
    
        rpc sysmgr-process-crash {
          description "Crash an XR process";
          input {
            leaf process-name {
              type string;
              mandatory true;
              description
                "XR process name or Job Id e.g. bgp, ospf";
            }
    
            leaf location {
              type string;
              description
                "XR node identifier e.g. 0/RP0/CPU0, 0/0/CPU0";
            }
          }
        }  // rpc sysmgr-process-crash
    
        rpc sysmgr-process-shutdown {
          description "Shutdown an XR process";
          input {
            leaf process-name {
              type string;
              mandatory true;
              description
                "XR process name or Job Id e.g. bgp, ospf";
            }
    
            leaf location {
              type string;
              description
                "XR node identifier e.g. 0/RP0/CPU0, 0/0/CPU0";
            }
          }
        }  // rpc sysmgr-process-shutdown
      }  // module Cisco-IOS-XR-sysmgr-act
    

© 2023 YumaWorks, Inc. All rights reserved.