Endpoint | http://192.168.1.1/mgmt/tm/ |
Kind | tm:restgroupresolverviewstate |
Type | organizing collection |
Class | f5.bigip.tm.Tm |
Instantiation | tm = mgmt.tm |
Endpoint | http://192.168.1.1/mgmt/tm/ltm |
Kind | tm:ltm:collectionstate |
Type | organizing collection |
Class | f5.bigip.tm.ltm.Ltm |
Instantiation | ltm = mgmt.tm.ltm |
Endpoint | http://192.168.1.1/mgmt/tm/ltm/pool |
Kind | tm:ltm:pool:poolcollectionstate |
Type | collection |
Class | f5.bigip.tm.ltm.pool.Pools |
Instantiation | pools = mgmt.tm.ltm.pools |
Endpoint | http://192.168.1.1/mgmt/tm/ltm/pool/~Common~mypool/ |
Kind | tm:ltm:pool:poolstate |
Type | resource |
Class | f5.bigip.tm.ltm.pool.Pool |
Instantiation | pool = mgmt.tm.ltm.pools.pool.load(partition='<partition_name>', name='<pool_name>') |
Endpoint | http://192.168.1.1/mgmt/tm/ltm/pool/~Common~mypool/members |
Kind | tm:ltm:pool:members:memberscollectionstate |
Type | subcollection |
Class | f5.bigip.tm.ltm.pool.Members_s |
Instantiation | members = mgmt.tm.ltm.pools.pool.members_s |
Endpoint | http://192.168.1.1/mgmt/tm/ltm/pool/~Common~mypool/members/~Common~member1 |
Kind | tm:ltm:pool:members:membersstate |
Type | subcollection resource |
Class | f5.bigip.tm.ltm.pool.Members |
Instantiation | member = mgmt.tm.ltm.pool.members_s.members.load(partition='<partition_name>', name='<member_name>:<port>') |