.. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2018 Huawei Technologies Co., Ltd. serviceInstances API ==================== This API allows to generate some requests to manage: - serviceInstances (create, delete) - volumeGroups attached to a vnf instance (create, delete) - vfModules attached to a vnf instance (create, delete) - vnfs attached to a service instance (create, delete) - orchestrationRequests (get) links: - :ref:`create_service_instance` - :ref:`delete_service_instance` - :ref:`create_volume_group` - :ref:`delete_volume_group` - :ref:`create_vf_module` - :ref:`delete_vf_module` - :ref:`create_vnf` - :ref:`delete_vnf` - :ref:`get_orchestration_request_by_id` - :ref:`get_orchestration_request_all` .. _create_service_instance: Create service instance +++++++++++++++++++++++ +--------------------+--------------------------------------------------------+ |Interface Definition|Description | +====================+========================================================+ |URI |/onap/so/infra/serviceInstantiation/v7/serviceInstances | +--------------------+--------------------------------------------------------+ |Operation Type |POST | +--------------------+--------------------------------------------------------+ |Content-Type |application/json | +--------------------+--------------------------------------------------------+ Request Body: +----------------+---------+-----------+--------------------------+-------------------------------------------+ |Attribute |Qualifier|Cardinality|Content |Description | +================+=========+===========+==========================+===========================================+ |requestDetails |M |1 |requestDetails Object |Content of requestDetails object. | +----------------+---------+-----------+--------------------------+-------------------------------------------+ RequestDetails Object +-------------------+--------------------------+-------------------------------------------------+ |Attribute |Content |Description | +===================+==========================+=================================================+ |modelInfo |modelInfo Object |Content of modelInfo object. | +-------------------+--------------------------+-------------------------------------------------+ |subscriberInfo |subscriberInfo Object |Content of subscriberInfo object. | +-------------------+--------------------------+-------------------------------------------------+ |requestInfo |requestInfo Object |Content of requestInfo object. | +-------------------+--------------------------+-------------------------------------------------+ |requestParameters |requestParameters Object |Content of requestParameters object. | +-------------------+--------------------------+-------------------------------------------------+ |relatedInstanceList|relatedInstanceList Object|Content of relatedInstanceList object. | +-------------------+--------------------------+-------------------------------------------------+ |cloudConfiguration |cloudConfiguration Object |Content of cloudConfiguration object. | +-------------------+--------------------------+-------------------------------------------------+ |project |project Object |Content of project object. | +-------------------+--------------------------+-------------------------------------------------+ |owningEntity |owningEntity Object |Content of owningEntity object. | +-------------------+--------------------------+-------------------------------------------------+ |platform |platform Object |Content of platform object. | +-------------------+--------------------------+-------------------------------------------------+ |lineOfBusiness |lineOfBusiness Object |Content of lineOfBusiness object. | +-------------------+--------------------------+-------------------------------------------------+ ModelInfo Object +-------------------------+------------------+-------------------------------------------------+ |Attribute |Content |Description | +=========================+==================+=================================================+ |ModelType |String |Type of model | +-------------------------+------------------+-------------------------------------------------+ |ModelInvariantId |String |The Model Invariant Id. | +-------------------------+------------------+-------------------------------------------------+ |ModelNameVersionId |String |The modelname Version Id
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2021 Orange
# Modifications Copyright © 2021 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.
apiVersion: v2
description: Template used to create same STDOUT log configuration
name: logConfiguration
version: 12.0.0
dependencies:
- name: common
version: ~12.x-0
repository: 'file://../common'