Created on 10-13-2016 04:24 PM - edited 09-16-2022 03:44 AM
According to the following github link, the pools_refresh() was availalbe since API V6.
https://github.com/cloudera/cm_api/blob/master/python/src/cm_api/endpoints/clusters.py
When I check the source code of V11 clusters.py, I couldn't find this funciton, was it removed?
Created 10-14-2016 08:23 AM
I've checked our internal codebase, and it would appear to be MIA for a while. Happy to report that it's available in our latest v12 (v5.7 [0]) python API [1] .
[0] http://cloudera.github.io/cm_api/docs/releases/
[1] https://github.com/cloudera/cm_api/blob/cm5-5.7.0/python/src/cm_api/endpoints/clusters.py#L624-L631
Created 10-14-2016 08:23 AM
I've checked our internal codebase, and it would appear to be MIA for a while. Happy to report that it's available in our latest v12 (v5.7 [0]) python API [1] .
[0] http://cloudera.github.io/cm_api/docs/releases/
[1] https://github.com/cloudera/cm_api/blob/cm5-5.7.0/python/src/cm_api/endpoints/clusters.py#L624-L631