X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Foransdk%2Fpolicy%2Fclamp.py;h=6a6243495348b589317889467c2e0d6465b5fb21;hb=645e0e6d5d5df3fbe91a14b4965f4de6cb84ca35;hp=921207f7fab36637eb08f82af9d5166749acaa2a;hpb=397cc164dbbee967d227df897859e55ac807349f;p=it%2Fdep.git diff --git a/smo-install/test/pythonsdk/src/oransdk/policy/clamp.py b/smo-install/test/pythonsdk/src/oransdk/policy/clamp.py index 921207f7..6a624349 100644 --- a/smo-install/test/pythonsdk/src/oransdk/policy/clamp.py +++ b/smo-install/test/pythonsdk/src/oransdk/policy/clamp.py @@ -124,7 +124,7 @@ class ClampToscaTemplate(Clamp): Returns: the updated template instance """ - body = '{"orderedState":"' + new_status + '","controlLoopIdentifierList":[{"name":"' + name + '","version":"' + version + '"}]}' + body = '{"orderedState":"' + new_status + '","automationCompositionIdentifierList":[{"name":"' + name + '","version":"' + version + '"}]}' url = f"{self.base_url()}/acm/putToscaInstantiationStateChange" try: response = self.send_message_json('PUT',