diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-09-27 11:03:48 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-09-28 14:42:20 +0100 |
commit | a769d1215cff61aa8ec1cb026cd91c3318c5eee5 (patch) | |
tree | a1411b7a5cace1cced3c5ed6da7464078d71d2da /runtime-acm/src/main/resources/openapi | |
parent | bceec3f67b8d6fa79cc3594f7672924b27e39984 (diff) |
Add migration publisher message in ACM runtime
Issue-ID: POLICY-4823
Change-Id: Id4480a0800e41ec8e2f0f9931a9a93752b2ef952
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/openapi')
-rwxr-xr-x[-rw-r--r--] | runtime-acm/src/main/resources/openapi/openapi.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime-acm/src/main/resources/openapi/openapi.yaml b/runtime-acm/src/main/resources/openapi/openapi.yaml index 988b9d164..21e850b92 100644..100755 --- a/runtime-acm/src/main/resources/openapi/openapi.yaml +++ b/runtime-acm/src/main/resources/openapi/openapi.yaml @@ -1073,9 +1073,10 @@ paths: post: tags: - Automation Composition Instance - summary: Create or Update automation composition instance - description: Creates or updates an automation composition instance that uses the specified automation composition definition. The ID of the created + summary: Create, Update or Migrate an automation composition instance + description: Create, Update or Migrate an automation composition instance that uses the specified automation composition definition. The ID of the created automation composition instance is returned. In the case of an update, the instanceId should be included in the request body. + In the case of a migrate, the instanceId and the compositionTargetId should be included in the request body. operationId: createCompositionInstance parameters: - name : compositionId |