Forum Discussion
Jae_Hong_Kim_32
May 24, 2017Nimbostratus
F5 SDK usage with ASM
Where can I get sample code for using ASM with F5 SDK
I ran the following code.
from import BigIP
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning
r...
Anesh
May 24, 2017Cirrostratus
can you provide the output of the below code
from f5.bigip import ManagementRoot
mgmt = ManagementRoot("192.168.199.241", "admin", "admin")
pools = mgmt.tm.ltm.pools.get_collection()
for pool in pools:
print pool.name
for member in pool.members_s.get_collection():
print member.name
Also when pasting code, please ensure to keep formatting for readability
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects