From 9c80538723265147294e6e8e42ed11ca5139764a Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Tue, 26 Sep 2023 09:50:45 +0100 Subject: Update examples with new functionality Issue-ID: POLICY-4828 Change-Id: I7839bf6d49bd08cec42c51b460d3dc04422e4ba7 Signed-off-by: FrancescoFioraEst --- .../examples/postCompositionInstanceUpdate.yaml | 35 +++++++++++----------- 1 file changed, 17 insertions(+), 18 deletions(-) mode change 100644 => 100755 runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml (limited to 'runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml') diff --git a/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstanceUpdate.yaml old mode 100644 new mode 100755 index ab1409c7a..4b389560a --- 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 -- cgit 1.2.3-korg