Automate import of SSL Certificate, Key & CRL from BIG-IP to BIG-IQ
The functionality to automate the import of SSL cert & key from BIG-IP to BIG-IQ is available in the product starting BIG-IQ 7.0 and above. This script should not be used on BIG-IQ 7.0+ as it h...
Updated Jun 06, 2023
Version 3.0RomanJ
Ret. Employee
Joined May 16, 2019
goodsell_116980
Mar 19, 2019Historic F5 Account
megakoresh, there's a problem with your test script that is producing the Incompatible Version error. Change this line:
r=f5.mcp.MCPConnection().query_all("' + object_type + '");
To:
r=f5.mcp.MCPConnection().query_all(object_type);
And see if that produces properly pickled output.