community.general/lib/ansible/plugins/httpapi
Ujwal Komarla 9384773e1e Exos httpapi (#54405)
* Modify EXOS module utils to utilize 'httpapi' or 'network-cli' connection

* Changes to cliconf plugin to support 'json' or 'text' output for compatibility between network-cli and httpapi

* Add HTTPAPI plugin supportng JSONRPC and RESTCONF for EXOS

* exos_facts modify commands with run script cli2json.py to command dictionary specifying 'json' output
Load appropriate fixtures

* Update exos_config module to utilize the get_diff and get_default_flag functionality.
JSONRPC doesn't work well with pipes, regex MULTILINE

* Support for NOS agnostic 'cli_config' module by implementing 'get_default_flag' and 'get_diff' functionality

* Update Ansible Documentation regarding the connections available for EXOS
2019-03-27 14:44:04 +01:00
..
__init__.py Change handle_httperror in httpapi plugins (#53391) 2019-03-06 12:13:58 -05:00
checkpoint.py Add checkpoint_session module (#50930) 2019-01-16 13:19:36 +01:00
eos.py Allow persistent connection plugins to queue messages back to ansible-connection (#49977) 2018-12-19 10:54:42 -05:00
exos.py Exos httpapi (#54405) 2019-03-27 14:44:04 +01:00
fortimanager.py Fortinet FortiManager Connection Plugin RC, plus associated utilities (#50336) 2019-02-07 08:55:30 -05:00
ftd.py Change handle_httperror in httpapi plugins (#53391) 2019-03-06 12:13:58 -05:00
nxos.py httpapi/nxos_facts: raise ConnectionError is missing code (#53406) 2019-03-07 08:16:28 -05:00
restconf.py Change handle_httperror in httpapi plugins (#53391) 2019-03-06 12:13:58 -05:00