We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8586a52 + ff5f205 commit 42b9b81Copy full SHA for 42b9b81
1 file changed
f5/bigip/contexts.py
@@ -50,7 +50,7 @@ def __enter__(self):
50
self.transaction = self.transaction.create()
51
52
self.icr.session.headers.update({
53
- 'X-F5-REST-Coordination-Id': self.transaction.transId
+ 'X-F5-REST-Coordination-Id': str(self.transaction.transId)
54
})
55
return self.bigip
56
0 commit comments