1
2
3
4
5
6
7
8
9
10
11
12
13 | e.args[0] -> 77
e.args[1] -> ''
url -> https://<<redacted>>/message-system
post -> True
data -> '...'
headers -> {'Content-Type': 'application/octet-stream', 'X-Message-API': '3.2', 'User-Agent': 'landscape-client/16.03+bzr834-0ubuntu2.16.04.1'},
cainfo -> '/root/key.pem'
curl -> <pycurl.Curl object at 0x7f6c88015900>
connect_timeout -> 30
total_timeout -> 600
insecure -> False
follow -> True
user_agent -> None
|