aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-11-19 11:20:48 +0800
committerseshukm <seshu.kumar.m@huawei.com>2018-11-19 11:20:48 +0800
commit797178dec982ce8e85cf92a04ff62e36e816d621 (patch)
tree5abb1899d7cdcd907ce04f4fd7f5ac3a5b969bd5 /docs/api
parent2bcd57ee0a9f580a4b5e7dddebfb2b4661fd498e (diff)
Fix the API issue Take 2
Change-Id: Ie26ff7540a1194cd36242c91858b1ed5961365d9 Issue-ID: SO-1230 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger/swagger.html102
-rw-r--r--docs/api/swagger/swagger.json12
-rw-r--r--docs/api/swagger/swagger.yaml2
3 files changed, 58 insertions, 58 deletions
diff --git a/docs/api/swagger/swagger.html b/docs/api/swagger/swagger.html
index dc6064bb80..3c577b7c07 100644
--- a/docs/api/swagger/swagger.html
+++ b/docs/api/swagger/swagger.html
@@ -924,7 +924,7 @@ margin-bottom: 20px;
<div class="tab-content">
<div class="tab-pane active" id="examples-E2eServiceInstances-compareModelwithTargetVersion-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences"</code></pre>
</div>
<div class="tab-pane" id="examples-E2eServiceInstances-compareModelwithTargetVersion-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -1251,7 +1251,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-E2eServiceInstances-createE2EServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/e2eServiceInstances/{version}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}"</code></pre>
</div>
<div class="tab-pane" id="examples-E2eServiceInstances-createE2EServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -1548,7 +1548,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-E2eServiceInstances-deleteE2EServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-E2eServiceInstances-deleteE2EServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -1875,7 +1875,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-E2eServiceInstances-getE2EServiceInstances-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}"</code></pre>
</div>
<div class="tab-pane" id="examples-E2eServiceInstances-getE2EServiceInstances-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -2180,7 +2180,7 @@ except ApiException as e:
<div class="tab-content">
<div class="tab-pane active" id="examples-E2eServiceInstances-scaleE2EServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale"</code></pre>
</div>
<div class="tab-pane" id="examples-E2eServiceInstances-scaleE2EServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -2507,7 +2507,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-E2eServiceInstances-updateE2EServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X PUT "https://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X PUT "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-E2eServiceInstances-updateE2EServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -2837,7 +2837,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-Globalhealthcheck-globalHealthcheck-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/globalhealthcheck?enableBpmn="</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/globalhealthcheck?enableBpmn="</code></pre>
</div>
<div class="tab-pane" id="examples-Globalhealthcheck-globalHealthcheck-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -3083,7 +3083,7 @@ except ApiException as e:
<div class="tab-content">
<div class="tab-pane active" id="examples-Nodehealthcheck-nodeHealthcheck-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/nodehealthcheck"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/nodehealthcheck"</code></pre>
</div>
<div class="tab-pane" id="examples-Nodehealthcheck-nodeHealthcheck-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -3294,7 +3294,7 @@ except ApiException as e:
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfracloudResources-activateOperationEnvironment-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfracloudResources-activateOperationEnvironment-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -3621,7 +3621,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfracloudResources-createOperationEnvironment-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfracloudResources-createOperationEnvironment-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -3918,7 +3918,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfracloudResources-deactivateOperationEnvironment-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfracloudResources-deactivateOperationEnvironment-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -4248,7 +4248,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfracloudResourcesRequests-getOperationEnvironmentStatusFilter-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/onap/so/infra/cloudResourcesRequests/{version}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/onap/so/infra/cloudResourcesRequests/{version}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfracloudResourcesRequests-getOperationEnvironmentStatusFilter-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -4493,7 +4493,7 @@ except ApiException as e:
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfracloudResourcesRequests-unlockOrchestrationRequestForReqId-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfracloudResourcesRequests-unlockOrchestrationRequestForReqId-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -4823,7 +4823,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinframodelDistributions-updateModelDistributionStatus-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinframodelDistributions-updateModelDistributionStatus-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -5153,7 +5153,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraorchestrationRequests-getOrchestrationRequest-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/onap/so/infra/orchestrationRequests/{version}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraorchestrationRequests-getOrchestrationRequest-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -5398,7 +5398,7 @@ except ApiException as e:
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraorchestrationRequests-getOrchestrationRequestForReqId-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraorchestrationRequests-getOrchestrationRequestForReqId-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -5673,7 +5673,7 @@ except ApiException as e:
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraorchestrationRequests-unlockOrchestrationRequest-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraorchestrationRequests-unlockOrchestrationRequest-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -6003,7 +6003,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-activatePort-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-activatePort-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -6360,7 +6360,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-activateServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/activate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/activate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-activateServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -6687,7 +6687,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-addRelationships-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/addRelationships"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/addRelationships"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-addRelationships-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -7014,7 +7014,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-applyUpdatedConfig-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-applyUpdatedConfig-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -7371,7 +7371,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-assignServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/assign"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/assign"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-assignServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -7668,7 +7668,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-createNetworkInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-createNetworkInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -7995,7 +7995,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-createPortConfiguration-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-createPortConfiguration-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -8322,7 +8322,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-createServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-createServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -8619,7 +8619,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-createVfModuleInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-createVfModuleInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -8976,7 +8976,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-createVnfInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-createVnfInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -9303,7 +9303,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-createVolumeGroupInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-createVolumeGroupInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -9660,7 +9660,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deactivateAndCloudDeleteVfModuleInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deactivateAndCloudDeleteVfModuleInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -10047,7 +10047,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deactivatePort-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deactivatePort-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -10404,7 +10404,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deactivateServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/deactivate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/deactivate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deactivateServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -10731,7 +10731,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deleteNetworkInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deleteNetworkInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -11088,7 +11088,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deletePortConfiguration-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deletePortConfiguration-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -11445,7 +11445,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deleteServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deleteServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -11772,7 +11772,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deleteVfModuleInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deleteVfModuleInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -12159,7 +12159,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deleteVnfInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deleteVnfInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -12516,7 +12516,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-deleteVolumeGroupInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-deleteVolumeGroupInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -12903,7 +12903,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-disablePort-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-disablePort-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -13260,7 +13260,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-enablePort-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-enablePort-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -13617,7 +13617,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-inPlaceSoftwareUpdate-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-inPlaceSoftwareUpdate-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -13974,7 +13974,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-removeRelationships-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/removeRelationships"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/removeRelationships"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-removeRelationships-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -14301,7 +14301,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-replaceVfModuleInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-replaceVfModuleInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -14688,7 +14688,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-replaceVnfInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-replaceVnfInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -15045,7 +15045,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-scaleOutVfModule-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-scaleOutVfModule-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -15402,7 +15402,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-unassignServiceInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X POST "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/unassign"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/unassign"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-unassignServiceInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -15729,7 +15729,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-updateNetworkInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X PUT "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-updateNetworkInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -16086,7 +16086,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-updateVfModuleInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X PUT "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-updateVfModuleInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -16473,7 +16473,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-updateVnfInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X PUT "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-updateVnfInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -16830,7 +16830,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-OnapsoinfraserviceInstantiation-updateVolumeGroupInstance-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X PUT "https://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"</code></pre>
</div>
<div class="tab-pane" id="examples-OnapsoinfraserviceInstantiation-updateVolumeGroupInstance-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -17220,7 +17220,7 @@ $(document).ready(function() {
<div class="tab-content">
<div class="tab-pane active" id="examples-Onapsoinfratasks-queryFilters-0-curl">
- <pre class="prettyprint"><code class="language-bsh">curl -X GET "https://localhost/onap/so/infra/tasks/{version}?taskId=&originalRequestId=&subscriptionServiceType=&nfRole=&buildingBlockName=&originalRequestDate=&originalRequestorId="</code></pre>
+ <pre class="prettyprint"><code class="language-bsh">curl -X GET "http://localhost/onap/so/infra/tasks/{version}?taskId=&originalRequestId=&subscriptionServiceType=&nfRole=&buildingBlockName=&originalRequestDate=&originalRequestorId="</code></pre>
</div>
<div class="tab-pane" id="examples-Onapsoinfratasks-queryFilters-0-java">
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
@@ -17638,7 +17638,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
- Generated 2018-09-26T06:32:35.799Z
+ Generated 2018-11-19T03:11:19.743Z
</div>
</div>
</div>
diff --git a/docs/api/swagger/swagger.json b/docs/api/swagger/swagger.json
index 65d7ff0d11..6ba8380a5f 100644
--- a/docs/api/swagger/swagger.json
+++ b/docs/api/swagger/swagger.json
@@ -34,10 +34,10 @@
}
],
"schemes": [
- "https"
+ "http"
],
"paths": {
- "/e2eServiceInstances/{version}": {
+ "/onap/so/infra/e2eServiceInstances/{version}": {
"post": {
"tags": [
"e2eServiceInstances"
@@ -75,7 +75,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}": {
"put": {
"tags": [
"e2eServiceInstances"
@@ -161,7 +161,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}": {
"get": {
"tags": [
"e2eServiceInstances"
@@ -200,7 +200,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}/scale": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale": {
"post": {
"tags": [
"e2eServiceInstances"
@@ -244,7 +244,7 @@
}
}
},
- "/e2eServiceInstances/{version}/{serviceId}/modeldifferences": {
+ "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences": {
"post": {
"tags": [
"e2eServiceInstances"
diff --git a/docs/api/swagger/swagger.yaml b/docs/api/swagger/swagger.yaml
index 86f8e4c64e..11c72b612c 100644
--- a/docs/api/swagger/swagger.yaml
+++ b/docs/api/swagger/swagger.yaml
@@ -13,7 +13,7 @@ tags:
- name: onapsoinfracloudResourcesRequests
- name: onapsoinframodelDistributions
schemes:
- - https
+ - http
paths:
'/onap/so/infra/e2eServiceInstances/{version}':
post: