# Shortcut functions for coding and working with PAN devices
### Retrieve PAN API key from file in user home directory
Get API key from .panconfkeystore file in user home directory. Input file format has one entry per line.
<apikey>:<ip>
Code example
import retrievepankey
apikey = retrievepankey.read_key_file("192.168.1.1")
### Retrieve device info from file in user home directory
Use shortcut name in scripts to retrieve info about device.
Will return device 'ip' field by default
Input file format for 'fetch_deviceinfo_file()' is below. The function reads in a YAML format from .pandevice file, in user home directory, by default. All sub fields (serial, ip, type, etc) can be customized and returned. If there is no match, the input string to the function is returned.
DEMOFW1:
serial: 09870100089
ip: 192.168.50.100
type: panos
panorama: 192.168.100.100
panorama2: 192.168.100.101
hapair: 192.168.50.101
DEMOFW2:
serial: 098001000597
ip: 192.168.50.101
type: panos
panorama: 192.168.100.100
panorama2: 192.168.100.101
hapair: 192.168.50.101
Code example
import retrievepankey
firewallip = retrievepankey.fetch_deviceinfo_file("DEMO-FW")
panoip = retrievepankey.fetch_deviceinfo_file("DEMO-FW", field='panorama')
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:retrievepankey-0.1.10.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
retrievepankey-0.1.10.tar.gz (10个子文件)
retrievepankey-0.1.10
PKG-INFO 2KB
retrievepankey
__init__.py 1KB
setup.cfg 38B
setup.py 643B
retrievepankey.egg-info
PKG-INFO 2KB
requires.txt 7B
SOURCES.txt 234B
top_level.txt 15B
dependency_links.txt 1B
README.md 1KB
共 10 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功