Skip to content

Commit ff41c6c

Browse files
committed
[scm] OPSAPS-37770 Add cluster UUID
The readonly attribute will only be present when using API>=15.
1 parent 03eedef commit ff41c6c

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
@@ -85,6 +85,7 @@ class ApiCluster(BaseApiResource):
8585
'maintenanceMode' : ROAttr(),
8686
'maintenanceOwners' : ROAttr(),
8787
'entityStatus' : ROAttr(),
88+
'uuid' : ROAttr(),
8889
}
8990

9091
def __init__(self, resource_root, name=None, version=None, fullVersion=None):

0 commit comments

Comments
 (0)