f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

AS3 to provide consolidated stats for pool members AppViewX request

Open scshitole opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Currently, if you want to get the pool members' stats, we need to do GET for each of the member pools which is API intensive, is there a way we can have consolidated stats for the pool members. The AppViewX team was trying to use https://192.168.150.82/mgmt/tm/gtm/pool/a/members/stats/ to get the consolidated stats but it does not return all the values.

Describe the solution you'd like

Update the above rest API to include the stats are implemented in AS3

Describe alternatives you've considered

Update the above rest API to include the stats are implemented in AS3

Additional context

If we pass individual members there will be too many api calls to get details of all the members..consider a scenario if i have 100 pools and 10 members each.. it will be 1000 calls to f5 to get all details.. That's why we planned to use below api https://192.168.150.82/mgmt/tm/gtm/pool/a/members/stats/ this will respond with all pools and members of specific type(ex:a,aaaa,cname) in just one call.. In this API we are getting details only for common partition, we are looking for similar api to get details of objects in all partition.

scshitole avatar Sep 29 '22 21:09 scshitole