Skip to content

Commit 8250dfb

Browse files
Xiaobin ZhengPhilip Langdale
Xiaobin Zheng
authored and
Philip Langdale
committed
[cm_api] OPSAPS-25293: Add cluster redirection url to ApiCluster
This change adds 'clusterUrl' attribute to ApiCluster class in python client.
1 parent c218424 commit 8250dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/src/cm_api/endpoints/clusters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class ApiCluster(BaseApiResource):
7777
_ATTRIBUTES = {
7878
'name' : None,
7979
'displayName' : None,
80+
'clusterUrl' : None,
8081
'version' : None,
8182
'fullVersion' : None,
8283
'maintenanceMode' : ROAttr(),

0 commit comments

Comments
 (0)