diff options
author | 2024-08-22 15:56:35 +0100 | |
---|---|---|
committer | 2024-08-23 12:53:11 +0100 | |
commit | 268b87d7c523a933e4948c82834a174643a44f65 (patch) | |
tree | 2401a0dc5c92881e9a82ba879f319dce38eed193 /docs/clamp/acm/acm-user-guide.rst | |
parent | 6d8c2075875b8b522da632aabbb2a1ed32b541b2 (diff) |
Add documentation for Add/remove elements in Migration
Issue-ID: POLICY-5117
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Ia946cbd1fbae27fa8c9fb9a08e4e0acadd1fc26f
Diffstat (limited to 'docs/clamp/acm/acm-user-guide.rst')
-rw-r--r-- | docs/clamp/acm/acm-user-guide.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/clamp/acm/acm-user-guide.rst b/docs/clamp/acm/acm-user-guide.rst index 0f814b4b..8cc4c40f 100644 --- a/docs/clamp/acm/acm-user-guide.rst +++ b/docs/clamp/acm/acm-user-guide.rst @@ -347,8 +347,12 @@ Example payload to migrate-precheck Migrate AC instance ------------------- After the AC instance is deployed, the user can migrate it to other composition definition. -The target composition have to be primed. -The user can update the instance property values if needed. +The target composition have to be primed and there can be an addition/removal of elements at this stage. +The user can update the instance property values for the existing elements if needed. +A new element can be added and any elements that are no longer needed can be removed from the target composition and +the migration payload. +The migration payload should contain the updated element list for the instance. + .. code-block:: bash @@ -358,6 +362,8 @@ The user can update the instance property values if needed. Request Payload Example payload to migrate and update the base url of the http request +A new element with id "709c62b3-8918-41b9-a747-d21eb79c6c22" has been added during migration which will be deployed +by the participant. .. literalinclude:: files/AC-migrate.json :language: json |