Cisco-IOS-XR-cfgmgr-cfs-check-act

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

  • Version: 2020-09-10

    Cisco-IOS-XR-cfgmgr-cfs-check-act@2020-09-10


    
      module Cisco-IOS-XR-cfgmgr-cfs-check-act {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-cfgmgr-cfs-check-act";
    
        prefix cfgmgr-cfs-check-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 action package configuration.
         
         Copyright (c) 2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-10" {
          description "IOS XR initial revision.";
          reference
            "RFC VVVV: NETCONF Server and RESTCONF Server Operational
            Models";
    
        }
    
        semver:module-version "1.0.0";
    
        rpc cfs-check {
          description
            "Check the configuration file system";
          input {
            leaf check {
              type empty;
              mandatory true;
              description
                "Check/Fix Configuration File system";
            }
          }
        }  // rpc cfs-check
      }  // module Cisco-IOS-XR-cfgmgr-cfs-check-act
    

© 2023 YumaWorks, Inc. All rights reserved.