Cisco-IOS-XE-cts-rpc

NED CTS RPC YANG module for IOS Copyright (c) 2016-2019 by Cisco Systems, Inc. All rights reserved.

  • Version: 2019-07-01

    Cisco-IOS-XE-cts-rpc@2019-07-01


    
      module Cisco-IOS-XE-cts-rpc {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XE-cts-rpc";
    
        prefix ios-xe-cts-rpc;
    
        import cisco-semver {
          prefix cisco-semver;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import Cisco-IOS-XE-rpc {
          prefix ios-xe-rpc;
        }
    
        organization "Cisco Systems";
    
        contact "<mailto:cs-yang@cisco.com>";
    
        description
          "NED CTS RPC YANG module for IOS
         Copyright (c) 2016-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-07-01" {
          description
            "Establish semantic version baseline";
        }
    
        revision "2018-12-06" {
          description
            "created for NED RPC modularisation";
        }
    
        cisco-semver:module-version "1.0.0";
    
        rpc cts {
          description
            "Cisco Trusted Security Exec Commands";
          input {
            container credentials {
              description
                "Insert CTS device ID and password into the keystore";
              leaf id {
                type string {
                  length "1..24";
                }
                description
                  "Specify the CTS device ID for this switch or router(upto 32 char)";
              }
    
              leaf password {
                when '../id';
                type string;
                description
                  "specify this device's CTS password(upto 24 char)";
              }
            }  // container credentials
          }
    
          output {
            leaf result {
              type string;
              description
                "Output returned by the network element";
            }
          }
        }  // rpc cts
      }  // module Cisco-IOS-XE-cts-rpc
    

© 2023 YumaWorks, Inc. All rights reserved.