diff options
Diffstat (limited to 'runtime-acm/src/main/resources/openapi/examples/postCompositionInstance.yaml')
-rwxr-xr-x[-rw-r--r--] | runtime-acm/src/main/resources/openapi/examples/postCompositionInstance.yaml | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/runtime-acm/src/main/resources/openapi/examples/postCompositionInstance.yaml b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstance.yaml index 9e006ecc1..10a77bc01 100644..100755 --- a/runtime-acm/src/main/resources/openapi/examples/postCompositionInstance.yaml +++ b/runtime-acm/src/main/resources/openapi/examples/postCompositionInstance.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 @@ -8,12 +25,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 @@ -37,12 +48,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 @@ -66,12 +71,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 |