python-atlasapi icon indicating copy to clipboard operation
python-atlasapi copied to clipboard

Support multiple measurements for get_measurement_for_hosts()

Open ajdavis opened this issue 2 years ago • 1 comments

The getHostMeasurements API supports multiple "m=" parameters. I know get_measurement_for_hosts lets you pass a Measurement class as the measurement argument, to indicate you want all the measurements that are members of the class. But I propose that measurement could also be a list of measurements for maximum flexibility, to expose all the possibilities of the API.

ajdavis avatar Mar 03 '23 02:03 ajdavis

Good suggestion, and this could be done in the future. Perhaps someone can look at this and send a PR?

mgmonteleone avatar Apr 24 '23 00:04 mgmonteleone