For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

2 Replies

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Well here's one command that will output the information about all virtual addresses on your system:

    curl -k -u admin:admin -X GET 'https://mgmt_IP_address/mgmt/tm/ltm/virtual-address'

    If you install the Python json.tool, this will give you an output in a nice format:

    curl -k -u admin:admin -X GET 'https://mgmt_IP_address/mgmt/tm/ltm/virtual-address' | python -m json.tool

    .