I got this command from a networking tutorial and I am hoping that I can use python
to automate it more easily later. The command is curl -sk -u admin:admin1 GET https://192.168.1.31/mgmt/tm/ltm/virtual
.
What would be the exact equivalent of python
command of the curl
above?