Forum Discussion

M__Manna's avatar
M__Manna
Icon for Nimbostratus rankNimbostratus
Dec 21, 2019

Discrepancy in F5 LTM REST API responses for serverside.curCons

Hello,

 

We were looking for the number of active connection to a pool member using "stats". We are using the following REST endpoint (GET) with X-F5-Auth-Token in header (don't think cache-control matters for what the issue here is):

 

https://<ltm-server>/mgmt/tm/ltm/pool/<pool>/members/<member>/stats

 

In version 12.1.2 we used to get total number of connections as in JSON response object as a nested obj (serverside.curCons). However, in version 13.1.1.5 we are not getting this anymore. We checked the documentation and it suggests that this should be returned as part of status REST call. But it's not there.

 

Could someone please help us out?

 

Regards,