摘要: 一、 环境信息1、操作系统信息 # uname -r 3.10.0-1062.9.1.el7.x86_64 # more /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 2、IP地址信息1)主DNS:10.30.20.1182)从DN 阅读全文
posted @ 2020-09-30 16:11 guoxianqi 阅读(265) 评论(0) 推荐(0)
摘要: 一、认证 def get_headers(base_url,username,password): data = { "username": username, "password": password } url = "%s/api/v1/users/auth/" % base_url res = 阅读全文
posted @ 2020-09-30 11:32 guoxianqi 阅读(1557) 评论(0) 推荐(0)