Nornir NETCONF
Home
Readme
Installation
Plugins
Response Result
Global Lock
Examples
Additional Documentation
Contributions
Testing
Documentation
DataClasses Implementation
Key Differences in RPC response objects
How to use the
Examples
directory
Changelog
[2.1.0] - 2024-10-13
[2.0.0] - 2022-03-14
[1.1.0] - 2022-10-06
[1.0.1] - 2022-02-08
[1.0.0] - 2022-01-17
[0.1.0] - 2020-09-10
API Reference
tasks
helpers
connections
netconf_get
netconf_rpc
netconf_lock
nornir_netconf
netconf_commit
netconf_validate
netconf_get_config
netconf_get_schemas
netconf_edit_config
netconf_capabilities
Nornir NETCONF
helpers.models
¶
Data Models.
Classes
¶
RpcResult
RPC Reply Result Model.
SchemaResult
Get Schema Result.
Module Contents
¶
class
helpers.models.
RpcResult
¶
RPC Reply Result Model.
rpc
:
ncclient.operations.rpc.RPCReply
|
None
¶
manager
:
ncclient.manager.Manager
|
None
¶
class
helpers.models.
SchemaResult
¶
Get Schema Result.
directory
:
str
¶
errors
:
List
[
str
]
¶
files
:
List
[
str
]
¶