Skip to content

Commit 13dc996

Browse files
committed
[api] OPSAPS-32658. Support pools refresh starting v6
Since it's actually been around for a while. (cherry picked from commit ff09be8) (cherry picked from commit 8846594073fe12823afb3ef17757dd8cc823debd)
1 parent 71146ba commit 13dc996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/src/cm_api/endpoints/clusters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ def pools_refresh(self):
626626
Refresh Dynamic Pools configurations for relevant services..
627627
628628
@return: Reference to the submitted command.
629-
@since: API v12
629+
@since: API v6
630630
"""
631-
return self._cmd('poolsRefresh')
631+
return self._cmd('poolsRefresh', api_version=6)
632632

633633
def list_dfs_services(self, view=None):
634634
"""

0 commit comments

Comments
 (0)