ansible.netcommon.restconf – HttpApi Plugin for devices supporting Restconf API¶
Note
This plugin is part of the ansible.netcommon collection (version 1.5.0).
To install it use: ansible-galaxy collection install ansible.netcommon
.
To use it in a playbook, specify: ansible.netcommon.restconf
.
New in version 1.0.0: of ansible.netcommon
Parameters¶
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
root_path
string
|
Default: "/restconf"
|
var: ansible_httpapi_restconf_root
|
Specifies the location of the Restconf root.
|
Authors¶
Ansible Networking Team