摘要: #!/usr/bin/env python3# coding=utf-8import requestsimport jsonimport boto3headers = {'Content-Type': 'application/json-rpc'}#url = 'http://%s/zabbix/a 阅读全文
posted @ 2019-09-18 15:54 wxhw7021234 阅读(239) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3#coding=utf-8import jsonimport requests#from urllib import requests, parse,error# based url and required header#url = "http://sg-zabbix.upliveapp.com/zabbix/api_jsonrpc.php"class 阅读全文
posted @ 2019-09-18 14:43 wxhw7021234 阅读(938) 评论(0) 推荐(0) 编辑