We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71146ba commit 13dc996Copy full SHA for 13dc996
python/src/cm_api/endpoints/clusters.py
@@ -626,9 +626,9 @@ def pools_refresh(self):
626
Refresh Dynamic Pools configurations for relevant services..
627
628
@return: Reference to the submitted command.
629
- @since: API v12
+ @since: API v6
630
"""
631
- return self._cmd('poolsRefresh')
+ return self._cmd('poolsRefresh', api_version=6)
632
633
def list_dfs_services(self, view=None):
634
0 commit comments