f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
AS3 to provide consolidated stats for pool members AppViewX request
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.