netconf-rest:将netconf调用转换为REST API for Fortigate的桥梁

时间:2024-05-20 23:23:43
【文件属性】:

文件名称:netconf-rest:将netconf调用转换为REST API for Fortigate的桥梁

文件大小:59KB

文件格式:ZIP

更新时间:2024-05-20 23:23:43

rest connector yang netconf Python

网络配置 将netconf调用转换为REST API for Fortigate的桥梁 它将监听netconf请求(端口830)并将其转换为REST API调用。 目前仅对Fortigate有效。 它不会在内部针对任何模式进行验证。 如果请求格式错误,即不是按照FortiGate可以理解的格式,它将失败。 要编写新的netconf请求,请使用FGT REST API架构。 检查: : 目前支持cmdb和monitor命令。 目前尚不支持某些特殊操作,例如带有POST请求的监视器。 也不支持带有参数的监视请求。 如果有受欢迎的需求,将提供支持。 请检查./tests/integration_test中的示例。要运行示例,请启动应用程序并运行一些测试: sudo ./netconf-rest.py cd ./integration_test ./run_test.sh edit-c


【文件预览】:
netconf-rest-master
----keys()
--------host_key(2KB)
----kill_server.sh(106B)
----LICENSE(11KB)
----netconf()
--------util.py(10KB)
--------error.py(6KB)
--------base.py(17KB)
--------__init__.py(1KB)
--------server.py(18KB)
--------client.py(9KB)
--------ncclient.py(2KB)
----README.md(3KB)
----sshutil()
--------__init__.py(614B)
--------server.py(18KB)
--------conn.py(5KB)
--------cmd.py(14KB)
--------host.py(4KB)
--------cache.py(18KB)
----python-sudo(71B)
----yang2rest()
--------restcaller.py(3KB)
--------__init__.py(0B)
--------json2yang.py(3KB)
--------yang2restconverter.py(6KB)
----tests()
--------unit_test()
--------integration_test()
----.gitignore(43B)
----netconf-rest.py(9KB)

网友评论