Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 15.1.10.5, 15.1.10.6, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 16.1.5, 16.1.5.1, 16.1.5.2
Opened: Mar 22, 2022 Severity: 3-Major
When the iControl RESTAPI call mgmt/tm/ltm/pool/<pool>/members/<member>/<pool>/stats is used to get pool member statistics, if no partition name is specified before the pool name, the query results in pool stats also along with pool member stats.
Pool stats are returned along with pool member stats, which can be misleading.
BIG IP is configured with a pool and pool members.
Specify the partition name along with the pool name in the query to get only the pool member stats. Ex: curl -sk -u 'admin:admin' -H "Content-Type: application/json" -X GET https://<BIG-IP>/mgmt/tm/ltm/pool/~Common~test_pool/members/~Common~1.1.1.1:80/stats |jq '.entries'
None