X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fviews%2Focloud_dto.py;h=f283ca0de521f7a805c8d103f180a83f9c8b5269;hb=refs%2Fchanges%2F81%2F12581%2F1;hp=622bc46c59614024cba1c48258b8e00c2cb2a091;hpb=f05227278d11bb309ae17cef4febb533830b0bd9;p=pti%2Fo2.git diff --git a/o2ims/views/ocloud_dto.py b/o2ims/views/ocloud_dto.py index 622bc46..f283ca0 100644 --- a/o2ims/views/ocloud_dto.py +++ b/o2ims/views/ocloud_dto.py @@ -486,7 +486,7 @@ class DeploymentManagerDTO: 'extensions': fields.Nested(extensions, True, True) }, mask='{deploymentManagerId,name,description,oCloudId,serviceUri,' +\ - 'extensions/profileName,extensions/profileData}' + 'extensions{profileName,profileData}}' )