swagger: '2.0' info: version: 3.1.2 title: SO Casablanca APIs tags: - name: e2eServiceInstances - name: globalhealthcheck - name: nodehealthcheck - name: onapsoinfraorchestrationRequests - name: onapsoinfraserviceInstantiation - name: onapsoinfratasks - name: onapsoinfracloudResources - name: onapsoinfracloudResourcesRequests - name: onapsoinframodelDistributions schemes: - http paths: '/onap/so/infra/e2eServiceInstances/{version}': post: tags: - e2eServiceInstances summary: Create an E2E Service Instance on a version provided description: '' operationId: createE2EServiceInstance consumes: - application/json produces: - application/json parameters: - in: body name: body required: false schema: type: string - name: version in: path required: true type: string pattern: '[vV][3-5]' responses: default: description: successful operation '/onap/so/infra/e2eServiceInstances/{version}/{serviceId}': put: tags: - e2eServiceInstances summary: Update an E2E Service Instance on a version provided and serviceId description: '' operationId: updateE2EServiceInstance consumes: - application/json produces: - application/json parameters: - in: body name: body required: false schema: type: string - name: version in: path required: true type: string pattern: '[vV][3-5]' - name: serviceId in: path required: true type: string responses: default: description: successful operation delete: tags: - e2eServiceInstances summary: Delete E2E Service Instance on a specified version and serviceId description: '' operationId: deleteE2EServiceInstance consumes: - application/json produces: - application/json parameters: - in: body name: body required: false schema: type: string - name: version in: path required: true type: string pattern: '[vV][3-5]' - name: serviceId in: path required: true type: string responses: default: description: successful operation '/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}': get: tags: - e2eServiceInstances summary: Find e2eServiceInstances Requests for a given serviceId and operationId description: '' operationId: getE2EServiceInstances produces: - application/json parameters: - name: serviceId in: path required: true type: string - name: version in: path required: true type: string pattern: '[vV][3-5]' - name: operationId in: path required: true type: string responses: default: description: successful operation '/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale': post: tags: - e2eServiceInstances summary: Scale E2E Service Instance on a specified version description: '' operationId: scaleE2EServiceInstance consumes: - application/json produces: - application/json parameters: - in: body name: body required: false schema: type: string - name: version in: path required: true type: string pattern: '[vV][3-5]' - name: serviceId in: path required: true type: string responses: default: description: successful operation '/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences': post: tags: - e2eServiceInstances summary: >- Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId description: '' operationId: compareModelwithTargetVersion consumes: - application/json produces: - application/json parameters: - in: body name: body required: false schema: type: string - name: serviceId in: path required: true type: string - name: version in: path required: true type: string pattern: '[vV][3-5]' responses: default: description: successful operation /globalhealthcheck: get: tags: - globalhealthcheck summary: Performing global health check description: '' operationId: globalHealthcheck produces: - text/html parameters: - name: enableBpmn in: query required: false type: boolean default: true responses: default: description: successful operation /nodehealthcheck: get: tags: - nodehealthcheck summary: Performing node health check description: '' operationId: nodeHealthcheck produces: - text/html parameters: [] responses: default: description: successf
# Copyright © 2018 Amdocs, AT&T, Bell Canada
#
# 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: v1
description: ONAP Postgres Server
name: pgpool
version: 5.0.0