diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-09-26 09:50:45 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2023-09-26 09:06:01 +0000 |
commit | 9c80538723265147294e6e8e42ed11ca5139764a (patch) | |
tree | 61cbd5b8205fc1c974daeb05a9486f4e01740b64 /runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml | |
parent | 4407ea6948a060734a4f2836b11bd2d5c6ea6194 (diff) |
Update examples with new functionality
Issue-ID: POLICY-4828
Change-Id: I7839bf6d49bd08cec42c51b460d3dc04422e4ba7
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml')
-rwxr-xr-x[-rw-r--r--] | runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml index ab1409c7a..4b389560a 100644..100755 --- a/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml +++ b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml @@ -1,3 +1,20 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2022-2023 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= name: InstanceHttp version: 1.0.1 compositionId: 562ed027-2689-481a-b3a5-e284b1fbc33f @@ -9,12 +26,6 @@ elements: definition: name: onap.policy.clamp.ac.element.Http_StarterAutomationCompositionElement version: 1.2.3 - participantId: - name: HttpParticipant0 - version: 1.0.0 - participantType: - name: org.onap.policy.clamp.acm.HttpParticipant - version: 2.3.4 description: Starter Automation Composition Element for the Demo properties: baseUrl: http://10.101.0.249:30800 @@ -38,12 +49,6 @@ elements: definition: name: onap.policy.clamp.ac.element.Http_BridgeAutomationCompositionElement version: 1.2.3 - participantId: - name: HttpParticipant0 - version: 1.0.0 - participantType: - name: org.onap.policy.clamp.acm.HttpParticipant - version: 2.3.4 description: Bridge Automation Composition Element for the Demo properties: baseUrl: http://10.101.0.249:30801 @@ -67,12 +72,6 @@ elements: definition: name: onap.policy.clamp.ac.element.Http_SinkAutomationCompositionElement version: 1.2.3 - participantId: - name: HttpParticipant0 - version: 1.0.0 - participantType: - name: org.onap.policy.clamp.acm.HttpParticipant - version: 2.3.4 description: Sink Automation Composition Element for the Demo properties: baseUrl: http://10.101.0.249:30802 |