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
/bin/