Bug ID 1088981: iControl REST API endpoint to get pool member stats returns pool stats along with pool member stats if no partition information is specified along with pool name.

Last Modified: Apr 24, 2024

Affected Product(s):
BIG-IP LTM(all modules)

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, 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

Opened: Mar 22, 2022

Severity: 3-Major

Symptoms

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.

Impact

Pool stats are returned along with pool member stats, which can be misleading.

Conditions

BIG IP is configured with a pool and pool members.

Workaround

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'

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips