From 5e9676e8319a1867976ce2a09c607681c3445887 Mon Sep 17 00:00:00 2001 From: tragait Date: Thu, 14 Jan 2021 16:07:07 +0000 Subject: Fix swagger documentation for PNFSWU Issue-ID: SO-3121 Signed-off-by: tragait Change-Id: Ifb3a1eeb5f7a02aee4c72838b9692cad5f41b468 --- docs/api/swagger/swagger.html | 16970 ++++++++++++++++++++-------------------- docs/api/swagger/swagger.json | 155 + docs/api/swagger/swagger.yaml | 107 + 3 files changed, 8954 insertions(+), 8278 deletions(-) (limited to 'docs/api') diff --git a/docs/api/swagger/swagger.html b/docs/api/swagger/swagger.html index 514c2bdda2..8006d60692 100644 --- a/docs/api/swagger/swagger.html +++ b/docs/api/swagger/swagger.html @@ -1,19 +1,19 @@ - - SO Guilin APIs - - - - - - - - - - -
+
-
- -
-
-
-
-

SO Guilin APIs

-
-
-
- -
+
+
+
+

SO Guilin APIs

+
+
+
+ +
-

E2eServiceInstances

+

E2eServiceInstances

-
-
-

activateE2EServiceInstances

-

Activate/Deactivate 5G slice Service on a specified version and serviceId

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/{operationType}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/{operationType}"
-
-
+
+
+

activateE2EServiceInstances

+

Activate/Deactivate 5G slice Service on a specified version and serviceId

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/{operationType}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/{operationType}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -1322,12 +1349,12 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String operationType = operationType_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String operationType = operationType_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activateE2EServiceInstances(version, serviceId, operationType, body);
         } catch (ApiException e) {
@@ -1336,19 +1363,19 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String operationType = operationType_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String operationType = operationType_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activateE2EServiceInstances(version, serviceId, operationType, body);
         } catch (ApiException e) {
@@ -1357,15 +1384,15 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceId = serviceId_example; // 
-String *operationType = operationType_example; // 
+                                
+
String *version = version_example; //
+String *serviceId = serviceId_example; //
+String *operationType = operationType_example; //
 String *body = body_example; //  (optional)
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
@@ -1381,21 +1408,21 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceId = serviceId_example; // {String} 
+var serviceId = serviceId_example; // {String}
 
-var operationType = operationType_example; // {String} 
+var operationType = operationType_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -1407,12 +1434,12 @@ var callback = function(error, data, response) {
 };
 api.activateE2EServiceInstances(version, serviceId, operationType, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -1425,12 +1452,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var version = version_example;  // String | 
-            var serviceId = serviceId_example;  // String | 
-            var operationType = operationType_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceId = serviceId_example;  // String |
+            var operationType = operationType_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -1445,17 +1472,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$version = version_example; // String | 
-$serviceId = serviceId_example; // String | 
-$operationType = operationType_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceId = serviceId_example; // String |
+$operationType = operationType_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->activateE2EServiceInstances($version, $serviceId, $operationType, $body);
@@ -1463,28 +1490,28 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->activateE2EServiceInstances: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $version = version_example; # String | 
-my $serviceId = serviceId_example; # String | 
-my $operationType = operationType_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceId = serviceId_example; # String |
+my $operationType = operationType_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->activateE2EServiceInstances(version => $version, serviceId => $serviceId, operationType => $operationType, body => $body);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->activateE2EServiceInstances: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -1493,101 +1520,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-version = version_example # String | 
-serviceId = serviceId_example # String | 
-operationType = operationType_example # String | 
+version = version_example # String |
+serviceId = serviceId_example # String |
+operationType = operationType_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Activate/Deactivate 5G slice Service on a specified version and serviceId
     api_instance.activate_e2_e_service_instances(version, serviceId, operationType, body=body)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->activateE2EServiceInstances: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceId* +
serviceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
operationType* +
operationType* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+
+
-
-
-

compareModelwithTargetVersion

-

Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences"
-
-
+
+
+

compareModelwithTargetVersion

+

Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -1679,11 +1706,11 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String serviceId = serviceId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String serviceId = serviceId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.compareModelwithTargetVersion(serviceId, version, body);
         } catch (ApiException e) {
@@ -1692,18 +1719,18 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String serviceId = serviceId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String serviceId = serviceId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.compareModelwithTargetVersion(serviceId, version, body);
         } catch (ApiException e) {
@@ -1712,14 +1739,14 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *serviceId = serviceId_example; // 
-String *version = version_example; // 
+                                
+
String *serviceId = serviceId_example; //
+String *version = version_example; //
 String *body = body_example; //  (optional)
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
@@ -1734,19 +1761,19 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var serviceId = serviceId_example; // {String} 
+var serviceId = serviceId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -1758,12 +1785,12 @@ var callback = function(error, data, response) {
 };
 api.compareModelwithTargetVersion(serviceId, version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -1776,11 +1803,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var serviceId = serviceId_example;  // String | 
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var serviceId = serviceId_example;  // String |
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -1795,16 +1822,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$serviceId = serviceId_example; // String | 
-$version = version_example; // String | 
-$body = body_example; // String | 
+$serviceId = serviceId_example; // String |
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->compareModelwithTargetVersion($serviceId, $version, $body);
@@ -1812,27 +1839,27 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $serviceId = serviceId_example; # String | 
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $serviceId = serviceId_example; # String |
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->compareModelwithTargetVersion(serviceId => $serviceId, version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -1841,80 +1868,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-serviceId = serviceId_example # String | 
-version = version_example # String | 
+serviceId = serviceId_example # String |
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId
     api_instance.compare_modelwith_target_version(serviceId, version, body=body)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
serviceId* +
serviceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+
+
-
-
-

createE2EServiceInstance

-

Create an E2E Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}"
-
-
+
+
+

createE2EServiceInstance

+

Create an E2E Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -2006,10 +2033,10 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createE2EServiceInstance(version, body);
         } catch (ApiException e) {
@@ -2018,17 +2045,17 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createE2EServiceInstance(version, body);
         } catch (ApiException e) {
@@ -2037,13 +2064,13 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *body = body_example; //  (optional)
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
@@ -2057,17 +2084,17 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -2079,12 +2106,12 @@ var callback = function(error, data, response) {
 };
 api.createE2EServiceInstance(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -2097,10 +2124,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -2115,15 +2142,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$version = version_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createE2EServiceInstance($version, $body);
@@ -2131,26 +2158,26 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createE2EServiceInstance(version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -2159,59 +2186,59 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-version = version_example # String | 
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create an E2E Service Instance on a version provided
     api_instance.create_e2_e_service_instance(version, body=body)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+
+
-
-
-

deleteE2EServiceInstance

-

Delete E2E Service Instance on a specified version and serviceId

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"
-
-
+
+
+

deleteE2EServiceInstance

+

Delete E2E Service Instance on a specified version and serviceId

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -2303,11 +2330,11 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteE2EServiceInstance(version, serviceId, body);
         } catch (ApiException e) {
@@ -2316,18 +2343,18 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteE2EServiceInstance(version, serviceId, body);
         } catch (ApiException e) {
@@ -2336,14 +2363,14 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceId = serviceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceId = serviceId_example; //
 String *body = body_example; //  (optional)
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
@@ -2358,19 +2385,19 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceId = serviceId_example; // {String} 
+var serviceId = serviceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -2382,12 +2409,12 @@ var callback = function(error, data, response) {
 };
 api.deleteE2EServiceInstance(version, serviceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -2400,11 +2427,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var version = version_example;  // String | 
-            var serviceId = serviceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceId = serviceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -2419,16 +2446,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$version = version_example; // String | 
-$serviceId = serviceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceId = serviceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deleteE2EServiceInstance($version, $serviceId, $body);
@@ -2436,27 +2463,27 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $version = version_example; # String | 
-my $serviceId = serviceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceId = serviceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deleteE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -2465,80 +2492,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-version = version_example # String | 
-serviceId = serviceId_example # String | 
+version = version_example # String |
+serviceId = serviceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete E2E Service Instance on a specified version and serviceId
     api_instance.delete_e2_e_service_instance(version, serviceId, body=body)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceId* +
serviceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+
+
-
-
-

getE2EServiceInstances

-

Find e2eServiceInstances Requests for a given serviceId and operationId

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}"
-
-
+
+
+

getE2EServiceInstances

+

Find e2eServiceInstances Requests for a given serviceId and operationId

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -2630,11 +2657,11 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String serviceId = serviceId_example; // String | 
-        String version = version_example; // String | 
-        String operationId = operationId_example; // String | 
+        String serviceId = serviceId_example; // String |
+        String version = version_example; // String |
+        String operationId = operationId_example; // String |
         try {
             apiInstance.getE2EServiceInstances(serviceId, version, operationId);
         } catch (ApiException e) {
@@ -2643,18 +2670,18 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String serviceId = serviceId_example; // String | 
-        String version = version_example; // String | 
-        String operationId = operationId_example; // String | 
+        String serviceId = serviceId_example; // String |
+        String version = version_example; // String |
+        String operationId = operationId_example; // String |
         try {
             apiInstance.getE2EServiceInstances(serviceId, version, operationId);
         } catch (ApiException e) {
@@ -2663,15 +2690,15 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *serviceId = serviceId_example; // 
-String *version = version_example; // 
-String *operationId = operationId_example; // 
+                                
+
String *serviceId = serviceId_example; //
+String *version = version_example; //
+String *operationId = operationId_example; //
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
 
@@ -2685,18 +2712,18 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var serviceId = serviceId_example; // {String} 
+var serviceId = serviceId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var operationId = operationId_example; // {String} 
+var operationId = operationId_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -2708,12 +2735,12 @@ var callback = function(error, data, response) {
 };
 api.getE2EServiceInstances(serviceId, version, operationId, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -2726,11 +2753,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var serviceId = serviceId_example;  // String | 
-            var version = version_example;  // String | 
-            var operationId = operationId_example;  // String | 
+            var serviceId = serviceId_example;  // String |
+            var version = version_example;  // String |
+            var operationId = operationId_example;  // String |
 
             try
             {
@@ -2745,16 +2772,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$serviceId = serviceId_example; // String | 
-$version = version_example; // String | 
-$operationId = operationId_example; // String | 
+$serviceId = serviceId_example; // String |
+$version = version_example; // String |
+$operationId = operationId_example; // String |
 
 try {
     $api_instance->getE2EServiceInstances($serviceId, $version, $operationId);
@@ -2762,27 +2789,27 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $serviceId = serviceId_example; # String | 
-my $version = version_example; # String | 
-my $operationId = operationId_example; # String | 
+my $serviceId = serviceId_example; # String |
+my $version = version_example; # String |
+my $operationId = operationId_example; # String |
 
-eval { 
+eval {
     $api_instance->getE2EServiceInstances(serviceId => $serviceId, version => $version, operationId => $operationId);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -2791,85 +2818,85 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-serviceId = serviceId_example # String | 
-version = version_example # String | 
-operationId = operationId_example # String | 
+serviceId = serviceId_example # String |
+version = version_example # String |
+operationId = operationId_example # String |
 
-try: 
+try:
     # Find e2eServiceInstances Requests for a given serviceId and operationId
     api_instance.get_e2_e_service_instances(serviceId, version, operationId)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
serviceId* +
serviceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
operationId* +
operationId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -2877,7 +2904,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+
+
-
-
-

scaleE2EServiceInstance

-

Scale E2E Service Instance on a specified version

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale"
-
-
+
+
+

scaleE2EServiceInstance

+

Scale E2E Service Instance on a specified version

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -2935,11 +2962,11 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.scaleE2EServiceInstance(version, serviceId, body);
         } catch (ApiException e) {
@@ -2948,18 +2975,18 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.scaleE2EServiceInstance(version, serviceId, body);
         } catch (ApiException e) {
@@ -2968,14 +2995,14 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceId = serviceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceId = serviceId_example; //
 String *body = body_example; //  (optional)
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
@@ -2990,19 +3017,19 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceId = serviceId_example; // {String} 
+var serviceId = serviceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -3014,12 +3041,12 @@ var callback = function(error, data, response) {
 };
 api.scaleE2EServiceInstance(version, serviceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -3032,11 +3059,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var version = version_example;  // String | 
-            var serviceId = serviceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceId = serviceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -3051,16 +3078,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$version = version_example; // String | 
-$serviceId = serviceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceId = serviceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->scaleE2EServiceInstance($version, $serviceId, $body);
@@ -3068,27 +3095,27 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $version = version_example; # String | 
-my $serviceId = serviceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceId = serviceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->scaleE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -3097,80 +3124,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-version = version_example # String | 
-serviceId = serviceId_example # String | 
+version = version_example # String |
+serviceId = serviceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Scale E2E Service Instance on a specified version
     api_instance.scale_e2_e_service_instance(version, serviceId, body=body)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceId* +
serviceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+
+
-
-
-

updateE2EServiceInstance

-

Update an E2E Service Instance on a version provided and serviceId

-
-
-
-

-

-

-
-
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"
-
-
+
+
+

updateE2EServiceInstance

+

Update an E2E Service Instance on a version provided and serviceId

+
+
+
+

+

+

+
+
/onap/so/infra/e2eServiceInstances/{version}/{serviceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -3262,11 +3289,11 @@ import java.util.*;
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateE2EServiceInstance(version, serviceId, body);
         } catch (ApiException e) {
@@ -3275,18 +3302,18 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.E2eServiceInstancesApi;
 
 public class E2eServiceInstancesApiExample {
 
     public static void main(String[] args) {
         E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
-        String version = version_example; // String | 
-        String serviceId = serviceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceId = serviceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateE2EServiceInstance(version, serviceId, body);
         } catch (ApiException e) {
@@ -3295,14 +3322,14 @@ public class E2eServiceInstancesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceId = serviceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceId = serviceId_example; //
 String *body = body_example; //  (optional)
 
 E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
@@ -3317,19 +3344,19 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.E2eServiceInstancesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceId = serviceId_example; // {String} 
+var serviceId = serviceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -3341,12 +3368,12 @@ var callback = function(error, data, response) {
 };
 api.updateE2EServiceInstance(version, serviceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -3359,11 +3386,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new E2eServiceInstancesApi();
-            var version = version_example;  // String | 
-            var serviceId = serviceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceId = serviceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -3378,16 +3405,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
-$version = version_example; // String | 
-$serviceId = serviceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceId = serviceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateE2EServiceInstance($version, $serviceId, $body);
@@ -3395,27 +3422,27 @@ try {
     echo 'Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::E2eServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::E2eServiceInstancesApi->new();
-my $version = version_example; # String | 
-my $serviceId = serviceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceId = serviceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -3424,80 +3451,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.E2eServiceInstancesApi()
-version = version_example # String | 
-serviceId = serviceId_example # String | 
+version = version_example # String |
+serviceId = serviceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Update an E2E Service Instance on a version provided and serviceId
     api_instance.update_e2_e_service_instance(version, serviceId, body=body)
 except ApiException as e:
     print("Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceId* +
serviceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
- +
+
+
-

Globalhealthcheck

+

Globalhealthcheck

-
-
-

globalHealthcheck

-

Performing global health check

-
-
-
-

-

-

-
-
/globalhealthcheck
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/globalhealthcheck?enableBpmn="
-
-
-
import io.swagger.client.*;
+                        
+
+

globalHealthcheck

+

Performing global health check

+
+
+
+

+

+

+
+
/globalhealthcheck
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/globalhealthcheck?enableBpmn="
+
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
 import io.swagger.client.api.GlobalhealthcheckApi;
@@ -3592,9 +3619,9 @@ import java.util.*;
 public class GlobalhealthcheckApiExample {
 
     public static void main(String[] args) {
-        
+
         GlobalhealthcheckApi apiInstance = new GlobalhealthcheckApi();
-        Boolean enableBpmn = true; // Boolean | 
+        Boolean enableBpmn = true; // Boolean |
         try {
             apiInstance.globalHealthcheck(enableBpmn);
         } catch (ApiException e) {
@@ -3603,16 +3630,16 @@ public class GlobalhealthcheckApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.GlobalhealthcheckApi;
 
 public class GlobalhealthcheckApiExample {
 
     public static void main(String[] args) {
         GlobalhealthcheckApi apiInstance = new GlobalhealthcheckApi();
-        Boolean enableBpmn = true; // Boolean | 
+        Boolean enableBpmn = true; // Boolean |
         try {
             apiInstance.globalHealthcheck(enableBpmn);
         } catch (ApiException e) {
@@ -3621,12 +3648,12 @@ public class GlobalhealthcheckApiExample {
         }
     }
 }
-
- -
+
Boolean *enableBpmn = true; //  (optional) (default to true)
 
 GlobalhealthcheckApi *apiInstance = [[GlobalhealthcheckApi alloc] init];
@@ -3639,15 +3666,15 @@ GlobalhealthcheckApi *apiInstance = [[GlobalhealthcheckApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.GlobalhealthcheckApi()
 
-var opts = { 
-  'enableBpmn': true // {Boolean} 
+var opts = {
+  'enableBpmn': true // {Boolean}
 };
 
 var callback = function(error, data, response) {
@@ -3659,12 +3686,12 @@ var callback = function(error, data, response) {
 };
 api.globalHealthcheck(opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -3677,7 +3704,7 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new GlobalhealthcheckApi();
             var enableBpmn = true;  // Boolean |  (optional)  (default to true)
 
@@ -3694,14 +3721,14 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\GlobalhealthcheckApi();
-$enableBpmn = true; // Boolean | 
+$enableBpmn = true; // Boolean |
 
 try {
     $api_instance->globalHealthcheck($enableBpmn);
@@ -3709,25 +3736,25 @@ try {
     echo 'Exception when calling GlobalhealthcheckApi->globalHealthcheck: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::GlobalhealthcheckApi;
 
 my $api_instance = WWW::SwaggerClient::GlobalhealthcheckApi->new();
-my $enableBpmn = true; # Boolean | 
+my $enableBpmn = true; # Boolean |
 
-eval { 
+eval {
     $api_instance->globalHealthcheck(enableBpmn => $enableBpmn);
 };
 if ($@) {
     warn "Exception when calling GlobalhealthcheckApi->globalHealthcheck: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -3738,15 +3765,15 @@ from pprint import pprint
 api_instance = swagger_client.GlobalhealthcheckApi()
 enableBpmn = true # Boolean |  (optional) (default to true)
 
-try: 
+try:
     # Performing global health check
     api_instance.global_healthcheck(enableBpmn=enableBpmn)
 except ApiException as e:
     print("Exception when calling GlobalhealthcheckApi->globalHealthcheck: %s\n" % e)
+
-
-

Parameters

+

Parameters

@@ -3754,30 +3781,30 @@ except ApiException as e:
Query parameters
- - - - + + + + - - + + + + +
NameDescription
NameDescription
enableBpmn + -
-
-
+
+
+
Boolean -
-
-
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

Nodehealthcheck

+

Nodehealthcheck

-
-
-

nodeHealthcheck

-

Performing node health check

-
-
-
-

-

-

-
-
/nodehealthcheck
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/nodehealthcheck"
-
-
+
+
+

nodeHealthcheck

+

Performing node health check

+
+
+
+

+

+

+
+
/nodehealthcheck
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/nodehealthcheck"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -3838,7 +3865,7 @@ import java.util.*;
 public class NodehealthcheckApiExample {
 
     public static void main(String[] args) {
-        
+
         NodehealthcheckApi apiInstance = new NodehealthcheckApi();
         try {
             apiInstance.nodeHealthcheck();
@@ -3848,9 +3875,9 @@ public class NodehealthcheckApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.NodehealthcheckApi;
 
 public class NodehealthcheckApiExample {
@@ -3865,26 +3892,26 @@ public class NodehealthcheckApiExample {
         }
     }
 }
-
- -
+

 NodehealthcheckApi *apiInstance = [[NodehealthcheckApi alloc] init];
 
 // Performing node health check
-[apiInstance nodeHealthcheckWithCompletionHandler: 
+[apiInstance nodeHealthcheckWithCompletionHandler:
               ^(NSError* error) {
                             if (error) {
                                 NSLog(@"Error: %@", error);
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.NodehealthcheckApi()
@@ -3898,12 +3925,12 @@ var callback = function(error, data, response) {
 };
 api.nodeHealthcheck(callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -3916,7 +3943,7 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new NodehealthcheckApi();
 
             try
@@ -3932,9 +3959,9 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
@@ -3946,24 +3973,24 @@ try {
     echo 'Exception when calling NodehealthcheckApi->nodeHealthcheck: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::NodehealthcheckApi;
 
 my $api_instance = WWW::SwaggerClient::NodehealthcheckApi->new();
 
-eval { 
+eval {
     $api_instance->nodeHealthcheck();
 };
 if ($@) {
     warn "Exception when calling NodehealthcheckApi->nodeHealthcheck: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -3973,22 +4000,22 @@ from pprint import pprint
 # create an instance of the API class
 api_instance = swagger_client.NodehealthcheckApi()
 
-try: 
+try:
     # Performing node health check
     api_instance.node_healthcheck()
 except ApiException as e:
     print("Exception when calling NodehealthcheckApi->nodeHealthcheck: %s\n" % e)
+
-
-

Parameters

+

Parameters

-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

Onap3gppServiceInstances

+

Onap3gppServiceInstances

-
-
-

activate3gppService

-

Activate a 3GPP Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/3gppservices/{version}/activate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/3gppservices/{version}/activate"
-
-
+
+
+

activate3gppService

+

Activate a 3GPP Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/3gppservices/{version}/activate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/3gppservices/{version}/activate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -4049,10 +4076,10 @@ import java.util.*;
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        3gppServiceActivation body = ; // 3gppServiceActivation | 
-        String version = version_example; // String | 
+        3gppServiceActivation body = ; // 3gppServiceActivation |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.activate3gppService(body, version);
             System.out.println(result);
@@ -4062,17 +4089,17 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.Onap3gppServiceInstancesApi;
 
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        3gppServiceActivation body = ; // 3gppServiceActivation | 
-        String version = version_example; // String | 
+        3gppServiceActivation body = ; // 3gppServiceActivation |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.activate3gppService(body, version);
             System.out.println(result);
@@ -4082,14 +4109,14 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
- -
-
3gppServiceActivation *body = ; // 
-String *version = version_example; // 
+                                
+
3gppServiceActivation *body = ; //
+String *version = version_example; //
 
 Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
 
@@ -4105,16 +4132,16 @@ Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc]
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
 
-var body = ; // {3gppServiceActivation} 
+var body = ; // {3gppServiceActivation}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -4126,12 +4153,12 @@ var callback = function(error, data, response) {
 };
 api.activate3gppService(body, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -4144,10 +4171,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new Onap3gppServiceInstancesApi();
-            var body = new 3gppServiceActivation(); // 3gppServiceActivation | 
-            var version = version_example;  // String | 
+            var body = new 3gppServiceActivation(); // 3gppServiceActivation |
+            var version = version_example;  // String |
 
             try
             {
@@ -4163,15 +4190,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
-$body = ; // 3gppServiceActivation | 
-$version = version_example; // String | 
+$body = ; // 3gppServiceActivation |
+$version = version_example; // String |
 
 try {
     $result = $api_instance->activate3gppService($body, $version);
@@ -4180,27 +4207,27 @@ try {
     echo 'Exception when calling Onap3gppServiceInstancesApi->activate3gppService: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::Onap3gppServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::Onap3gppServiceInstancesApi->new();
-my $body = WWW::SwaggerClient::Object::3gppServiceActivation->new(); # 3gppServiceActivation | 
-my $version = version_example; # String | 
+my $body = WWW::SwaggerClient::Object::3gppServiceActivation->new(); # 3gppServiceActivation |
+my $version = version_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->activate3gppService(body => $body, version => $version);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling Onap3gppServiceInstancesApi->activate3gppService: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -4209,60 +4236,60 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.Onap3gppServiceInstancesApi()
-body =  # 3gppServiceActivation | 
-version = version_example # String | 
+body =  # 3gppServiceActivation |
+version = version_example # String |
 
-try: 
+try:
     # Activate a 3GPP Service Instance on a version provided
     api_response = api_instance.activate3gpp_service(body, version)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling Onap3gppServiceInstancesApi->activate3gppService: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body * + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
- -
- +
+
-
-
+ +
-
-
-

allocate3gppService

-

Create a 3GPP Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/3gppservices/{version}/allocate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/3gppservices/{version}/allocate"
-
-
+
+
+

allocate3gppService

+

Create a 3GPP Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/3gppservices/{version}/allocate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/3gppservices/{version}/allocate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -4389,10 +4416,10 @@ import java.util.*;
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        Allocate3gppService body = ; // Allocate3gppService | 
-        String version = version_example; // String | 
+        Allocate3gppService body = ; // Allocate3gppService |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.allocate3gppService(body, version);
             System.out.println(result);
@@ -4402,17 +4429,17 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.Onap3gppServiceInstancesApi;
 
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        Allocate3gppService body = ; // Allocate3gppService | 
-        String version = version_example; // String | 
+        Allocate3gppService body = ; // Allocate3gppService |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.allocate3gppService(body, version);
             System.out.println(result);
@@ -4422,14 +4449,14 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
- -
-
Allocate3gppService *body = ; // 
-String *version = version_example; // 
+                                
+
Allocate3gppService *body = ; //
+String *version = version_example; //
 
 Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
 
@@ -4445,16 +4472,16 @@ Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc]
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
 
-var body = ; // {Allocate3gppService} 
+var body = ; // {Allocate3gppService}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -4466,12 +4493,12 @@ var callback = function(error, data, response) {
 };
 api.allocate3gppService(body, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -4484,10 +4511,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new Onap3gppServiceInstancesApi();
-            var body = new Allocate3gppService(); // Allocate3gppService | 
-            var version = version_example;  // String | 
+            var body = new Allocate3gppService(); // Allocate3gppService |
+            var version = version_example;  // String |
 
             try
             {
@@ -4503,15 +4530,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
-$body = ; // Allocate3gppService | 
-$version = version_example; // String | 
+$body = ; // Allocate3gppService |
+$version = version_example; // String |
 
 try {
     $result = $api_instance->allocate3gppService($body, $version);
@@ -4520,27 +4547,27 @@ try {
     echo 'Exception when calling Onap3gppServiceInstancesApi->allocate3gppService: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::Onap3gppServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::Onap3gppServiceInstancesApi->new();
-my $body = WWW::SwaggerClient::Object::Allocate3gppService->new(); # Allocate3gppService | 
-my $version = version_example; # String | 
+my $body = WWW::SwaggerClient::Object::Allocate3gppService->new(); # Allocate3gppService |
+my $version = version_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->allocate3gppService(body => $body, version => $version);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling Onap3gppServiceInstancesApi->allocate3gppService: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -4549,60 +4576,60 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.Onap3gppServiceInstancesApi()
-body =  # Allocate3gppService | 
-version = version_example # String | 
+body =  # Allocate3gppService |
+version = version_example # String |
 
-try: 
+try:
     # Create a 3GPP Service Instance on a version provided
     api_response = api_instance.allocate3gpp_service(body, version)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling Onap3gppServiceInstancesApi->allocate3gppService: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body * + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
- -
- +
+
-
-
+ +
-
-
-

deactivate3gppService

-

Deactivate a 3GPP Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/3gppservices/{version}/deActivate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/3gppservices/{version}/deActivate"
-
-
+
+
+

deactivate3gppService

+

Deactivate a 3GPP Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/3gppservices/{version}/deActivate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/3gppservices/{version}/deActivate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -4729,10 +4756,10 @@ import java.util.*;
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        3gppServiceActivation body = ; // 3gppServiceActivation | 
-        String version = version_example; // String | 
+        3gppServiceActivation body = ; // 3gppServiceActivation |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.deactivate3gppService(body, version);
             System.out.println(result);
@@ -4742,17 +4769,17 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.Onap3gppServiceInstancesApi;
 
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        3gppServiceActivation body = ; // 3gppServiceActivation | 
-        String version = version_example; // String | 
+        3gppServiceActivation body = ; // 3gppServiceActivation |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.deactivate3gppService(body, version);
             System.out.println(result);
@@ -4762,14 +4789,14 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
- -
-
3gppServiceActivation *body = ; // 
-String *version = version_example; // 
+                                
+
3gppServiceActivation *body = ; //
+String *version = version_example; //
 
 Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
 
@@ -4785,16 +4812,16 @@ Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc]
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
 
-var body = ; // {3gppServiceActivation} 
+var body = ; // {3gppServiceActivation}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -4806,12 +4833,12 @@ var callback = function(error, data, response) {
 };
 api.deactivate3gppService(body, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -4824,10 +4851,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new Onap3gppServiceInstancesApi();
-            var body = new 3gppServiceActivation(); // 3gppServiceActivation | 
-            var version = version_example;  // String | 
+            var body = new 3gppServiceActivation(); // 3gppServiceActivation |
+            var version = version_example;  // String |
 
             try
             {
@@ -4843,15 +4870,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
-$body = ; // 3gppServiceActivation | 
-$version = version_example; // String | 
+$body = ; // 3gppServiceActivation |
+$version = version_example; // String |
 
 try {
     $result = $api_instance->deactivate3gppService($body, $version);
@@ -4860,27 +4887,27 @@ try {
     echo 'Exception when calling Onap3gppServiceInstancesApi->deactivate3gppService: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::Onap3gppServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::Onap3gppServiceInstancesApi->new();
-my $body = WWW::SwaggerClient::Object::3gppServiceActivation->new(); # 3gppServiceActivation | 
-my $version = version_example; # String | 
+my $body = WWW::SwaggerClient::Object::3gppServiceActivation->new(); # 3gppServiceActivation |
+my $version = version_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->deactivate3gppService(body => $body, version => $version);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling Onap3gppServiceInstancesApi->deactivate3gppService: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -4889,60 +4916,60 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.Onap3gppServiceInstancesApi()
-body =  # 3gppServiceActivation | 
-version = version_example # String | 
+body =  # 3gppServiceActivation |
+version = version_example # String |
 
-try: 
+try:
     # Deactivate a 3GPP Service Instance on a version provided
     api_response = api_instance.deactivate3gpp_service(body, version)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling Onap3gppServiceInstancesApi->deactivate3gppService: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body * + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
- -
- +
+
-
-
+ +
-
-
-

deallocate3gppService

-

Terminate/Deallocate a 3GPP Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/3gppservices/{version}/deAllocate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/3gppservices/{version}/deAllocate"
-
-
+
+
+

deallocate3gppService

+

Terminate/Deallocate a 3GPP Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/3gppservices/{version}/deAllocate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/3gppservices/{version}/deAllocate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -5069,10 +5096,10 @@ import java.util.*;
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        DeAllocate3gppService body = ; // DeAllocate3gppService | 
-        String version = version_example; // String | 
+        DeAllocate3gppService body = ; // DeAllocate3gppService |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.deallocate3gppService(body, version);
             System.out.println(result);
@@ -5082,17 +5109,17 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.Onap3gppServiceInstancesApi;
 
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        DeAllocate3gppService body = ; // DeAllocate3gppService | 
-        String version = version_example; // String | 
+        DeAllocate3gppService body = ; // DeAllocate3gppService |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.deallocate3gppService(body, version);
             System.out.println(result);
@@ -5102,14 +5129,14 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
- -
-
DeAllocate3gppService *body = ; // 
-String *version = version_example; // 
+                                
+
DeAllocate3gppService *body = ; //
+String *version = version_example; //
 
 Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
 
@@ -5125,16 +5152,16 @@ Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc]
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
 
-var body = ; // {DeAllocate3gppService} 
+var body = ; // {DeAllocate3gppService}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -5146,12 +5173,12 @@ var callback = function(error, data, response) {
 };
 api.deallocate3gppService(body, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -5164,10 +5191,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new Onap3gppServiceInstancesApi();
-            var body = new DeAllocate3gppService(); // DeAllocate3gppService | 
-            var version = version_example;  // String | 
+            var body = new DeAllocate3gppService(); // DeAllocate3gppService |
+            var version = version_example;  // String |
 
             try
             {
@@ -5183,15 +5210,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
-$body = ; // DeAllocate3gppService | 
-$version = version_example; // String | 
+$body = ; // DeAllocate3gppService |
+$version = version_example; // String |
 
 try {
     $result = $api_instance->deallocate3gppService($body, $version);
@@ -5200,27 +5227,27 @@ try {
     echo 'Exception when calling Onap3gppServiceInstancesApi->deallocate3gppService: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::Onap3gppServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::Onap3gppServiceInstancesApi->new();
-my $body = WWW::SwaggerClient::Object::DeAllocate3gppService->new(); # DeAllocate3gppService | 
-my $version = version_example; # String | 
+my $body = WWW::SwaggerClient::Object::DeAllocate3gppService->new(); # DeAllocate3gppService |
+my $version = version_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->deallocate3gppService(body => $body, version => $version);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling Onap3gppServiceInstancesApi->deallocate3gppService: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -5229,60 +5256,60 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.Onap3gppServiceInstancesApi()
-body =  # DeAllocate3gppService | 
-version = version_example # String | 
+body =  # DeAllocate3gppService |
+version = version_example # String |
 
-try: 
+try:
     # Terminate/Deallocate a 3GPP Service Instance on a version provided
     api_response = api_instance.deallocate3gpp_service(body, version)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling Onap3gppServiceInstancesApi->deallocate3gppService: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body * + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
- -
- +
+
-
-
+ +
-
-
-

modify3gppService

-

Modify a 3GPP Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/3gppservices/{version}/modify
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/3gppservices/{version}/modify"
-
-
+
+
+

modify3gppService

+

Modify a 3GPP Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/3gppservices/{version}/modify
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/3gppservices/{version}/modify"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -5409,10 +5436,10 @@ import java.util.*;
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        Modify3gppService body = ; // Modify3gppService | 
-        String version = version_example; // String | 
+        Modify3gppService body = ; // Modify3gppService |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.modify3gppService(body, version);
             System.out.println(result);
@@ -5422,17 +5449,17 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.Onap3gppServiceInstancesApi;
 
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        Modify3gppService body = ; // Modify3gppService | 
-        String version = version_example; // String | 
+        Modify3gppService body = ; // Modify3gppService |
+        String version = version_example; // String |
         try {
             3gppServiceResponse result = apiInstance.modify3gppService(body, version);
             System.out.println(result);
@@ -5442,14 +5469,14 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
- -
-
Modify3gppService *body = ; // 
-String *version = version_example; // 
+                                
+
Modify3gppService *body = ; //
+String *version = version_example; //
 
 Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
 
@@ -5465,16 +5492,16 @@ Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc]
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
 
-var body = ; // {Modify3gppService} 
+var body = ; // {Modify3gppService}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -5486,12 +5513,12 @@ var callback = function(error, data, response) {
 };
 api.modify3gppService(body, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -5504,10 +5531,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new Onap3gppServiceInstancesApi();
-            var body = new Modify3gppService(); // Modify3gppService | 
-            var version = version_example;  // String | 
+            var body = new Modify3gppService(); // Modify3gppService |
+            var version = version_example;  // String |
 
             try
             {
@@ -5523,15 +5550,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
-$body = ; // Modify3gppService | 
-$version = version_example; // String | 
+$body = ; // Modify3gppService |
+$version = version_example; // String |
 
 try {
     $result = $api_instance->modify3gppService($body, $version);
@@ -5540,27 +5567,27 @@ try {
     echo 'Exception when calling Onap3gppServiceInstancesApi->modify3gppService: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::Onap3gppServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::Onap3gppServiceInstancesApi->new();
-my $body = WWW::SwaggerClient::Object::Modify3gppService->new(); # Modify3gppService | 
-my $version = version_example; # String | 
+my $body = WWW::SwaggerClient::Object::Modify3gppService->new(); # Modify3gppService |
+my $version = version_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->modify3gppService(body => $body, version => $version);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling Onap3gppServiceInstancesApi->modify3gppService: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -5569,60 +5596,60 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.Onap3gppServiceInstancesApi()
-body =  # Modify3gppService | 
-version = version_example # String | 
+body =  # Modify3gppService |
+version = version_example # String |
 
-try: 
+try:
     # Modify a 3GPP Service Instance on a version provided
     api_response = api_instance.modify3gpp_service(body, version)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling Onap3gppServiceInstancesApi->modify3gppService: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body * + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
- -
- +
+
-
-
+ +
-
-
-

querySubnetCapability

-

Provides subnet capability based on subnet types

-
-
-
-

-

-

-
-
/onap/so/infra/3gppservices/{version}/subnetCapabilityQuery
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/3gppservices/{version}/subnetCapabilityQuery"
-
-
+
+
+

querySubnetCapability

+

Provides subnet capability based on subnet types

+
+
+
+

+

+

+
+
/onap/so/infra/3gppservices/{version}/subnetCapabilityQuery
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/3gppservices/{version}/subnetCapabilityQuery"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -5749,10 +5776,10 @@ import java.util.*;
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
-        
+
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        QuerySubnetCapability body = ; // QuerySubnetCapability | 
-        String version = version_example; // String | 
+        QuerySubnetCapability body = ; // QuerySubnetCapability |
+        String version = version_example; // String |
         try {
             Object result = apiInstance.querySubnetCapability(body, version);
             System.out.println(result);
@@ -5762,17 +5789,17 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.Onap3gppServiceInstancesApi;
 
 public class Onap3gppServiceInstancesApiExample {
 
     public static void main(String[] args) {
         Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
-        QuerySubnetCapability body = ; // QuerySubnetCapability | 
-        String version = version_example; // String | 
+        QuerySubnetCapability body = ; // QuerySubnetCapability |
+        String version = version_example; // String |
         try {
             Object result = apiInstance.querySubnetCapability(body, version);
             System.out.println(result);
@@ -5782,14 +5809,14 @@ public class Onap3gppServiceInstancesApiExample {
         }
     }
 }
-
- -
-
QuerySubnetCapability *body = ; // 
-String *version = version_example; // 
+                                
+
QuerySubnetCapability *body = ; //
+String *version = version_example; //
 
 Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
 
@@ -5805,16 +5832,16 @@ Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc]
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
 
-var body = ; // {QuerySubnetCapability} 
+var body = ; // {QuerySubnetCapability}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -5826,12 +5853,12 @@ var callback = function(error, data, response) {
 };
 api.querySubnetCapability(body, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -5844,10 +5871,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new Onap3gppServiceInstancesApi();
-            var body = new QuerySubnetCapability(); // QuerySubnetCapability | 
-            var version = version_example;  // String | 
+            var body = new QuerySubnetCapability(); // QuerySubnetCapability |
+            var version = version_example;  // String |
 
             try
             {
@@ -5863,15 +5890,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
-$body = ; // QuerySubnetCapability | 
-$version = version_example; // String | 
+$body = ; // QuerySubnetCapability |
+$version = version_example; // String |
 
 try {
     $result = $api_instance->querySubnetCapability($body, $version);
@@ -5880,27 +5907,27 @@ try {
     echo 'Exception when calling Onap3gppServiceInstancesApi->querySubnetCapability: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::Onap3gppServiceInstancesApi;
 
 my $api_instance = WWW::SwaggerClient::Onap3gppServiceInstancesApi->new();
-my $body = WWW::SwaggerClient::Object::QuerySubnetCapability->new(); # QuerySubnetCapability | 
-my $version = version_example; # String | 
+my $body = WWW::SwaggerClient::Object::QuerySubnetCapability->new(); # QuerySubnetCapability |
+my $version = version_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->querySubnetCapability(body => $body, version => $version);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling Onap3gppServiceInstancesApi->querySubnetCapability: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -5909,60 +5936,60 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.Onap3gppServiceInstancesApi()
-body =  # QuerySubnetCapability | 
-version = version_example # String | 
+body =  # QuerySubnetCapability |
+version = version_example # String |
 
-try: 
+try:
     # Provides subnet capability based on subnet types
     api_response = api_instance.query_subnet_capability(body, version)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling Onap3gppServiceInstancesApi->querySubnetCapability: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body * + - -
-
-

Responses

+

Responses

Status: default - successful operation with capabilities for the queried subnetTypes

-
- -
- +
+
-
-
-
+ +
+
-

OnapsoinfracloudResources

+

OnapsoinfracloudResources

-
-
-

activateOperationEnvironment

-

Activate an Operational Environment

-
-
-
-

-

-

-
-
/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate"
-
-
+
+
+

activateOperationEnvironment

+

Activate an Operational Environment

+
+
+
+

+

+

+
+
/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -6092,11 +6119,11 @@ import java.util.*;
 public class OnapsoinfracloudResourcesApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
-        String version = version_example; // String | 
-        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String operationalEnvironmentId = operationalEnvironmentId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
         } catch (ApiException e) {
@@ -6105,18 +6132,18 @@ public class OnapsoinfracloudResourcesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfracloudResourcesApi;
 
 public class OnapsoinfracloudResourcesApiExample {
 
     public static void main(String[] args) {
         OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
-        String version = version_example; // String | 
-        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String operationalEnvironmentId = operationalEnvironmentId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
         } catch (ApiException e) {
@@ -6125,14 +6152,14 @@ public class OnapsoinfracloudResourcesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *operationalEnvironmentId = operationalEnvironmentId_example; // 
+                                
+
String *version = version_example; //
+String *operationalEnvironmentId = operationalEnvironmentId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
@@ -6147,19 +6174,19 @@ OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfracloudResourcesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var operationalEnvironmentId = operationalEnvironmentId_example; // {String} 
+var operationalEnvironmentId = operationalEnvironmentId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -6171,12 +6198,12 @@ var callback = function(error, data, response) {
 };
 api.activateOperationEnvironment(version, operationalEnvironmentId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -6189,11 +6216,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfracloudResourcesApi();
-            var version = version_example;  // String | 
-            var operationalEnvironmentId = operationalEnvironmentId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var operationalEnvironmentId = operationalEnvironmentId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -6208,16 +6235,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
-$version = version_example; // String | 
-$operationalEnvironmentId = operationalEnvironmentId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$operationalEnvironmentId = operationalEnvironmentId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->activateOperationEnvironment($version, $operationalEnvironmentId, $body);
@@ -6225,27 +6252,27 @@ try {
     echo 'Exception when calling OnapsoinfracloudResourcesApi->activateOperationEnvironment: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfracloudResourcesApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesApi->new();
-my $version = version_example; # String | 
-my $operationalEnvironmentId = operationalEnvironmentId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $operationalEnvironmentId = operationalEnvironmentId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->activateOperationEnvironment(version => $version, operationalEnvironmentId => $operationalEnvironmentId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfracloudResourcesApi->activateOperationEnvironment: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -6254,80 +6281,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfracloudResourcesApi()
-version = version_example # String | 
-operationalEnvironmentId = operationalEnvironmentId_example # String | 
+version = version_example # String |
+operationalEnvironmentId = operationalEnvironmentId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Activate an Operational Environment
     api_instance.activate_operation_environment(version, operationalEnvironmentId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfracloudResourcesApi->activateOperationEnvironment: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
operationalEnvironmentId* +
operationalEnvironmentId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createOperationEnvironment

-

Create an Operational Environment

-
-
-
-

-

-

-
-
/onap/so/infra/cloudResources/{version}/operationalEnvironments
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments"
-
-
+
+
+

createOperationEnvironment

+

Create an Operational Environment

+
+
+
+

+

+

+
+
/onap/so/infra/cloudResources/{version}/operationalEnvironments
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -6419,10 +6446,10 @@ import java.util.*;
 public class OnapsoinfracloudResourcesApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createOperationEnvironment(version, body);
         } catch (ApiException e) {
@@ -6431,17 +6458,17 @@ public class OnapsoinfracloudResourcesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfracloudResourcesApi;
 
 public class OnapsoinfracloudResourcesApiExample {
 
     public static void main(String[] args) {
         OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createOperationEnvironment(version, body);
         } catch (ApiException e) {
@@ -6450,13 +6477,13 @@ public class OnapsoinfracloudResourcesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
@@ -6470,17 +6497,17 @@ OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfracloudResourcesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -6492,12 +6519,12 @@ var callback = function(error, data, response) {
 };
 api.createOperationEnvironment(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -6510,10 +6537,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfracloudResourcesApi();
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -6528,15 +6555,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
-$version = version_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createOperationEnvironment($version, $body);
@@ -6544,26 +6571,26 @@ try {
     echo 'Exception when calling OnapsoinfracloudResourcesApi->createOperationEnvironment: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfracloudResourcesApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesApi->new();
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createOperationEnvironment(version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfracloudResourcesApi->createOperationEnvironment: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -6572,59 +6599,59 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfracloudResourcesApi()
-version = version_example # String | 
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create an Operational Environment
     api_instance.create_operation_environment(version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfracloudResourcesApi->createOperationEnvironment: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deactivateOperationEnvironment

-

Deactivate an Operational Environment

-
-
-
-

-

-

-
-
/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate"
-
-
+
+
+

deactivateOperationEnvironment

+

Deactivate an Operational Environment

+
+
+
+

+

+

+
+
/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -6716,11 +6743,11 @@ import java.util.*;
 public class OnapsoinfracloudResourcesApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
-        String version = version_example; // String | 
-        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String operationalEnvironmentId = operationalEnvironmentId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
         } catch (ApiException e) {
@@ -6729,18 +6756,18 @@ public class OnapsoinfracloudResourcesApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfracloudResourcesApi;
 
 public class OnapsoinfracloudResourcesApiExample {
 
     public static void main(String[] args) {
         OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
-        String version = version_example; // String | 
-        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String operationalEnvironmentId = operationalEnvironmentId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
         } catch (ApiException e) {
@@ -6749,14 +6776,14 @@ public class OnapsoinfracloudResourcesApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *operationalEnvironmentId = operationalEnvironmentId_example; // 
+                                
+
String *version = version_example; //
+String *operationalEnvironmentId = operationalEnvironmentId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
@@ -6771,19 +6798,19 @@ OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfracloudResourcesApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var operationalEnvironmentId = operationalEnvironmentId_example; // {String} 
+var operationalEnvironmentId = operationalEnvironmentId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -6795,12 +6822,12 @@ var callback = function(error, data, response) {
 };
 api.deactivateOperationEnvironment(version, operationalEnvironmentId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -6813,11 +6840,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfracloudResourcesApi();
-            var version = version_example;  // String | 
-            var operationalEnvironmentId = operationalEnvironmentId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var operationalEnvironmentId = operationalEnvironmentId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -6832,16 +6859,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
-$version = version_example; // String | 
-$operationalEnvironmentId = operationalEnvironmentId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$operationalEnvironmentId = operationalEnvironmentId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deactivateOperationEnvironment($version, $operationalEnvironmentId, $body);
@@ -6849,27 +6876,27 @@ try {
     echo 'Exception when calling OnapsoinfracloudResourcesApi->deactivateOperationEnvironment: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfracloudResourcesApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesApi->new();
-my $version = version_example; # String | 
-my $operationalEnvironmentId = operationalEnvironmentId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $operationalEnvironmentId = operationalEnvironmentId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deactivateOperationEnvironment(version => $version, operationalEnvironmentId => $operationalEnvironmentId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfracloudResourcesApi->deactivateOperationEnvironment: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -6878,80 +6905,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfracloudResourcesApi()
-version = version_example # String | 
-operationalEnvironmentId = operationalEnvironmentId_example # String | 
+version = version_example # String |
+operationalEnvironmentId = operationalEnvironmentId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Deactivate an Operational Environment
     api_instance.deactivate_operation_environment(version, operationalEnvironmentId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfracloudResourcesApi->deactivateOperationEnvironment: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
operationalEnvironmentId* +
operationalEnvironmentId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinfracloudResourcesRequests

+

OnapsoinfracloudResourcesRequests

-
-
-

getOperationEnvironmentStatusFilter

-

Get status of an Operational Environment based on filter criteria

-
-
-
-

-

-

-
-
/onap/so/infra/cloudResourcesRequests/{version}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/cloudResourcesRequests/{version}"
-
-
+
+
+

getOperationEnvironmentStatusFilter

+

Get status of an Operational Environment based on filter criteria

+
+
+
+

+

+

+
+
/onap/so/infra/cloudResourcesRequests/{version}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/cloudResourcesRequests/{version}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -7046,9 +7073,9 @@ import java.util.*;
 public class OnapsoinfracloudResourcesRequestsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
-        String version = version_example; // String | 
+        String version = version_example; // String |
         try {
             apiInstance.getOperationEnvironmentStatusFilter(version);
         } catch (ApiException e) {
@@ -7057,16 +7084,16 @@ public class OnapsoinfracloudResourcesRequestsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
 
 public class OnapsoinfracloudResourcesRequestsApiExample {
 
     public static void main(String[] args) {
         OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
-        String version = version_example; // String | 
+        String version = version_example; // String |
         try {
             apiInstance.getOperationEnvironmentStatusFilter(version);
         } catch (ApiException e) {
@@ -7075,13 +7102,13 @@ public class OnapsoinfracloudResourcesRequestsApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 
 OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesRequestsApi alloc] init];
 
@@ -7093,14 +7120,14 @@ OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesR
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfracloudResourcesRequestsApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -7112,12 +7139,12 @@ var callback = function(error, data, response) {
 };
 api.getOperationEnvironmentStatusFilter(version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -7130,9 +7157,9 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfracloudResourcesRequestsApi();
-            var version = version_example;  // String | 
+            var version = version_example;  // String |
 
             try
             {
@@ -7147,14 +7174,14 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesRequestsApi();
-$version = version_example; // String | 
+$version = version_example; // String |
 
 try {
     $api_instance->getOperationEnvironmentStatusFilter($version);
@@ -7162,25 +7189,25 @@ try {
     echo 'Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi->new();
-my $version = version_example; # String | 
+my $version = version_example; # String |
 
-eval { 
+eval {
     $api_instance->getOperationEnvironmentStatusFilter(version => $version);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -7189,43 +7216,43 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfracloudResourcesRequestsApi()
-version = version_example # String | 
+version = version_example # String |
 
-try: 
+try:
     # Get status of an Operational Environment based on filter criteria
     api_instance.get_operation_environment_status_filter(version)
 except ApiException as e:
     print("Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -7233,7 +7260,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

unlockOrchestrationRequestForReqId

-

Unlock CloudOrchestration requests for a specified requestId

-
-
-
-

-

-

-
-
/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock"
-
-
+
+
+

unlockOrchestrationRequestForReqId

+

Unlock CloudOrchestration requests for a specified requestId

+
+
+
+

+

+

+
+
/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -7291,11 +7318,11 @@ import java.util.*;
 public class OnapsoinfracloudResourcesRequestsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
-        String requestId = requestId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String requestId = requestId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
         } catch (ApiException e) {
@@ -7304,18 +7331,18 @@ public class OnapsoinfracloudResourcesRequestsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
 
 public class OnapsoinfracloudResourcesRequestsApiExample {
 
     public static void main(String[] args) {
         OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
-        String requestId = requestId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String requestId = requestId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
         } catch (ApiException e) {
@@ -7324,14 +7351,14 @@ public class OnapsoinfracloudResourcesRequestsApiExample {
         }
     }
 }
-
- -
-
String *requestId = requestId_example; // 
-String *version = version_example; // 
+                                
+
String *requestId = requestId_example; //
+String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesRequestsApi alloc] init];
@@ -7346,19 +7373,19 @@ OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesR
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfracloudResourcesRequestsApi()
 
-var requestId = requestId_example; // {String} 
+var requestId = requestId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -7370,12 +7397,12 @@ var callback = function(error, data, response) {
 };
 api.unlockOrchestrationRequestForReqId(requestId, version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -7388,11 +7415,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfracloudResourcesRequestsApi();
-            var requestId = requestId_example;  // String | 
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var requestId = requestId_example;  // String |
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -7407,16 +7434,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesRequestsApi();
-$requestId = requestId_example; // String | 
-$version = version_example; // String | 
-$body = body_example; // String | 
+$requestId = requestId_example; // String |
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->unlockOrchestrationRequestForReqId($requestId, $version, $body);
@@ -7424,27 +7451,27 @@ try {
     echo 'Exception when calling OnapsoinfracloudResourcesRequestsApi->unlockOrchestrationRequestForReqId: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi->new();
-my $requestId = requestId_example; # String | 
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $requestId = requestId_example; # String |
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->unlockOrchestrationRequestForReqId(requestId => $requestId, version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfracloudResourcesRequestsApi->unlockOrchestrationRequestForReqId: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -7453,80 +7480,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfracloudResourcesRequestsApi()
-requestId = requestId_example # String | 
-version = version_example # String | 
+requestId = requestId_example # String |
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Unlock CloudOrchestration requests for a specified requestId
     api_instance.unlock_orchestration_request_for_req_id(requestId, version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfracloudResourcesRequestsApi->unlockOrchestrationRequestForReqId: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
requestId* +
requestId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinfrainstanceManagement

+

OnapsoinfrainstanceManagement

+
+
+
+

executePNFCustomWorkflow

+

Executing download/activate custom workflow

+
+
+
+

+

+

+
+
/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/pnfs/${pnfName}/workflows/${workflow_UUID}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/pnfs/${pnfName}/workflows/${workflow_UUID}"
+
+
+
import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.OnapsoinfrainstanceManagementApi;
+
+import java.io.File;
+import java.util.*;
+
+public class OnapsoinfrainstanceManagementApiExample {
+
+    public static void main(String[] args) {
+
+        OnapsoinfrainstanceManagementApi apiInstance = new OnapsoinfrainstanceManagementApi();
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String pnfName = pnfName_example; // String |
+        String workflowUUID = workflowUUID_example; // String |
+        PNFCustomWorkflowExecution body = ; // PNFCustomWorkflowExecution |
+        try {
+            apiInstance.executePNFCustomWorkflow(version, serviceInstanceId, pnfName, workflowUUID, body);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling OnapsoinfrainstanceManagementApi#executePNFCustomWorkflow");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
import io.swagger.client.api.OnapsoinfrainstanceManagementApi;
+
+public class OnapsoinfrainstanceManagementApiExample {
+
+    public static void main(String[] args) {
+        OnapsoinfrainstanceManagementApi apiInstance = new OnapsoinfrainstanceManagementApi();
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String pnfName = pnfName_example; // String |
+        String workflowUUID = workflowUUID_example; // String |
+        PNFCustomWorkflowExecution body = ; // PNFCustomWorkflowExecution |
+        try {
+            apiInstance.executePNFCustomWorkflow(version, serviceInstanceId, pnfName, workflowUUID, body);
+        } catch (ApiException e) {
+            System.err.println("Exception when calling OnapsoinfrainstanceManagementApi#executePNFCustomWorkflow");
+            e.printStackTrace();
+        }
+    }
+}
+
+ +
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *pnfName = pnfName_example; //
+String *workflowUUID = workflowUUID_example; //
+PNFCustomWorkflowExecution *body = ; //  (optional)
+
+OnapsoinfrainstanceManagementApi *apiInstance = [[OnapsoinfrainstanceManagementApi alloc] init];
+
+// Executing download/activate custom workflow
+[apiInstance executePNFCustomWorkflowWith:version
+    serviceInstanceId:serviceInstanceId
+    pnfName:pnfName
+    workflowUUID:workflowUUID
+    body:body
+              completionHandler: ^(NSError* error) {
+                            if (error) {
+                                NSLog(@"Error: %@", error);
+                            }
+                        }];
+
+
+ +
+
var SoGuilinApIs = require('so_guilin_ap_is');
+
+var api = new SoGuilinApIs.OnapsoinfrainstanceManagementApi()
+
+var version = version_example; // {String}
+
+var serviceInstanceId = serviceInstanceId_example; // {String}
+
+var pnfName = pnfName_example; // {String}
+
+var workflowUUID = workflowUUID_example; // {String}
+
+var opts = {
+  'body':  // {PNFCustomWorkflowExecution}
+};
+
+var callback = function(error, data, response) {
+  if (error) {
+    console.error(error);
+  } else {
+    console.log('API called successfully.');
+  }
+};
+api.executePNFCustomWorkflow(version, serviceInstanceId, pnfName, workflowUUID, opts, callback);
+
+
+ + +
+
using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+    public class executePNFCustomWorkflowExample
+    {
+        public void main()
+        {
+
+            var apiInstance = new OnapsoinfrainstanceManagementApi();
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var pnfName = pnfName_example;  // String |
+            var workflowUUID = workflowUUID_example;  // String |
+            var body = new PNFCustomWorkflowExecution(); // PNFCustomWorkflowExecution |  (optional)
+
+            try
+            {
+                // Executing download/activate custom workflow
+                apiInstance.executePNFCustomWorkflow(version, serviceInstanceId, pnfName, workflowUUID, body);
+            }
+            catch (Exception e)
+            {
+                Debug.Print("Exception when calling OnapsoinfrainstanceManagementApi.executePNFCustomWorkflow: " + e.Message );
+            }
+        }
+    }
+}
+
+
+ +
+
<?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\Api\OnapsoinfrainstanceManagementApi();
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$pnfName = pnfName_example; // String |
+$workflowUUID = workflowUUID_example; // String |
+$body = ; // PNFCustomWorkflowExecution |
+
+try {
+    $api_instance->executePNFCustomWorkflow($version, $serviceInstanceId, $pnfName, $workflowUUID, $body);
+} catch (Exception $e) {
+    echo 'Exception when calling OnapsoinfrainstanceManagementApi->executePNFCustomWorkflow: ', $e->getMessage(), PHP_EOL;
+}
+?>
+
+ +
+
use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::OnapsoinfrainstanceManagementApi;
+
+my $api_instance = WWW::SwaggerClient::OnapsoinfrainstanceManagementApi->new();
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $pnfName = pnfName_example; # String |
+my $workflowUUID = workflowUUID_example; # String |
+my $body = WWW::SwaggerClient::Object::PNFCustomWorkflowExecution->new(); # PNFCustomWorkflowExecution |
+
+eval {
+    $api_instance->executePNFCustomWorkflow(version => $version, serviceInstanceId => $serviceInstanceId, pnfName => $pnfName, workflowUUID => $workflowUUID, body => $body);
+};
+if ($@) {
+    warn "Exception when calling OnapsoinfrainstanceManagementApi->executePNFCustomWorkflow: $@\n";
+}
+
+ +
+
from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.OnapsoinfrainstanceManagementApi()
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+pnfName = pnfName_example # String |
+workflowUUID = workflowUUID_example # String |
+body =  # PNFCustomWorkflowExecution |  (optional)
+
+try:
+    # Executing download/activate custom workflow
+    api_instance.execute_pnf_custom_workflow(version, serviceInstanceId, pnfName, workflowUUID, body=body)
+except ApiException as e:
+    print("Exception when calling OnapsoinfrainstanceManagementApi->executePNFCustomWorkflow: %s\n" % e)
+
+
+ +

Parameters

+ +
Path parameters
+ + + + + + + + + + + + + + + + + + + + + +
NameDescription
version* + + +
+
+
+ + String + + +
+
+ Required +
+
+
+
serviceInstanceId* + + +
+
+
+ + String + + +
+
+ Required +
+
+
+
pnfName* + + +
+
+
+ + String + + +
+
+ Required +
+
+
+
workflow_UUID* + + +
+
+
+ + String + + +
+
+ Required +
+
+
+
+ + +
Body parameters
+ + + + + + + + + +
NameDescription
body + + + +
+
+ + + +

Responses

+

Status: default - successful operation

+ + + +
+
+ +
+
+
-
-
-

executeServiceLevelCustomWorkflow

-

Executing service level custom workflow

-
-
-
-

-

-

-
-
/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/workflows/{workflow_UUID}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/workflows/{workflow_UUID}"
-
-
+
+
+

executeServiceLevelCustomWorkflow

+

Executing service level custom workflow

+
+
+
+

+

+

+
+
/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/workflows/{workflow_UUID}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/workflows/{workflow_UUID}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -7621,12 +8035,12 @@ import java.util.*;
 public class OnapsoinfrainstanceManagementApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfrainstanceManagementApi apiInstance = new OnapsoinfrainstanceManagementApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String workflowUUID = workflowUUID_example; // String | 
-        ServiceLevelWorkflowExecution body = ; // ServiceLevelWorkflowExecution | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String workflowUUID = workflowUUID_example; // String |
+        ServiceLevelWorkflowExecution body = ; // ServiceLevelWorkflowExecution |
         try {
             apiInstance.executeServiceLevelCustomWorkflow(version, serviceInstanceId, workflowUUID, body);
         } catch (ApiException e) {
@@ -7635,19 +8049,19 @@ public class OnapsoinfrainstanceManagementApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfrainstanceManagementApi;
 
 public class OnapsoinfrainstanceManagementApiExample {
 
     public static void main(String[] args) {
         OnapsoinfrainstanceManagementApi apiInstance = new OnapsoinfrainstanceManagementApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String workflowUUID = workflowUUID_example; // String | 
-        ServiceLevelWorkflowExecution body = ; // ServiceLevelWorkflowExecution | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String workflowUUID = workflowUUID_example; // String |
+        ServiceLevelWorkflowExecution body = ; // ServiceLevelWorkflowExecution |
         try {
             apiInstance.executeServiceLevelCustomWorkflow(version, serviceInstanceId, workflowUUID, body);
         } catch (ApiException e) {
@@ -7656,15 +8070,15 @@ public class OnapsoinfrainstanceManagementApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *workflowUUID = workflowUUID_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *workflowUUID = workflowUUID_example; //
 ServiceLevelWorkflowExecution *body = ; //  (optional)
 
 OnapsoinfrainstanceManagementApi *apiInstance = [[OnapsoinfrainstanceManagementApi alloc] init];
@@ -7680,21 +8094,21 @@ OnapsoinfrainstanceManagementApi *apiInstance = [[OnapsoinfrainstanceManagementA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfrainstanceManagementApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var workflowUUID = workflowUUID_example; // {String} 
+var workflowUUID = workflowUUID_example; // {String}
 
-var opts = { 
-  'body':  // {ServiceLevelWorkflowExecution} 
+var opts = {
+  'body':  // {ServiceLevelWorkflowExecution}
 };
 
 var callback = function(error, data, response) {
@@ -7706,12 +8120,12 @@ var callback = function(error, data, response) {
 };
 api.executeServiceLevelCustomWorkflow(version, serviceInstanceId, workflowUUID, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -7724,12 +8138,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfrainstanceManagementApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var workflowUUID = workflowUUID_example;  // String | 
-            var body = new ServiceLevelWorkflowExecution(); // ServiceLevelWorkflowExecution |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var workflowUUID = workflowUUID_example;  // String |
+            var body = new ServiceLevelWorkflowExecution(); // ServiceLevelWorkflowExecution |  (optional)
 
             try
             {
@@ -7744,17 +8158,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfrainstanceManagementApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$workflowUUID = workflowUUID_example; // String | 
-$body = ; // ServiceLevelWorkflowExecution | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$workflowUUID = workflowUUID_example; // String |
+$body = ; // ServiceLevelWorkflowExecution |
 
 try {
     $api_instance->executeServiceLevelCustomWorkflow($version, $serviceInstanceId, $workflowUUID, $body);
@@ -7762,28 +8176,28 @@ try {
     echo 'Exception when calling OnapsoinfrainstanceManagementApi->executeServiceLevelCustomWorkflow: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfrainstanceManagementApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfrainstanceManagementApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $workflowUUID = workflowUUID_example; # String | 
-my $body = WWW::SwaggerClient::Object::ServiceLevelWorkflowExecution->new(); # ServiceLevelWorkflowExecution | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $workflowUUID = workflowUUID_example; # String |
+my $body = WWW::SwaggerClient::Object::ServiceLevelWorkflowExecution->new(); # ServiceLevelWorkflowExecution |
 
-eval { 
+eval {
     $api_instance->executeServiceLevelCustomWorkflow(version => $version, serviceInstanceId => $serviceInstanceId, workflowUUID => $workflowUUID, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfrainstanceManagementApi->executeServiceLevelCustomWorkflow: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -7792,101 +8206,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfrainstanceManagementApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-workflowUUID = workflowUUID_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+workflowUUID = workflowUUID_example # String |
 body =  # ServiceLevelWorkflowExecution |  (optional)
 
-try: 
+try:
     # Executing service level custom workflow
     api_instance.execute_service_level_custom_workflow(version, serviceInstanceId, workflowUUID, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfrainstanceManagementApi->executeServiceLevelCustomWorkflow: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
workflow_UUID* +
workflow_UUID* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinframodelDistributions

+

OnapsoinframodelDistributions

-
-
-

updateModelDistributionStatus

-

Update model distribution status

-
-
-
-

-

-

-
-
/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}"
-
-
+
+
+

updateModelDistributionStatus

+

Update model distribution status

+
+
+
+

+

+

+
+
/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -7981,11 +8395,11 @@ import java.util.*;
 public class OnapsoinframodelDistributionsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinframodelDistributionsApi apiInstance = new OnapsoinframodelDistributionsApi();
-        String version = version_example; // String | 
-        String distributionId = distributionId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String distributionId = distributionId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateModelDistributionStatus(version, distributionId, body);
         } catch (ApiException e) {
@@ -7994,18 +8408,18 @@ public class OnapsoinframodelDistributionsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinframodelDistributionsApi;
 
 public class OnapsoinframodelDistributionsApiExample {
 
     public static void main(String[] args) {
         OnapsoinframodelDistributionsApi apiInstance = new OnapsoinframodelDistributionsApi();
-        String version = version_example; // String | 
-        String distributionId = distributionId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String distributionId = distributionId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateModelDistributionStatus(version, distributionId, body);
         } catch (ApiException e) {
@@ -8014,14 +8428,14 @@ public class OnapsoinframodelDistributionsApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *distributionId = distributionId_example; // 
+                                
+
String *version = version_example; //
+String *distributionId = distributionId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinframodelDistributionsApi *apiInstance = [[OnapsoinframodelDistributionsApi alloc] init];
@@ -8036,19 +8450,19 @@ OnapsoinframodelDistributionsApi *apiInstance = [[OnapsoinframodelDistributionsA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinframodelDistributionsApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var distributionId = distributionId_example; // {String} 
+var distributionId = distributionId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -8060,12 +8474,12 @@ var callback = function(error, data, response) {
 };
 api.updateModelDistributionStatus(version, distributionId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -8078,11 +8492,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinframodelDistributionsApi();
-            var version = version_example;  // String | 
-            var distributionId = distributionId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var distributionId = distributionId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -8097,16 +8511,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinframodelDistributionsApi();
-$version = version_example; // String | 
-$distributionId = distributionId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$distributionId = distributionId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateModelDistributionStatus($version, $distributionId, $body);
@@ -8114,27 +8528,27 @@ try {
     echo 'Exception when calling OnapsoinframodelDistributionsApi->updateModelDistributionStatus: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinframodelDistributionsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinframodelDistributionsApi->new();
-my $version = version_example; # String | 
-my $distributionId = distributionId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $distributionId = distributionId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateModelDistributionStatus(version => $version, distributionId => $distributionId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinframodelDistributionsApi->updateModelDistributionStatus: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -8143,80 +8557,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinframodelDistributionsApi()
-version = version_example # String | 
-distributionId = distributionId_example # String | 
+version = version_example # String |
+distributionId = distributionId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Update model distribution status
     api_instance.update_model_distribution_status(version, distributionId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinframodelDistributionsApi->updateModelDistributionStatus: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
distributionId* +
distributionId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinfraorchestrationRequests

+

OnapsoinfraorchestrationRequests

-
-
-

getOrchestrationRequest

-

Find Orchestrated Requests for a URI Information

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationRequests/{version}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}"
-
-
+
+
+

getOrchestrationRequest

+

Find Orchestrated Requests for a URI Information

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationRequests/{version}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -8311,9 +8725,9 @@ import java.util.*;
 public class OnapsoinfraorchestrationRequestsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
-        String version = version_example; // String | 
+        String version = version_example; // String |
         try {
             apiInstance.getOrchestrationRequest(version);
         } catch (ApiException e) {
@@ -8322,16 +8736,16 @@ public class OnapsoinfraorchestrationRequestsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
 
 public class OnapsoinfraorchestrationRequestsApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
-        String version = version_example; // String | 
+        String version = version_example; // String |
         try {
             apiInstance.getOrchestrationRequest(version);
         } catch (ApiException e) {
@@ -8340,13 +8754,13 @@ public class OnapsoinfraorchestrationRequestsApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 
 OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
 
@@ -8358,14 +8772,14 @@ OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationReq
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationRequestsApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -8377,12 +8791,12 @@ var callback = function(error, data, response) {
 };
 api.getOrchestrationRequest(version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -8395,9 +8809,9 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationRequestsApi();
-            var version = version_example;  // String | 
+            var version = version_example;  // String |
 
             try
             {
@@ -8412,14 +8826,14 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
-$version = version_example; // String | 
+$version = version_example; // String |
 
 try {
     $api_instance->getOrchestrationRequest($version);
@@ -8427,25 +8841,25 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
-my $version = version_example; # String | 
+my $version = version_example; # String |
 
-eval { 
+eval {
     $api_instance->getOrchestrationRequest(version => $version);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -8454,43 +8868,43 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
-version = version_example # String | 
+version = version_example # String |
 
-try: 
+try:
     # Find Orchestrated Requests for a URI Information
     api_instance.get_orchestration_request(version)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -8498,7 +8912,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

getOrchestrationRequestForReqId

-

Find Orchestrated Requests for a given requestId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationRequests/{version}/{requestId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}"
-
-
+
+
+

getOrchestrationRequestForReqId

+

Find Orchestrated Requests for a given requestId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationRequests/{version}/{requestId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -8556,10 +8970,10 @@ import java.util.*;
 public class OnapsoinfraorchestrationRequestsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
-        String requestId = requestId_example; // String | 
-        String version = version_example; // String | 
+        String requestId = requestId_example; // String |
+        String version = version_example; // String |
         try {
             apiInstance.getOrchestrationRequestForReqId(requestId, version);
         } catch (ApiException e) {
@@ -8568,17 +8982,17 @@ public class OnapsoinfraorchestrationRequestsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
 
 public class OnapsoinfraorchestrationRequestsApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
-        String requestId = requestId_example; // String | 
-        String version = version_example; // String | 
+        String requestId = requestId_example; // String |
+        String version = version_example; // String |
         try {
             apiInstance.getOrchestrationRequestForReqId(requestId, version);
         } catch (ApiException e) {
@@ -8587,14 +9001,14 @@ public class OnapsoinfraorchestrationRequestsApiExample {
         }
     }
 }
-
- -
-
String *requestId = requestId_example; // 
-String *version = version_example; // 
+                                
+
String *requestId = requestId_example; //
+String *version = version_example; //
 
 OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
 
@@ -8607,16 +9021,16 @@ OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationReq
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationRequestsApi()
 
-var requestId = requestId_example; // {String} 
+var requestId = requestId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -8628,12 +9042,12 @@ var callback = function(error, data, response) {
 };
 api.getOrchestrationRequestForReqId(requestId, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -8646,10 +9060,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationRequestsApi();
-            var requestId = requestId_example;  // String | 
-            var version = version_example;  // String | 
+            var requestId = requestId_example;  // String |
+            var version = version_example;  // String |
 
             try
             {
@@ -8664,15 +9078,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
-$requestId = requestId_example; // String | 
-$version = version_example; // String | 
+$requestId = requestId_example; // String |
+$version = version_example; // String |
 
 try {
     $api_instance->getOrchestrationRequestForReqId($requestId, $version);
@@ -8680,26 +9094,26 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
-my $requestId = requestId_example; # String | 
-my $version = version_example; # String | 
+my $requestId = requestId_example; # String |
+my $version = version_example; # String |
 
-eval { 
+eval {
     $api_instance->getOrchestrationRequestForReqId(requestId => $requestId, version => $version);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -8708,64 +9122,64 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
-requestId = requestId_example # String | 
-version = version_example # String | 
+requestId = requestId_example # String |
+version = version_example # String |
 
-try: 
+try:
     # Find Orchestrated Requests for a given requestId
     api_instance.get_orchestration_request_for_req_id(requestId, version)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
requestId* +
requestId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -8773,7 +9187,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

unlockOrchestrationRequest

-

Unlock Orchestrated Requests for a given requestId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock"
-
-
+
+
+

unlockOrchestrationRequest

+

Unlock Orchestrated Requests for a given requestId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -8831,11 +9245,11 @@ import java.util.*;
 public class OnapsoinfraorchestrationRequestsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
-        String requestId = requestId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String requestId = requestId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.unlockOrchestrationRequest(requestId, version, body);
         } catch (ApiException e) {
@@ -8844,18 +9258,18 @@ public class OnapsoinfraorchestrationRequestsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
 
 public class OnapsoinfraorchestrationRequestsApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
-        String requestId = requestId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String requestId = requestId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.unlockOrchestrationRequest(requestId, version, body);
         } catch (ApiException e) {
@@ -8864,14 +9278,14 @@ public class OnapsoinfraorchestrationRequestsApiExample {
         }
     }
 }
-
- -
-
String *requestId = requestId_example; // 
-String *version = version_example; // 
+                                
+
String *requestId = requestId_example; //
+String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
@@ -8886,19 +9300,19 @@ OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationReq
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationRequestsApi()
 
-var requestId = requestId_example; // {String} 
+var requestId = requestId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -8910,12 +9324,12 @@ var callback = function(error, data, response) {
 };
 api.unlockOrchestrationRequest(requestId, version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -8928,11 +9342,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationRequestsApi();
-            var requestId = requestId_example;  // String | 
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var requestId = requestId_example;  // String |
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -8947,16 +9361,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
-$requestId = requestId_example; // String | 
-$version = version_example; // String | 
-$body = body_example; // String | 
+$requestId = requestId_example; // String |
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->unlockOrchestrationRequest($requestId, $version, $body);
@@ -8964,27 +9378,27 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
-my $requestId = requestId_example; # String | 
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $requestId = requestId_example; # String |
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->unlockOrchestrationRequest(requestId => $requestId, version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -8993,80 +9407,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
-requestId = requestId_example # String | 
-version = version_example # String | 
+requestId = requestId_example # String |
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Unlock Orchestrated Requests for a given requestId
     api_instance.unlock_orchestration_request(requestId, version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
requestId* +
requestId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinfraorchestrationTasks

+

OnapsoinfraorchestrationTasks

-
-
-

abortOrchestrationTask

-

abort orchestrationTask for a given taskId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort"
-
-
+
+
+

abortOrchestrationTask

+

abort orchestrationTask for a given taskId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -9161,11 +9575,11 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.abortOrchestrationTask(taskId, version, body);
         } catch (ApiException e) {
@@ -9174,18 +9588,18 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.abortOrchestrationTask(taskId, version, body);
         } catch (ApiException e) {
@@ -9194,14 +9608,14 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *taskId = taskId_example; // 
-String *version = version_example; // 
+                                
+
String *taskId = taskId_example; //
+String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
@@ -9216,19 +9630,19 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var taskId = taskId_example; // {String} 
+var taskId = taskId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -9240,12 +9654,12 @@ var callback = function(error, data, response) {
 };
 api.abortOrchestrationTask(taskId, version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -9258,11 +9672,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var taskId = taskId_example;  // String | 
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var taskId = taskId_example;  // String |
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -9277,16 +9691,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$taskId = taskId_example; // String | 
-$version = version_example; // String | 
-$body = body_example; // String | 
+$taskId = taskId_example; // String |
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->abortOrchestrationTask($taskId, $version, $body);
@@ -9294,27 +9708,27 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->abortOrchestrationTask: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $taskId = taskId_example; # String | 
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $taskId = taskId_example; # String |
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->abortOrchestrationTask(taskId => $taskId, version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->abortOrchestrationTask: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -9323,80 +9737,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-taskId = taskId_example # String | 
-version = version_example # String | 
+taskId = taskId_example # String |
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # abort orchestrationTask for a given taskId
     api_instance.abort_orchestration_task(taskId, version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->abortOrchestrationTask: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
taskId* +
taskId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

commitOrchestrationTask

-

commit orchestrationTask for a given taskId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit"
-
-
+
+
+

commitOrchestrationTask

+

commit orchestrationTask for a given taskId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -9488,11 +9902,11 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.commitOrchestrationTask(taskId, version, body);
         } catch (ApiException e) {
@@ -9501,18 +9915,18 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.commitOrchestrationTask(taskId, version, body);
         } catch (ApiException e) {
@@ -9521,14 +9935,14 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *taskId = taskId_example; // 
-String *version = version_example; // 
+                                
+
String *taskId = taskId_example; //
+String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
@@ -9543,19 +9957,19 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var taskId = taskId_example; // {String} 
+var taskId = taskId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -9567,12 +9981,12 @@ var callback = function(error, data, response) {
 };
 api.commitOrchestrationTask(taskId, version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -9585,11 +9999,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var taskId = taskId_example;  // String | 
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var taskId = taskId_example;  // String |
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -9604,16 +10018,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$taskId = taskId_example; // String | 
-$version = version_example; // String | 
-$body = body_example; // String | 
+$taskId = taskId_example; // String |
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->commitOrchestrationTask($taskId, $version, $body);
@@ -9621,27 +10035,27 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->commitOrchestrationTask: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $taskId = taskId_example; # String | 
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $taskId = taskId_example; # String |
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->commitOrchestrationTask(taskId => $taskId, version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->commitOrchestrationTask: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -9650,80 +10064,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-taskId = taskId_example # String | 
-version = version_example # String | 
+taskId = taskId_example # String |
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # commit orchestrationTask for a given taskId
     api_instance.commit_orchestration_task(taskId, version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->commitOrchestrationTask: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
taskId* +
taskId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createOrchestrationTask

-

Create an orchestrationTask

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}"
-
-
+
+
+

createOrchestrationTask

+

Create an orchestrationTask

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -9815,10 +10229,10 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createOrchestrationTask(version, body);
         } catch (ApiException e) {
@@ -9827,17 +10241,17 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createOrchestrationTask(version, body);
         } catch (ApiException e) {
@@ -9846,13 +10260,13 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
@@ -9866,17 +10280,17 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -9888,12 +10302,12 @@ var callback = function(error, data, response) {
 };
 api.createOrchestrationTask(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -9906,10 +10320,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -9924,15 +10338,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$version = version_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createOrchestrationTask($version, $body);
@@ -9940,26 +10354,26 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->createOrchestrationTask: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createOrchestrationTask(version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->createOrchestrationTask: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -9968,59 +10382,59 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-version = version_example # String | 
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create an orchestrationTask
     api_instance.create_orchestration_task(version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->createOrchestrationTask: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deleteOrchestrationTask

-

delete orchestrationTask for a given taskId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}/{taskId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}"
-
-
+
+
+

deleteOrchestrationTask

+

delete orchestrationTask for a given taskId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}/{taskId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -10112,10 +10526,10 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
         try {
             apiInstance.deleteOrchestrationTask(taskId, version);
         } catch (ApiException e) {
@@ -10124,17 +10538,17 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
         try {
             apiInstance.deleteOrchestrationTask(taskId, version);
         } catch (ApiException e) {
@@ -10143,14 +10557,14 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *taskId = taskId_example; // 
-String *version = version_example; // 
+                                
+
String *taskId = taskId_example; //
+String *version = version_example; //
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
 
@@ -10163,16 +10577,16 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var taskId = taskId_example; // {String} 
+var taskId = taskId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -10184,12 +10598,12 @@ var callback = function(error, data, response) {
 };
 api.deleteOrchestrationTask(taskId, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -10202,10 +10616,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var taskId = taskId_example;  // String | 
-            var version = version_example;  // String | 
+            var taskId = taskId_example;  // String |
+            var version = version_example;  // String |
 
             try
             {
@@ -10220,15 +10634,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$taskId = taskId_example; // String | 
-$version = version_example; // String | 
+$taskId = taskId_example; // String |
+$version = version_example; // String |
 
 try {
     $api_instance->deleteOrchestrationTask($taskId, $version);
@@ -10236,26 +10650,26 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->deleteOrchestrationTask: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $taskId = taskId_example; # String | 
-my $version = version_example; # String | 
+my $taskId = taskId_example; # String |
+my $version = version_example; # String |
 
-eval { 
+eval {
     $api_instance->deleteOrchestrationTask(taskId => $taskId, version => $version);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->deleteOrchestrationTask: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -10264,64 +10678,64 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-taskId = taskId_example # String | 
-version = version_example # String | 
+taskId = taskId_example # String |
+version = version_example # String |
 
-try: 
+try:
     # delete orchestrationTask for a given taskId
     api_instance.delete_orchestration_task(taskId, version)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->deleteOrchestrationTask: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
taskId* +
taskId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -10329,7 +10743,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

getAllOrchestrationTasks

-

Get all orchestrationTasks

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/orchestrationTasks/{version}"
-
-
+
+
+

getAllOrchestrationTasks

+

Get all orchestrationTasks

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/orchestrationTasks/{version}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -10387,9 +10801,9 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String version = version_example; // String | 
+        String version = version_example; // String |
         try {
             apiInstance.getAllOrchestrationTasks(version);
         } catch (ApiException e) {
@@ -10398,16 +10812,16 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String version = version_example; // String | 
+        String version = version_example; // String |
         try {
             apiInstance.getAllOrchestrationTasks(version);
         } catch (ApiException e) {
@@ -10416,13 +10830,13 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
 
@@ -10434,14 +10848,14 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -10453,12 +10867,12 @@ var callback = function(error, data, response) {
 };
 api.getAllOrchestrationTasks(version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -10471,9 +10885,9 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var version = version_example;  // String | 
+            var version = version_example;  // String |
 
             try
             {
@@ -10488,14 +10902,14 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$version = version_example; // String | 
+$version = version_example; // String |
 
 try {
     $api_instance->getAllOrchestrationTasks($version);
@@ -10503,25 +10917,25 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->getAllOrchestrationTasks: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $version = version_example; # String | 
+my $version = version_example; # String |
 
-eval { 
+eval {
     $api_instance->getAllOrchestrationTasks(version => $version);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->getAllOrchestrationTasks: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -10530,43 +10944,43 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-version = version_example # String | 
+version = version_example # String |
 
-try: 
+try:
     # Get all orchestrationTasks
     api_instance.get_all_orchestration_tasks(version)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->getAllOrchestrationTasks: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -10574,7 +10988,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

getOrchestrationTask

-

Get orchestrationTask for a given taskId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}/{taskId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}"
-
-
+
+
+

getOrchestrationTask

+

Get orchestrationTask for a given taskId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}/{taskId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -10632,10 +11046,10 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
         try {
             apiInstance.getOrchestrationTask(taskId, version);
         } catch (ApiException e) {
@@ -10644,17 +11058,17 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
         try {
             apiInstance.getOrchestrationTask(taskId, version);
         } catch (ApiException e) {
@@ -10663,14 +11077,14 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *taskId = taskId_example; // 
-String *version = version_example; // 
+                                
+
String *taskId = taskId_example; //
+String *version = version_example; //
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
 
@@ -10683,16 +11097,16 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var taskId = taskId_example; // {String} 
+var taskId = taskId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
 
 var callback = function(error, data, response) {
@@ -10704,12 +11118,12 @@ var callback = function(error, data, response) {
 };
 api.getOrchestrationTask(taskId, version, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -10722,10 +11136,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var taskId = taskId_example;  // String | 
-            var version = version_example;  // String | 
+            var taskId = taskId_example;  // String |
+            var version = version_example;  // String |
 
             try
             {
@@ -10740,15 +11154,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$taskId = taskId_example; // String | 
-$version = version_example; // String | 
+$taskId = taskId_example; // String |
+$version = version_example; // String |
 
 try {
     $api_instance->getOrchestrationTask($taskId, $version);
@@ -10756,26 +11170,26 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->getOrchestrationTask: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $taskId = taskId_example; # String | 
-my $version = version_example; # String | 
+my $taskId = taskId_example; # String |
+my $version = version_example; # String |
 
-eval { 
+eval {
     $api_instance->getOrchestrationTask(taskId => $taskId, version => $version);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->getOrchestrationTask: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -10784,64 +11198,64 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-taskId = taskId_example # String | 
-version = version_example # String | 
+taskId = taskId_example # String |
+version = version_example # String |
 
-try: 
+try:
     # Get orchestrationTask for a given taskId
     api_instance.get_orchestration_task(taskId, version)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->getOrchestrationTask: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
taskId* +
taskId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -10849,7 +11263,7 @@ except ApiException as e: -

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

updateOrchestrationTask

-

update orchestrationTask for a given taskId

-
-
-
-

-

-

-
-
/onap/so/infra/orchestrationTasks/{version}/{taskId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}"
-
-
+
+
+

updateOrchestrationTask

+

update orchestrationTask for a given taskId

+
+
+
+

+

+

+
+
/onap/so/infra/orchestrationTasks/{version}/{taskId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/orchestrationTasks/{version}/{taskId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -10907,11 +11321,11 @@ import java.util.*;
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateOrchestrationTask(taskId, version, body);
         } catch (ApiException e) {
@@ -10920,18 +11334,18 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
 
 public class OnapsoinfraorchestrationTasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
-        String taskId = taskId_example; // String | 
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String taskId = taskId_example; // String |
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateOrchestrationTask(taskId, version, body);
         } catch (ApiException e) {
@@ -10940,14 +11354,14 @@ public class OnapsoinfraorchestrationTasksApiExample {
         }
     }
 }
-
- -
-
String *taskId = taskId_example; // 
-String *version = version_example; // 
+                                
+
String *taskId = taskId_example; //
+String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
@@ -10962,19 +11376,19 @@ OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksA
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
 
-var taskId = taskId_example; // {String} 
+var taskId = taskId_example; // {String}
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -10986,12 +11400,12 @@ var callback = function(error, data, response) {
 };
 api.updateOrchestrationTask(taskId, version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -11004,11 +11418,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraorchestrationTasksApi();
-            var taskId = taskId_example;  // String | 
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var taskId = taskId_example;  // String |
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -11023,16 +11437,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
-$taskId = taskId_example; // String | 
-$version = version_example; // String | 
-$body = body_example; // String | 
+$taskId = taskId_example; // String |
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateOrchestrationTask($taskId, $version, $body);
@@ -11040,27 +11454,27 @@ try {
     echo 'Exception when calling OnapsoinfraorchestrationTasksApi->updateOrchestrationTask: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
-my $taskId = taskId_example; # String | 
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $taskId = taskId_example; # String |
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateOrchestrationTask(taskId => $taskId, version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraorchestrationTasksApi->updateOrchestrationTask: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -11069,80 +11483,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
-taskId = taskId_example # String | 
-version = version_example # String | 
+taskId = taskId_example # String |
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # update orchestrationTask for a given taskId
     api_instance.update_orchestration_task(taskId, version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraorchestrationTasksApi->updateOrchestrationTask: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
taskId* +
taskId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinfraserviceInstantiation

+

OnapsoinfraserviceInstantiation

-
-
-

activatePort

-

Activate Port Mirroring

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate"
-
-
+
+
+

activatePort

+

Activate Port Mirroring

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -11237,12 +11651,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activatePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -11251,19 +11665,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activatePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -11272,15 +11686,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *configurationInstanceId = configurationInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *configurationInstanceId = configurationInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -11296,21 +11710,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var configurationInstanceId = configurationInstanceId_example; // {String} 
+var configurationInstanceId = configurationInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -11322,12 +11736,12 @@ var callback = function(error, data, response) {
 };
 api.activatePort(version, serviceInstanceId, configurationInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -11340,12 +11754,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var configurationInstanceId = configurationInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var configurationInstanceId = configurationInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -11360,17 +11774,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$configurationInstanceId = configurationInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$configurationInstanceId = configurationInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->activatePort($version, $serviceInstanceId, $configurationInstanceId, $body);
@@ -11378,28 +11792,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->activatePort: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $configurationInstanceId = configurationInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $configurationInstanceId = configurationInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->activatePort(version => $version, serviceInstanceId => $serviceInstanceId, configurationInstanceId => $configurationInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->activatePort: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -11408,101 +11822,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-configurationInstanceId = configurationInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+configurationInstanceId = configurationInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Activate Port Mirroring
     api_instance.activate_port(version, serviceInstanceId, configurationInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->activatePort: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
configurationInstanceId* +
configurationInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

activateServiceInstance

-

Activate provided Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/activate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/activate"
-
-
+
+
+

activateServiceInstance

+

Activate provided Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/activate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/activate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -11594,11 +12008,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activateServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -11607,18 +12021,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.activateServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -11627,14 +12041,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -11649,19 +12063,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -11673,12 +12087,12 @@ var callback = function(error, data, response) {
 };
 api.activateServiceInstance(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -11691,11 +12105,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -11710,16 +12124,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->activateServiceInstance($version, $serviceInstanceId, $body);
@@ -11727,27 +12141,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->activateServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->activateServiceInstance(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->activateServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -11756,80 +12170,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Activate provided Service Instance
     api_instance.activate_service_instance(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->activateServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

addRelationships

-

Add Relationships to a Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/addRelationships
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/addRelationships"
-
-
+
+
+

addRelationships

+

Add Relationships to a Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/addRelationships
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/addRelationships"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -11921,11 +12335,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.addRelationships(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -11934,18 +12348,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.addRelationships(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -11954,14 +12368,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -11976,19 +12390,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -12000,12 +12414,12 @@ var callback = function(error, data, response) {
 };
 api.addRelationships(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -12018,11 +12432,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -12037,16 +12451,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->addRelationships($version, $serviceInstanceId, $body);
@@ -12054,27 +12468,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->addRelationships: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->addRelationships(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->addRelationships: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -12083,80 +12497,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Add Relationships to a Service Instance
     api_instance.add_relationships(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->addRelationships: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

applyUpdatedConfig

-

Apply updated configuration

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig"
-
-
+
+
+

applyUpdatedConfig

+

Apply updated configuration

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -12248,12 +12662,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.applyUpdatedConfig(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -12262,19 +12676,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.applyUpdatedConfig(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -12283,15 +12697,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -12307,21 +12721,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -12333,12 +12747,12 @@ var callback = function(error, data, response) {
 };
 api.applyUpdatedConfig(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -12351,12 +12765,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -12371,17 +12785,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->applyUpdatedConfig($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -12389,28 +12803,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->applyUpdatedConfig: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->applyUpdatedConfig(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->applyUpdatedConfig: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -12419,101 +12833,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Apply updated configuration
     api_instance.apply_updated_config(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->applyUpdatedConfig: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

assignServiceInstance

-

Assign Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/assign
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/assign"
-
-
+
+
+

assignServiceInstance

+

Assign Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/assign
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/assign"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -12605,10 +13019,10 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.assignServiceInstance(version, body);
         } catch (ApiException e) {
@@ -12617,17 +13031,17 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.assignServiceInstance(version, body);
         } catch (ApiException e) {
@@ -12636,13 +13050,13 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -12656,17 +13070,17 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -12678,12 +13092,12 @@ var callback = function(error, data, response) {
 };
 api.assignServiceInstance(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -12696,10 +13110,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -12714,15 +13128,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->assignServiceInstance($version, $body);
@@ -12730,26 +13144,26 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->assignServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->assignServiceInstance(version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->assignServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -12758,59 +13172,59 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Assign Service Instance
     api_instance.assign_service_instance(version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->assignServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createNetworkInstance

-

Create NetworkInstance on a specified version and serviceInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks"
-
-
+
+
+

createNetworkInstance

+

Create NetworkInstance on a specified version and serviceInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -12902,11 +13316,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createNetworkInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -12915,18 +13329,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createNetworkInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -12935,19 +13349,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
 
-// Create NetworkInstance on a specified version and serviceInstance 
+// Create NetworkInstance on a specified version and serviceInstance
 [apiInstance createNetworkInstanceWith:version
     serviceInstanceId:serviceInstanceId
     body:body
@@ -12957,19 +13371,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -12981,12 +13395,12 @@ var callback = function(error, data, response) {
 };
 api.createNetworkInstance(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -12999,15 +13413,15 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
-                // Create NetworkInstance on a specified version and serviceInstance 
+                // Create NetworkInstance on a specified version and serviceInstance
                 apiInstance.createNetworkInstance(version, serviceInstanceId, body);
             }
             catch (Exception e)
@@ -13018,16 +13432,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createNetworkInstance($version, $serviceInstanceId, $body);
@@ -13035,27 +13449,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->createNetworkInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createNetworkInstance(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->createNetworkInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -13064,80 +13478,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
-    # Create NetworkInstance on a specified version and serviceInstance 
+try:
+    # Create NetworkInstance on a specified version and serviceInstance
     api_instance.create_network_instance(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->createNetworkInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createPortConfiguration

-

Create Port Mirroring Configuration

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations"
-
-
+
+
+

createPortConfiguration

+

Create Port Mirroring Configuration

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -13229,11 +13643,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createPortConfiguration(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -13242,18 +13656,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createPortConfiguration(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -13262,14 +13676,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -13284,19 +13698,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -13308,12 +13722,12 @@ var callback = function(error, data, response) {
 };
 api.createPortConfiguration(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -13326,11 +13740,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -13345,16 +13759,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createPortConfiguration($version, $serviceInstanceId, $body);
@@ -13362,27 +13776,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->createPortConfiguration: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createPortConfiguration(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->createPortConfiguration: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -13391,80 +13805,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create Port Mirroring Configuration
     api_instance.create_port_configuration(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->createPortConfiguration: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createServiceInstance

-

Create a Service Instance on a version provided

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances"
-
-
+
+
+

createServiceInstance

+

Create a Service Instance on a version provided

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -13556,10 +13970,10 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createServiceInstance(version, body);
         } catch (ApiException e) {
@@ -13568,17 +13982,17 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createServiceInstance(version, body);
         } catch (ApiException e) {
@@ -13587,13 +14001,13 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -13607,17 +14021,17 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -13629,12 +14043,12 @@ var callback = function(error, data, response) {
 };
 api.createServiceInstance(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -13647,10 +14061,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -13665,15 +14079,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createServiceInstance($version, $body);
@@ -13681,26 +14095,26 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->createServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createServiceInstance(version => $version, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->createServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -13709,59 +14123,59 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
+version = version_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create a Service Instance on a version provided
     api_instance.create_service_instance(version, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->createServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createVfModuleInstance

-

Create VfModule on a specified version, serviceInstance and vnfInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules"
-
-
+
+
+

createVfModuleInstance

+

Create VfModule on a specified version, serviceInstance and vnfInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -13853,12 +14267,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createVfModuleInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -13867,19 +14281,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createVfModuleInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -13888,15 +14302,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -13912,21 +14326,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -13938,12 +14352,12 @@ var callback = function(error, data, response) {
 };
 api.createVfModuleInstance(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -13956,12 +14370,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -13976,17 +14390,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createVfModuleInstance($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -13994,28 +14408,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->createVfModuleInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createVfModuleInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->createVfModuleInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -14024,101 +14438,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create VfModule on a specified version, serviceInstance and vnfInstance
     api_instance.create_vf_module_instance(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->createVfModuleInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createVnfInstance

-

Create VNF on a specified version and serviceInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs"
-
-
+
+
+

createVnfInstance

+

Create VNF on a specified version and serviceInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -14210,11 +14624,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createVnfInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -14223,18 +14637,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createVnfInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -14243,14 +14657,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -14265,19 +14679,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -14289,12 +14703,12 @@ var callback = function(error, data, response) {
 };
 api.createVnfInstance(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -14307,11 +14721,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -14326,16 +14740,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createVnfInstance($version, $serviceInstanceId, $body);
@@ -14343,27 +14757,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->createVnfInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createVnfInstance(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->createVnfInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -14372,80 +14786,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create VNF on a specified version and serviceInstance
     api_instance.create_vnf_instance(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->createVnfInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

createVolumeGroupInstance

-

Create VolumeGroup on a specified version, serviceInstance, vnfInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups"
-
-
+
+
+

createVolumeGroupInstance

+

Create VolumeGroup on a specified version, serviceInstance, vnfInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -14537,12 +14951,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -14551,19 +14965,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.createVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -14572,15 +14986,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -14596,21 +15010,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -14622,12 +15036,12 @@ var callback = function(error, data, response) {
 };
 api.createVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -14640,12 +15054,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -14660,17 +15074,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->createVolumeGroupInstance($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -14678,28 +15092,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->createVolumeGroupInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->createVolumeGroupInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->createVolumeGroupInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -14708,101 +15122,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create VolumeGroup on a specified version, serviceInstance, vnfInstance
     api_instance.create_volume_group_instance(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->createVolumeGroupInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deactivateAndCloudDeleteVfModuleInstance

-

Deactivate and Cloud Delete VfModule instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete"
-
-
+
+
+

deactivateAndCloudDeleteVfModuleInstance

+

Deactivate and Cloud Delete VfModule instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -14894,13 +15308,13 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivateAndCloudDeleteVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -14909,20 +15323,20 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivateAndCloudDeleteVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -14931,16 +15345,16 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
-String *vfmoduleInstanceId = vfmoduleInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
+String *vfmoduleInstanceId = vfmoduleInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -14957,23 +15371,23 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String} 
+var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -14985,12 +15399,12 @@ var callback = function(error, data, response) {
 };
 api.deactivateAndCloudDeleteVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -15003,13 +15417,13 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -15024,18 +15438,18 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deactivateAndCloudDeleteVfModuleInstance($version, $serviceInstanceId, $vnfInstanceId, $vfmoduleInstanceId, $body);
@@ -15043,29 +15457,29 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deactivateAndCloudDeleteVfModuleInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deactivateAndCloudDeleteVfModuleInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, vfmoduleInstanceId => $vfmoduleInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deactivateAndCloudDeleteVfModuleInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -15074,122 +15488,122 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
-vfmoduleInstanceId = vfmoduleInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
+vfmoduleInstanceId = vfmoduleInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Deactivate and Cloud Delete VfModule instance
     api_instance.deactivate_and_cloud_delete_vf_module_instance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deactivateAndCloudDeleteVfModuleInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vfmoduleInstanceId* +
vfmoduleInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deactivatePort

-

Deactivate Port Mirroring

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate"
-
-
+
+
+

deactivatePort

+

Deactivate Port Mirroring

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -15281,12 +15695,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivatePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -15295,19 +15709,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivatePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -15316,15 +15730,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *configurationInstanceId = configurationInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *configurationInstanceId = configurationInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -15340,21 +15754,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var configurationInstanceId = configurationInstanceId_example; // {String} 
+var configurationInstanceId = configurationInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -15366,12 +15780,12 @@ var callback = function(error, data, response) {
 };
 api.deactivatePort(version, serviceInstanceId, configurationInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -15384,12 +15798,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var configurationInstanceId = configurationInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var configurationInstanceId = configurationInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -15404,17 +15818,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$configurationInstanceId = configurationInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$configurationInstanceId = configurationInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deactivatePort($version, $serviceInstanceId, $configurationInstanceId, $body);
@@ -15422,28 +15836,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deactivatePort: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $configurationInstanceId = configurationInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $configurationInstanceId = configurationInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deactivatePort(version => $version, serviceInstanceId => $serviceInstanceId, configurationInstanceId => $configurationInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deactivatePort: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -15452,101 +15866,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-configurationInstanceId = configurationInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+configurationInstanceId = configurationInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Deactivate Port Mirroring
     api_instance.deactivate_port(version, serviceInstanceId, configurationInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deactivatePort: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
configurationInstanceId* +
configurationInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deactivateServiceInstance

-

Deactivate provided Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/deactivate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/deactivate"
-
-
+
+
+

deactivateServiceInstance

+

Deactivate provided Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/deactivate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/deactivate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -15638,11 +16052,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivateServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -15651,18 +16065,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deactivateServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -15671,14 +16085,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -15693,19 +16107,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -15717,12 +16131,12 @@ var callback = function(error, data, response) {
 };
 api.deactivateServiceInstance(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -15735,11 +16149,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -15754,16 +16168,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deactivateServiceInstance($version, $serviceInstanceId, $body);
@@ -15771,27 +16185,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deactivateServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deactivateServiceInstance(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deactivateServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -15800,80 +16214,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Deactivate provided Service Instance
     api_instance.deactivate_service_instance(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deactivateServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deleteNetworkInstance

-

Delete provided Network instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"
-
-
+
+
+

deleteNetworkInstance

+

Delete provided Network instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -15965,12 +16379,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String networkInstanceId = networkInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String networkInstanceId = networkInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteNetworkInstance(version, serviceInstanceId, networkInstanceId, body);
         } catch (ApiException e) {
@@ -15979,19 +16393,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String networkInstanceId = networkInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String networkInstanceId = networkInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteNetworkInstance(version, serviceInstanceId, networkInstanceId, body);
         } catch (ApiException e) {
@@ -16000,15 +16414,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *networkInstanceId = networkInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *networkInstanceId = networkInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -16024,21 +16438,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var networkInstanceId = networkInstanceId_example; // {String} 
+var networkInstanceId = networkInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -16050,12 +16464,12 @@ var callback = function(error, data, response) {
 };
 api.deleteNetworkInstance(version, serviceInstanceId, networkInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -16068,12 +16482,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var networkInstanceId = networkInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var networkInstanceId = networkInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -16088,17 +16502,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$networkInstanceId = networkInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$networkInstanceId = networkInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deleteNetworkInstance($version, $serviceInstanceId, $networkInstanceId, $body);
@@ -16106,28 +16520,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deleteNetworkInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $networkInstanceId = networkInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $networkInstanceId = networkInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deleteNetworkInstance(version => $version, serviceInstanceId => $serviceInstanceId, networkInstanceId => $networkInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deleteNetworkInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -16136,101 +16550,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-networkInstanceId = networkInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+networkInstanceId = networkInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete provided Network instance
     api_instance.delete_network_instance(version, serviceInstanceId, networkInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deleteNetworkInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
networkInstanceId* +
networkInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deletePortConfiguration

-

Delete provided Port

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}"
-
-
+
+
+

deletePortConfiguration

+

Delete provided Port

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -16322,12 +16736,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deletePortConfiguration(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -16336,19 +16750,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deletePortConfiguration(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -16357,15 +16771,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *configurationInstanceId = configurationInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *configurationInstanceId = configurationInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -16381,21 +16795,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var configurationInstanceId = configurationInstanceId_example; // {String} 
+var configurationInstanceId = configurationInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -16407,12 +16821,12 @@ var callback = function(error, data, response) {
 };
 api.deletePortConfiguration(version, serviceInstanceId, configurationInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -16425,12 +16839,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var configurationInstanceId = configurationInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var configurationInstanceId = configurationInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -16445,17 +16859,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$configurationInstanceId = configurationInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$configurationInstanceId = configurationInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deletePortConfiguration($version, $serviceInstanceId, $configurationInstanceId, $body);
@@ -16463,28 +16877,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deletePortConfiguration: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $configurationInstanceId = configurationInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $configurationInstanceId = configurationInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deletePortConfiguration(version => $version, serviceInstanceId => $serviceInstanceId, configurationInstanceId => $configurationInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deletePortConfiguration: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -16493,101 +16907,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-configurationInstanceId = configurationInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+configurationInstanceId = configurationInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete provided Port
     api_instance.delete_port_configuration(version, serviceInstanceId, configurationInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deletePortConfiguration: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
configurationInstanceId* +
configurationInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deleteServiceInstance

-

Delete provided Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}"
-
-
+
+
+

deleteServiceInstance

+

Delete provided Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -16679,11 +17093,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -16692,18 +17106,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -16712,14 +17126,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -16734,19 +17148,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -16758,12 +17172,12 @@ var callback = function(error, data, response) {
 };
 api.deleteServiceInstance(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -16776,11 +17190,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -16795,16 +17209,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deleteServiceInstance($version, $serviceInstanceId, $body);
@@ -16812,27 +17226,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deleteServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deleteServiceInstance(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deleteServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -16841,80 +17255,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete provided Service Instance
     api_instance.delete_service_instance(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deleteServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deleteVfModuleInstance

-

Delete provided VfModule instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"
-
-
+
+
+

deleteVfModuleInstance

+

Delete provided VfModule instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -17006,13 +17420,13 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -17021,20 +17435,20 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -17043,16 +17457,16 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
-String *vfmoduleInstanceId = vfmoduleInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
+String *vfmoduleInstanceId = vfmoduleInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -17069,23 +17483,23 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String} 
+var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -17097,12 +17511,12 @@ var callback = function(error, data, response) {
 };
 api.deleteVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -17115,13 +17529,13 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -17136,18 +17550,18 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deleteVfModuleInstance($version, $serviceInstanceId, $vnfInstanceId, $vfmoduleInstanceId, $body);
@@ -17155,29 +17569,29 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deleteVfModuleInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deleteVfModuleInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, vfmoduleInstanceId => $vfmoduleInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deleteVfModuleInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -17186,122 +17600,122 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
-vfmoduleInstanceId = vfmoduleInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
+vfmoduleInstanceId = vfmoduleInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete provided VfModule instance
     api_instance.delete_vf_module_instance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deleteVfModuleInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vfmoduleInstanceId* +
vfmoduleInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deleteVnfInstance

-

Delete provided VNF instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"
-
-
+
+
+

deleteVnfInstance

+

Delete provided VNF instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -17393,12 +17807,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteVnfInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -17407,19 +17821,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteVnfInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -17428,15 +17842,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -17452,21 +17866,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -17478,12 +17892,12 @@ var callback = function(error, data, response) {
 };
 api.deleteVnfInstance(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -17496,12 +17910,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -17516,17 +17930,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deleteVnfInstance($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -17534,28 +17948,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deleteVnfInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deleteVnfInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deleteVnfInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -17564,101 +17978,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete provided VNF instance
     api_instance.delete_vnf_instance(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deleteVnfInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

deleteVolumeGroupInstance

-

Delete provided VolumeGroup instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"
-
-
+
+
+

deleteVolumeGroupInstance

+

Delete provided VolumeGroup instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X DELETE "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -17750,13 +18164,13 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, body);
         } catch (ApiException e) {
@@ -17765,20 +18179,20 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.deleteVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, body);
         } catch (ApiException e) {
@@ -17787,16 +18201,16 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
-String *volumeGroupInstanceId = volumeGroupInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
+String *volumeGroupInstanceId = volumeGroupInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -17813,23 +18227,23 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var volumeGroupInstanceId = volumeGroupInstanceId_example; // {String} 
+var volumeGroupInstanceId = volumeGroupInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -17841,12 +18255,12 @@ var callback = function(error, data, response) {
 };
 api.deleteVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -17859,13 +18273,13 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var volumeGroupInstanceId = volumeGroupInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var volumeGroupInstanceId = volumeGroupInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -17880,18 +18294,18 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$volumeGroupInstanceId = volumeGroupInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$volumeGroupInstanceId = volumeGroupInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->deleteVolumeGroupInstance($version, $serviceInstanceId, $vnfInstanceId, $volumeGroupInstanceId, $body);
@@ -17899,29 +18313,29 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->deleteVolumeGroupInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $volumeGroupInstanceId = volumeGroupInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $volumeGroupInstanceId = volumeGroupInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->deleteVolumeGroupInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, volumeGroupInstanceId => $volumeGroupInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->deleteVolumeGroupInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -17930,122 +18344,122 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
-volumeGroupInstanceId = volumeGroupInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
+volumeGroupInstanceId = volumeGroupInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Delete provided VolumeGroup instance
     api_instance.delete_volume_group_instance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->deleteVolumeGroupInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
volumeGroupInstanceId* +
volumeGroupInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

disablePort

-

Disable Port Mirroring

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort"
-
-
+
+
+

disablePort

+

Disable Port Mirroring

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -18137,12 +18551,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.disablePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -18151,19 +18565,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.disablePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -18172,15 +18586,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *configurationInstanceId = configurationInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *configurationInstanceId = configurationInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -18196,21 +18610,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var configurationInstanceId = configurationInstanceId_example; // {String} 
+var configurationInstanceId = configurationInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -18222,12 +18636,12 @@ var callback = function(error, data, response) {
 };
 api.disablePort(version, serviceInstanceId, configurationInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -18240,12 +18654,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var configurationInstanceId = configurationInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var configurationInstanceId = configurationInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -18260,17 +18674,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$configurationInstanceId = configurationInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$configurationInstanceId = configurationInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->disablePort($version, $serviceInstanceId, $configurationInstanceId, $body);
@@ -18278,28 +18692,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->disablePort: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $configurationInstanceId = configurationInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $configurationInstanceId = configurationInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->disablePort(version => $version, serviceInstanceId => $serviceInstanceId, configurationInstanceId => $configurationInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->disablePort: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -18308,101 +18722,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-configurationInstanceId = configurationInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+configurationInstanceId = configurationInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Disable Port Mirroring
     api_instance.disable_port(version, serviceInstanceId, configurationInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->disablePort: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
configurationInstanceId* +
configurationInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

enablePort

-

Enable Port Mirroring

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort"
-
-
+
+
+

enablePort

+

Enable Port Mirroring

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -18494,12 +18908,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.enablePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -18508,19 +18922,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String configurationInstanceId = configurationInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String configurationInstanceId = configurationInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.enablePort(version, serviceInstanceId, configurationInstanceId, body);
         } catch (ApiException e) {
@@ -18529,15 +18943,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *configurationInstanceId = configurationInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *configurationInstanceId = configurationInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -18553,21 +18967,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var configurationInstanceId = configurationInstanceId_example; // {String} 
+var configurationInstanceId = configurationInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -18579,12 +18993,12 @@ var callback = function(error, data, response) {
 };
 api.enablePort(version, serviceInstanceId, configurationInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -18597,12 +19011,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var configurationInstanceId = configurationInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var configurationInstanceId = configurationInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -18617,17 +19031,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$configurationInstanceId = configurationInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$configurationInstanceId = configurationInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->enablePort($version, $serviceInstanceId, $configurationInstanceId, $body);
@@ -18635,28 +19049,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->enablePort: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $configurationInstanceId = configurationInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $configurationInstanceId = configurationInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->enablePort(version => $version, serviceInstanceId => $serviceInstanceId, configurationInstanceId => $configurationInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->enablePort: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -18665,101 +19079,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-configurationInstanceId = configurationInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+configurationInstanceId = configurationInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Enable Port Mirroring
     api_instance.enable_port(version, serviceInstanceId, configurationInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->enablePort: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - - - - + + + + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
configurationInstanceId* + +
+ Required +
+ + +
configurationInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

inPlaceSoftwareUpdate

-

Perform VNF software update

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate"
-
-
+
+
+

inPlaceSoftwareUpdate

+

Perform VNF software update

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -18851,12 +19265,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.inPlaceSoftwareUpdate(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -18865,19 +19279,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.inPlaceSoftwareUpdate(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -18886,15 +19300,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -18910,21 +19324,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -18936,12 +19350,12 @@ var callback = function(error, data, response) {
 };
 api.inPlaceSoftwareUpdate(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -18954,12 +19368,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -18974,17 +19388,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->inPlaceSoftwareUpdate($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -18992,28 +19406,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->inPlaceSoftwareUpdate: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->inPlaceSoftwareUpdate(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->inPlaceSoftwareUpdate: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -19022,101 +19436,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Perform VNF software update
     api_instance.in_place_software_update(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->inPlaceSoftwareUpdate: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

removeRelationships

-

Remove Relationships from Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/removeRelationships
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/removeRelationships"
-
-
+
+
+

removeRelationships

+

Remove Relationships from Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/removeRelationships
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/removeRelationships"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -19208,11 +19622,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.removeRelationships(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -19221,18 +19635,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.removeRelationships(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -19241,14 +19655,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -19263,19 +19677,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -19287,12 +19701,12 @@ var callback = function(error, data, response) {
 };
 api.removeRelationships(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -19305,11 +19719,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -19324,16 +19738,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->removeRelationships($version, $serviceInstanceId, $body);
@@ -19341,27 +19755,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->removeRelationships: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->removeRelationships(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->removeRelationships: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -19370,80 +19784,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Remove Relationships from Service Instance
     api_instance.remove_relationships(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->removeRelationships: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

replaceVfModuleInstance

-

Create VfModule on a specified version, serviceInstance and vnfInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace"
-
-
+
+
+

replaceVfModuleInstance

+

Create VfModule on a specified version, serviceInstance and vnfInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -19535,13 +19949,13 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.replaceVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -19550,20 +19964,20 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.replaceVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -19572,16 +19986,16 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
-String *vfmoduleInstanceId = vfmoduleInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
+String *vfmoduleInstanceId = vfmoduleInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -19598,23 +20012,23 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String} 
+var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -19626,12 +20040,12 @@ var callback = function(error, data, response) {
 };
 api.replaceVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -19644,13 +20058,13 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -19665,18 +20079,18 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->replaceVfModuleInstance($version, $serviceInstanceId, $vnfInstanceId, $vfmoduleInstanceId, $body);
@@ -19684,29 +20098,29 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->replaceVfModuleInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->replaceVfModuleInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, vfmoduleInstanceId => $vfmoduleInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->replaceVfModuleInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -19715,122 +20129,122 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
-vfmoduleInstanceId = vfmoduleInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
+vfmoduleInstanceId = vfmoduleInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Create VfModule on a specified version, serviceInstance and vnfInstance
     api_instance.replace_vf_module_instance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->replaceVfModuleInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vfmoduleInstanceId* +
vfmoduleInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

replaceVnfInstance

-

Replace provided VNF instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace"
-
-
+
+
+

replaceVnfInstance

+

Replace provided VNF instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -19922,12 +20336,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.replaceVnfInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -19936,19 +20350,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.replaceVnfInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -19957,15 +20371,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -19981,21 +20395,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -20007,12 +20421,12 @@ var callback = function(error, data, response) {
 };
 api.replaceVnfInstance(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -20025,12 +20439,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -20045,17 +20459,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->replaceVnfInstance($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -20063,28 +20477,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->replaceVnfInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->replaceVnfInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->replaceVnfInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -20093,101 +20507,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Replace provided VNF instance
     api_instance.replace_vnf_instance(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->replaceVnfInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

scaleOutVfModule

-

VF Auto Scale Out

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut"
-
-
+
+
+

scaleOutVfModule

+

VF Auto Scale Out

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -20279,12 +20693,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.scaleOutVfModule(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -20293,19 +20707,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.scaleOutVfModule(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -20314,15 +20728,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -20338,21 +20752,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -20364,12 +20778,12 @@ var callback = function(error, data, response) {
 };
 api.scaleOutVfModule(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -20382,12 +20796,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -20402,17 +20816,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->scaleOutVfModule($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -20420,28 +20834,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->scaleOutVfModule: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->scaleOutVfModule(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->scaleOutVfModule: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -20450,101 +20864,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # VF Auto Scale Out
     api_instance.scale_out_vf_module(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->scaleOutVfModule: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

unassignServiceInstance

-

Unassign Service Instance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/unassign
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/unassign"
-
-
+
+
+

unassignServiceInstance

+

Unassign Service Instance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/unassign
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X POST "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/unassign"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -20636,11 +21050,11 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.unassignServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -20649,18 +21063,18 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.unassignServiceInstance(version, serviceInstanceId, body);
         } catch (ApiException e) {
@@ -20669,14 +21083,14 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -20691,19 +21105,19 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -20715,12 +21129,12 @@ var callback = function(error, data, response) {
 };
 api.unassignServiceInstance(version, serviceInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -20733,11 +21147,11 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -20752,16 +21166,16 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->unassignServiceInstance($version, $serviceInstanceId, $body);
@@ -20769,27 +21183,27 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->unassignServiceInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->unassignServiceInstance(version => $version, serviceInstanceId => $serviceInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->unassignServiceInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -20798,80 +21212,80 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Unassign Service Instance
     api_instance.unassign_service_instance(version, serviceInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->unassignServiceInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

updateNetworkInstance

-

Update VolumeGroup on a specified version, serviceInstance, networkInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"
-
-
+
+
+

updateNetworkInstance

+

Update VolumeGroup on a specified version, serviceInstance, networkInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -20963,12 +21377,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String networkInstanceId = networkInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String networkInstanceId = networkInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateNetworkInstance(version, serviceInstanceId, networkInstanceId, body);
         } catch (ApiException e) {
@@ -20977,19 +21391,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String networkInstanceId = networkInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String networkInstanceId = networkInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateNetworkInstance(version, serviceInstanceId, networkInstanceId, body);
         } catch (ApiException e) {
@@ -20998,15 +21412,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *networkInstanceId = networkInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *networkInstanceId = networkInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -21022,21 +21436,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var networkInstanceId = networkInstanceId_example; // {String} 
+var networkInstanceId = networkInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -21048,12 +21462,12 @@ var callback = function(error, data, response) {
 };
 api.updateNetworkInstance(version, serviceInstanceId, networkInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -21066,12 +21480,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var networkInstanceId = networkInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var networkInstanceId = networkInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -21086,17 +21500,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$networkInstanceId = networkInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$networkInstanceId = networkInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateNetworkInstance($version, $serviceInstanceId, $networkInstanceId, $body);
@@ -21104,28 +21518,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->updateNetworkInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $networkInstanceId = networkInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $networkInstanceId = networkInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateNetworkInstance(version => $version, serviceInstanceId => $serviceInstanceId, networkInstanceId => $networkInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->updateNetworkInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -21134,101 +21548,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-networkInstanceId = networkInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+networkInstanceId = networkInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Update VolumeGroup on a specified version, serviceInstance, networkInstance
     api_instance.update_network_instance(version, serviceInstanceId, networkInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->updateNetworkInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
networkInstanceId* +
networkInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

updateVfModuleInstance

-

Update VfModule on a specified version, serviceInstance, vnfInstance and vfModule

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"
-
-
+
+
+

updateVfModuleInstance

+

Update VfModule on a specified version, serviceInstance, vnfInstance and vfModule

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -21320,13 +21734,13 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -21335,20 +21749,20 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body);
         } catch (ApiException e) {
@@ -21357,16 +21771,16 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
-String *vfmoduleInstanceId = vfmoduleInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
+String *vfmoduleInstanceId = vfmoduleInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -21383,23 +21797,23 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String} 
+var vfmoduleInstanceId = vfmoduleInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -21411,12 +21825,12 @@ var callback = function(error, data, response) {
 };
 api.updateVfModuleInstance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -21429,13 +21843,13 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var vfmoduleInstanceId = vfmoduleInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -21450,18 +21864,18 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$vfmoduleInstanceId = vfmoduleInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$vfmoduleInstanceId = vfmoduleInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateVfModuleInstance($version, $serviceInstanceId, $vnfInstanceId, $vfmoduleInstanceId, $body);
@@ -21469,29 +21883,29 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->updateVfModuleInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $vfmoduleInstanceId = vfmoduleInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateVfModuleInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, vfmoduleInstanceId => $vfmoduleInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->updateVfModuleInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -21500,122 +21914,122 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
-vfmoduleInstanceId = vfmoduleInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
+vfmoduleInstanceId = vfmoduleInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Update VfModule on a specified version, serviceInstance, vnfInstance and vfModule
     api_instance.update_vf_module_instance(version, serviceInstanceId, vnfInstanceId, vfmoduleInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->updateVfModuleInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vfmoduleInstanceId* +
vfmoduleInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

updateVnfInstance

-

Update VNF on a specified version, serviceInstance and vnfInstance

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"
-
-
+
+
+

updateVnfInstance

+

Update VNF on a specified version, serviceInstance and vnfInstance

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -21707,12 +22121,12 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateVnfInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -21721,19 +22135,19 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateVnfInstance(version, serviceInstanceId, vnfInstanceId, body);
         } catch (ApiException e) {
@@ -21742,15 +22156,15 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -21766,21 +22180,21 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -21792,12 +22206,12 @@ var callback = function(error, data, response) {
 };
 api.updateVnfInstance(version, serviceInstanceId, vnfInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -21810,12 +22224,12 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -21830,17 +22244,17 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateVnfInstance($version, $serviceInstanceId, $vnfInstanceId, $body);
@@ -21848,28 +22262,28 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->updateVnfInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateVnfInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->updateVnfInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -21878,101 +22292,101 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Update VNF on a specified version, serviceInstance and vnfInstance
     api_instance.update_vnf_instance(version, serviceInstanceId, vnfInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->updateVnfInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
+ +
-
-
-

updateVolumeGroupInstance

-

Update VolumeGroup on a specified version, serviceInstance, vnfInstance and volumeGroup

-
-
-
-

-

-

-
-
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"
-
-
+
+
+

updateVolumeGroupInstance

+

Update VolumeGroup on a specified version, serviceInstance, vnfInstance and volumeGroup

+
+
+
+

+

+

+
+
/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X PUT "http://localhost/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}"
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -22064,13 +22478,13 @@ import java.util.*;
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, body);
         } catch (ApiException e) {
@@ -22079,20 +22493,20 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraserviceInstantiationApi;
 
 public class OnapsoinfraserviceInstantiationApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraserviceInstantiationApi apiInstance = new OnapsoinfraserviceInstantiationApi();
-        String version = version_example; // String | 
-        String serviceInstanceId = serviceInstanceId_example; // String | 
-        String vnfInstanceId = vnfInstanceId_example; // String | 
-        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String | 
-        String body = body_example; // String | 
+        String version = version_example; // String |
+        String serviceInstanceId = serviceInstanceId_example; // String |
+        String vnfInstanceId = vnfInstanceId_example; // String |
+        String volumeGroupInstanceId = volumeGroupInstanceId_example; // String |
+        String body = body_example; // String |
         try {
             apiInstance.updateVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, body);
         } catch (ApiException e) {
@@ -22101,16 +22515,16 @@ public class OnapsoinfraserviceInstantiationApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
-String *serviceInstanceId = serviceInstanceId_example; // 
-String *vnfInstanceId = vnfInstanceId_example; // 
-String *volumeGroupInstanceId = volumeGroupInstanceId_example; // 
+                                
+
String *version = version_example; //
+String *serviceInstanceId = serviceInstanceId_example; //
+String *vnfInstanceId = vnfInstanceId_example; //
+String *volumeGroupInstanceId = volumeGroupInstanceId_example; //
 String *body = body_example; //  (optional)
 
 OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiationApi alloc] init];
@@ -22127,23 +22541,23 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var serviceInstanceId = serviceInstanceId_example; // {String} 
+var serviceInstanceId = serviceInstanceId_example; // {String}
 
-var vnfInstanceId = vnfInstanceId_example; // {String} 
+var vnfInstanceId = vnfInstanceId_example; // {String}
 
-var volumeGroupInstanceId = volumeGroupInstanceId_example; // {String} 
+var volumeGroupInstanceId = volumeGroupInstanceId_example; // {String}
 
-var opts = { 
-  'body': body_example // {String} 
+var opts = {
+  'body': body_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -22155,12 +22569,12 @@ var callback = function(error, data, response) {
 };
 api.updateVolumeGroupInstance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -22173,13 +22587,13 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraserviceInstantiationApi();
-            var version = version_example;  // String | 
-            var serviceInstanceId = serviceInstanceId_example;  // String | 
-            var vnfInstanceId = vnfInstanceId_example;  // String | 
-            var volumeGroupInstanceId = volumeGroupInstanceId_example;  // String | 
-            var body = body_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var serviceInstanceId = serviceInstanceId_example;  // String |
+            var vnfInstanceId = vnfInstanceId_example;  // String |
+            var volumeGroupInstanceId = volumeGroupInstanceId_example;  // String |
+            var body = body_example;  // String |  (optional)
 
             try
             {
@@ -22194,18 +22608,18 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraserviceInstantiationApi();
-$version = version_example; // String | 
-$serviceInstanceId = serviceInstanceId_example; // String | 
-$vnfInstanceId = vnfInstanceId_example; // String | 
-$volumeGroupInstanceId = volumeGroupInstanceId_example; // String | 
-$body = body_example; // String | 
+$version = version_example; // String |
+$serviceInstanceId = serviceInstanceId_example; // String |
+$vnfInstanceId = vnfInstanceId_example; // String |
+$volumeGroupInstanceId = volumeGroupInstanceId_example; // String |
+$body = body_example; // String |
 
 try {
     $api_instance->updateVolumeGroupInstance($version, $serviceInstanceId, $vnfInstanceId, $volumeGroupInstanceId, $body);
@@ -22213,29 +22627,29 @@ try {
     echo 'Exception when calling OnapsoinfraserviceInstantiationApi->updateVolumeGroupInstance: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraserviceInstantiationApi->new();
-my $version = version_example; # String | 
-my $serviceInstanceId = serviceInstanceId_example; # String | 
-my $vnfInstanceId = vnfInstanceId_example; # String | 
-my $volumeGroupInstanceId = volumeGroupInstanceId_example; # String | 
-my $body = WWW::SwaggerClient::Object::String->new(); # String | 
+my $version = version_example; # String |
+my $serviceInstanceId = serviceInstanceId_example; # String |
+my $vnfInstanceId = vnfInstanceId_example; # String |
+my $volumeGroupInstanceId = volumeGroupInstanceId_example; # String |
+my $body = WWW::SwaggerClient::Object::String->new(); # String |
 
-eval { 
+eval {
     $api_instance->updateVolumeGroupInstance(version => $version, serviceInstanceId => $serviceInstanceId, vnfInstanceId => $vnfInstanceId, volumeGroupInstanceId => $volumeGroupInstanceId, body => $body);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraserviceInstantiationApi->updateVolumeGroupInstance: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -22244,122 +22658,122 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraserviceInstantiationApi()
-version = version_example # String | 
-serviceInstanceId = serviceInstanceId_example # String | 
-vnfInstanceId = vnfInstanceId_example # String | 
-volumeGroupInstanceId = volumeGroupInstanceId_example # String | 
+version = version_example # String |
+serviceInstanceId = serviceInstanceId_example # String |
+vnfInstanceId = vnfInstanceId_example # String |
+volumeGroupInstanceId = volumeGroupInstanceId_example # String |
 body = body_example # String |  (optional)
 
-try: 
+try:
     # Update VolumeGroup on a specified version, serviceInstance, vnfInstance and volumeGroup
     api_instance.update_volume_group_instance(version, serviceInstanceId, vnfInstanceId, volumeGroupInstanceId, body=body)
 except ApiException as e:
     print("Exception when calling OnapsoinfraserviceInstantiationApi->updateVolumeGroupInstance: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
serviceInstanceId* +
serviceInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
vnfInstanceId* +
vnfInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
volumeGroupInstanceId* +
volumeGroupInstanceId* -
-
-
+
+
+
String -
-
- Required -
-
-
-
Body parameters
- - - - + + + + - - +
+ +
NameDescription
NameDescription
body + - -
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

Onapsoinfratasks

+

Onapsoinfratasks

-
-
-

queryFilters

-

Finds Manual Tasks

-
-
-
-

-

-

-
-
/onap/so/infra/tasks/{version}
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/tasks/{version}?taskId=&originalRequestId=&subscriptionServiceType=&nfRole=&buildingBlockName=&originalRequestDate=&originalRequestorId="
-
-
+
+
+

queryFilters

+

Finds Manual Tasks

+
+
+
+

+

+

+
+
/onap/so/infra/tasks/{version}
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/tasks/{version}?taskId=&originalRequestId=&subscriptionServiceType=&nfRole=&buildingBlockName=&originalRequestDate=&originalRequestorId="
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -22454,16 +22868,16 @@ import java.util.*;
 public class OnapsoinfratasksApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfratasksApi apiInstance = new OnapsoinfratasksApi();
-        String version = version_example; // String | 
-        String taskId = taskId_example; // String | 
-        String originalRequestId = originalRequestId_example; // String | 
-        String subscriptionServiceType = subscriptionServiceType_example; // String | 
-        String nfRole = nfRole_example; // String | 
-        String buildingBlockName = buildingBlockName_example; // String | 
-        String originalRequestDate = originalRequestDate_example; // String | 
-        String originalRequestorId = originalRequestorId_example; // String | 
+        String version = version_example; // String |
+        String taskId = taskId_example; // String |
+        String originalRequestId = originalRequestId_example; // String |
+        String subscriptionServiceType = subscriptionServiceType_example; // String |
+        String nfRole = nfRole_example; // String |
+        String buildingBlockName = buildingBlockName_example; // String |
+        String originalRequestDate = originalRequestDate_example; // String |
+        String originalRequestorId = originalRequestorId_example; // String |
         try {
             apiInstance.queryFilters(version, taskId, originalRequestId, subscriptionServiceType, nfRole, buildingBlockName, originalRequestDate, originalRequestorId);
         } catch (ApiException e) {
@@ -22472,23 +22886,23 @@ public class OnapsoinfratasksApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfratasksApi;
 
 public class OnapsoinfratasksApiExample {
 
     public static void main(String[] args) {
         OnapsoinfratasksApi apiInstance = new OnapsoinfratasksApi();
-        String version = version_example; // String | 
-        String taskId = taskId_example; // String | 
-        String originalRequestId = originalRequestId_example; // String | 
-        String subscriptionServiceType = subscriptionServiceType_example; // String | 
-        String nfRole = nfRole_example; // String | 
-        String buildingBlockName = buildingBlockName_example; // String | 
-        String originalRequestDate = originalRequestDate_example; // String | 
-        String originalRequestorId = originalRequestorId_example; // String | 
+        String version = version_example; // String |
+        String taskId = taskId_example; // String |
+        String originalRequestId = originalRequestId_example; // String |
+        String subscriptionServiceType = subscriptionServiceType_example; // String |
+        String nfRole = nfRole_example; // String |
+        String buildingBlockName = buildingBlockName_example; // String |
+        String originalRequestDate = originalRequestDate_example; // String |
+        String originalRequestorId = originalRequestorId_example; // String |
         try {
             apiInstance.queryFilters(version, taskId, originalRequestId, subscriptionServiceType, nfRole, buildingBlockName, originalRequestDate, originalRequestorId);
         } catch (ApiException e) {
@@ -22497,13 +22911,13 @@ public class OnapsoinfratasksApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *taskId = taskId_example; //  (optional)
 String *originalRequestId = originalRequestId_example; //  (optional)
 String *subscriptionServiceType = subscriptionServiceType_example; //  (optional)
@@ -22529,23 +22943,23 @@ OnapsoinfratasksApi *apiInstance = [[OnapsoinfratasksApi alloc] init];
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfratasksApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'taskId': taskId_example, // {String} 
-  'originalRequestId': originalRequestId_example, // {String} 
-  'subscriptionServiceType': subscriptionServiceType_example, // {String} 
-  'nfRole': nfRole_example, // {String} 
-  'buildingBlockName': buildingBlockName_example, // {String} 
-  'originalRequestDate': originalRequestDate_example, // {String} 
-  'originalRequestorId': originalRequestorId_example // {String} 
+var opts = {
+  'taskId': taskId_example, // {String}
+  'originalRequestId': originalRequestId_example, // {String}
+  'subscriptionServiceType': subscriptionServiceType_example, // {String}
+  'nfRole': nfRole_example, // {String}
+  'buildingBlockName': buildingBlockName_example, // {String}
+  'originalRequestDate': originalRequestDate_example, // {String}
+  'originalRequestorId': originalRequestorId_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -22557,12 +22971,12 @@ var callback = function(error, data, response) {
 };
 api.queryFilters(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -22575,16 +22989,16 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfratasksApi();
-            var version = version_example;  // String | 
-            var taskId = taskId_example;  // String |  (optional) 
-            var originalRequestId = originalRequestId_example;  // String |  (optional) 
-            var subscriptionServiceType = subscriptionServiceType_example;  // String |  (optional) 
-            var nfRole = nfRole_example;  // String |  (optional) 
-            var buildingBlockName = buildingBlockName_example;  // String |  (optional) 
-            var originalRequestDate = originalRequestDate_example;  // String |  (optional) 
-            var originalRequestorId = originalRequestorId_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var taskId = taskId_example;  // String |  (optional)
+            var originalRequestId = originalRequestId_example;  // String |  (optional)
+            var subscriptionServiceType = subscriptionServiceType_example;  // String |  (optional)
+            var nfRole = nfRole_example;  // String |  (optional)
+            var buildingBlockName = buildingBlockName_example;  // String |  (optional)
+            var originalRequestDate = originalRequestDate_example;  // String |  (optional)
+            var originalRequestorId = originalRequestorId_example;  // String |  (optional)
 
             try
             {
@@ -22599,21 +23013,21 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfratasksApi();
-$version = version_example; // String | 
-$taskId = taskId_example; // String | 
-$originalRequestId = originalRequestId_example; // String | 
-$subscriptionServiceType = subscriptionServiceType_example; // String | 
-$nfRole = nfRole_example; // String | 
-$buildingBlockName = buildingBlockName_example; // String | 
-$originalRequestDate = originalRequestDate_example; // String | 
-$originalRequestorId = originalRequestorId_example; // String | 
+$version = version_example; // String |
+$taskId = taskId_example; // String |
+$originalRequestId = originalRequestId_example; // String |
+$subscriptionServiceType = subscriptionServiceType_example; // String |
+$nfRole = nfRole_example; // String |
+$buildingBlockName = buildingBlockName_example; // String |
+$originalRequestDate = originalRequestDate_example; // String |
+$originalRequestorId = originalRequestorId_example; // String |
 
 try {
     $api_instance->queryFilters($version, $taskId, $originalRequestId, $subscriptionServiceType, $nfRole, $buildingBlockName, $originalRequestDate, $originalRequestorId);
@@ -22621,32 +23035,32 @@ try {
     echo 'Exception when calling OnapsoinfratasksApi->queryFilters: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfratasksApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfratasksApi->new();
-my $version = version_example; # String | 
-my $taskId = taskId_example; # String | 
-my $originalRequestId = originalRequestId_example; # String | 
-my $subscriptionServiceType = subscriptionServiceType_example; # String | 
-my $nfRole = nfRole_example; # String | 
-my $buildingBlockName = buildingBlockName_example; # String | 
-my $originalRequestDate = originalRequestDate_example; # String | 
-my $originalRequestorId = originalRequestorId_example; # String | 
-
-eval { 
+my $version = version_example; # String |
+my $taskId = taskId_example; # String |
+my $originalRequestId = originalRequestId_example; # String |
+my $subscriptionServiceType = subscriptionServiceType_example; # String |
+my $nfRole = nfRole_example; # String |
+my $buildingBlockName = buildingBlockName_example; # String |
+my $originalRequestDate = originalRequestDate_example; # String |
+my $originalRequestorId = originalRequestorId_example; # String |
+
+eval {
     $api_instance->queryFilters(version => $version, taskId => $taskId, originalRequestId => $originalRequestId, subscriptionServiceType => $subscriptionServiceType, nfRole => $nfRole, buildingBlockName => $buildingBlockName, originalRequestDate => $originalRequestDate, originalRequestorId => $originalRequestorId);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfratasksApi->queryFilters: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -22655,7 +23069,7 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfratasksApi()
-version = version_example # String | 
+version = version_example # String |
 taskId = taskId_example # String |  (optional)
 originalRequestId = originalRequestId_example # String |  (optional)
 subscriptionServiceType = subscriptionServiceType_example # String |  (optional)
@@ -22664,41 +23078,41 @@ buildingBlockName = buildingBlockName_example # String |  (optional)
 originalRequestDate = originalRequestDate_example # String |  (optional)
 originalRequestorId = originalRequestorId_example # String |  (optional)
 
-try: 
+try:
     # Finds Manual Tasks
     api_instance.query_filters(version, taskId=taskId, originalRequestId=originalRequestId, subscriptionServiceType=subscriptionServiceType, nfRole=nfRole, buildingBlockName=buildingBlockName, originalRequestDate=originalRequestDate, originalRequestorId=originalRequestorId)
 except ApiException as e:
     print("Exception when calling OnapsoinfratasksApi->queryFilters: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -22707,132 +23121,132 @@ except ApiException as e:
Query parameters
- - - - + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + +
NameDescription
NameDescription
taskId + -
-
-
+
+
+
String -
-
-
-
originalRequestId + -
-
-
+
+
+
String -
-
-
-
subscriptionServiceType + -
-
-
+
+
+
String -
-
-
-
nfRole + -
-
-
+
+
+
String -
-
-
-
buildingBlockName + -
-
-
+
+
+
String -
-
-
-
originalRequestDate + -
-
-
+
+
+
String -
-
-
-
originalRequestorId + -
-
-
+
+
+
String -
-
-
-
-

Responses

+

Responses

Status: default - successful operation

-
-
-
+ +
+
-

OnapsoinfraworkflowSpecifications

+

OnapsoinfraworkflowSpecifications

-
-
-

queryWorkflowSpecifications

-

Retrieve Workflow details based on the filter criteria

-
-
-
-

-

-

-
-
/onap/so/infra/workflowSpecifications/{version}/workflows
-

-

Usage and SDK Samples

-

- - -
-
-
curl -X GET "http://localhost/onap/so/infra/workflowSpecifications/{version}/workflows?resourceTarget="
-
-
+
+
+

queryWorkflowSpecifications

+

Retrieve Workflow details based on the filter criteria

+
+
+
+

+

+

+
+
/onap/so/infra/workflowSpecifications/{version}/workflows
+

+

Usage and SDK Samples

+

+ + +
+
+
curl -X GET "http://localhost/onap/so/infra/workflowSpecifications/{version}/workflows?resourceTarget="
+
+
import io.swagger.client.*;
 import io.swagger.client.auth.*;
 import io.swagger.client.model.*;
@@ -22893,10 +23307,10 @@ import java.util.*;
 public class OnapsoinfraworkflowSpecificationsApiExample {
 
     public static void main(String[] args) {
-        
+
         OnapsoinfraworkflowSpecificationsApi apiInstance = new OnapsoinfraworkflowSpecificationsApi();
-        String version = version_example; // String | 
-        String resourceTarget = resourceTarget_example; // String | 
+        String version = version_example; // String |
+        String resourceTarget = resourceTarget_example; // String |
         try {
             RetrievingWorkflowResponse result = apiInstance.queryWorkflowSpecifications(version, resourceTarget);
             System.out.println(result);
@@ -22906,17 +23320,17 @@ public class OnapsoinfraworkflowSpecificationsApiExample {
         }
     }
 }
-
+
-
+
import io.swagger.client.api.OnapsoinfraworkflowSpecificationsApi;
 
 public class OnapsoinfraworkflowSpecificationsApiExample {
 
     public static void main(String[] args) {
         OnapsoinfraworkflowSpecificationsApi apiInstance = new OnapsoinfraworkflowSpecificationsApi();
-        String version = version_example; // String | 
-        String resourceTarget = resourceTarget_example; // String | 
+        String version = version_example; // String |
+        String resourceTarget = resourceTarget_example; // String |
         try {
             RetrievingWorkflowResponse result = apiInstance.queryWorkflowSpecifications(version, resourceTarget);
             System.out.println(result);
@@ -22926,13 +23340,13 @@ public class OnapsoinfraworkflowSpecificationsApiExample {
         }
     }
 }
-
- -
-
String *version = version_example; // 
+                                
+
String *version = version_example; //
 String *resourceTarget = resourceTarget_example; //  (optional)
 
 OnapsoinfraworkflowSpecificationsApi *apiInstance = [[OnapsoinfraworkflowSpecificationsApi alloc] init];
@@ -22949,17 +23363,17 @@ OnapsoinfraworkflowSpecificationsApi *apiInstance = [[OnapsoinfraworkflowSpecifi
                             }
                         }];
 
-
+
-
+
var SoGuilinApIs = require('so_guilin_ap_is');
 
 var api = new SoGuilinApIs.OnapsoinfraworkflowSpecificationsApi()
 
-var version = version_example; // {String} 
+var version = version_example; // {String}
 
-var opts = { 
-  'resourceTarget': resourceTarget_example // {String} 
+var opts = {
+  'resourceTarget': resourceTarget_example // {String}
 };
 
 var callback = function(error, data, response) {
@@ -22971,12 +23385,12 @@ var callback = function(error, data, response) {
 };
 api.queryWorkflowSpecifications(version, opts, callback);
 
-
+
- -
+
using System;
 using System.Diagnostics;
 using IO.Swagger.Api;
@@ -22989,10 +23403,10 @@ namespace Example
     {
         public void main()
         {
-            
+
             var apiInstance = new OnapsoinfraworkflowSpecificationsApi();
-            var version = version_example;  // String | 
-            var resourceTarget = resourceTarget_example;  // String |  (optional) 
+            var version = version_example;  // String |
+            var resourceTarget = resourceTarget_example;  // String |  (optional)
 
             try
             {
@@ -23008,15 +23422,15 @@ namespace Example
     }
 }
 
-
+
-
+
<?php
 require_once(__DIR__ . '/vendor/autoload.php');
 
 $api_instance = new Swagger\Client\Api\OnapsoinfraworkflowSpecificationsApi();
-$version = version_example; // String | 
-$resourceTarget = resourceTarget_example; // String | 
+$version = version_example; // String |
+$resourceTarget = resourceTarget_example; // String |
 
 try {
     $result = $api_instance->queryWorkflowSpecifications($version, $resourceTarget);
@@ -23025,27 +23439,27 @@ try {
     echo 'Exception when calling OnapsoinfraworkflowSpecificationsApi->queryWorkflowSpecifications: ', $e->getMessage(), PHP_EOL;
 }
 ?>
-
+
-
+
use Data::Dumper;
 use WWW::SwaggerClient::Configuration;
 use WWW::SwaggerClient::OnapsoinfraworkflowSpecificationsApi;
 
 my $api_instance = WWW::SwaggerClient::OnapsoinfraworkflowSpecificationsApi->new();
-my $version = version_example; # String | 
-my $resourceTarget = resourceTarget_example; # String | 
+my $version = version_example; # String |
+my $resourceTarget = resourceTarget_example; # String |
 
-eval { 
+eval {
     my $result = $api_instance->queryWorkflowSpecifications(version => $version, resourceTarget => $resourceTarget);
     print Dumper($result);
 };
 if ($@) {
     warn "Exception when calling OnapsoinfraworkflowSpecificationsApi->queryWorkflowSpecifications: $@\n";
 }
-
+
-
+
from __future__ import print_statement
 import time
 import swagger_client
@@ -23054,45 +23468,45 @@ from pprint import pprint
 
 # create an instance of the API class
 api_instance = swagger_client.OnapsoinfraworkflowSpecificationsApi()
-version = version_example # String | 
+version = version_example # String |
 resourceTarget = resourceTarget_example # String |  (optional)
 
-try: 
+try:
     # Retrieve Workflow details based on the filter criteria
     api_response = api_instance.query_workflow_specifications(version, resourceTarget=resourceTarget)
     pprint(api_response)
 except ApiException as e:
     print("Exception when calling OnapsoinfraworkflowSpecificationsApi->queryWorkflowSpecifications: %s\n" % e)
+
-
-

Parameters

+

Parameters

Path parameters
- - + + - - + - + +
+ Required +
+ + + +
NameDescriptionNameDescription
version* +
version* -
-
-
+
+
+
String -
-
- Required -
-
-
-
@@ -23101,43 +23515,43 @@ except ApiException as e:
Query parameters
- - - - + + + + - - + + + + +
NameDescription
NameDescription
resourceTarget + -
-
-
+
+
+
String -
-
-
-
-

Responses

+

Responses

Status: default - List of workflow specifications on successful operation

-
- -
- +
+
-
-
-
- - - - + + - - - - - - - - - + \ No newline at end of file diff --git a/docs/api/swagger/swagger.json b/docs/api/swagger/swagger.json index 4ec404e0bd..0f2bd535b6 100644 --- a/docs/api/swagger/swagger.json +++ b/docs/api/swagger/swagger.json @@ -2940,6 +2940,62 @@ } } } + }, + "/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/pnfs/${pnfName}/workflows/${workflow_UUID}": { + "post": { + "tags": [ + "onapsoinfrainstanceManagement" + ], + "summary": "Executing download/activate custom workflow", + "description": "", + "operationId": "executePNFCustomWorkflow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "$ref": "#/definitions/PNFCustomWorkflowExecution" + } + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][1]" + }, + { + "name": "serviceInstanceId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "pnfName", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "workflow_UUID", + "in": "path", + "required": true, + "type": "string" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + } } }, "definitions": { @@ -3255,6 +3311,105 @@ } } + } + }, + "PNFCustomWorkflowExecution": { + "description": "This describes the request body of PNF custom workflow execution", + "type": "object", + "properties": { + "requestInfo": { + "description": "Request object contains source information", + "type": "object", + "properties": { + "source": { + "description": "Name of the sender", + "type": "string" + }, + "suppressRollback": { + "description": "Enable/disable rollback suppression", + "type": "boolean" + }, + "requestorId": { + "description": "Id of the sender", + "type": "string" + } + } + }, + "modelInfo": { + "description": "Parameters related to the service model", + "type": "object", + "properties": { + "modelType": { + "description": "Type of the model to be executed", + "type": "string" + }, + "modelInvariantUuid": { + "description": "Model invariant id corresponding to the service", + "type": "string" + }, + "modelUuid": { + "description": "Model uuid corresponding to the service", + "type": "string" + }, + "modelVersionId": { + "description": "Model version of the service instance", + "type": "string" + }, + "modelName": { + "description": "Name of the service", + "type": "string" + }, + "modelVersion": { + "description": "Version of the service instance", + "type": "string" + } + } + }, + "requestParameters": { + "description": "User parameter object", + "type": "object", + "properties": { + "subscriptionServiceType": { + "description": "Type of service subscription", + "type": "string" + } + } + }, + "subscriberInfo": { + "description": "Subscriber id information", + "type": "object", + "properties": { + "globalSubscriberId": { + "description": "Id of the subscriber sending the request", + "type": "string" + } + } + }, + "project": { + "description": "Information about the target project name", + "type": "object", + "properties": { + "projectName":{ + "description": "Name of the target project", + "type": "string" + } + } + }, + "owningEntity": { + "description": "Object describes the entity details", + "type": "object", + "properties": { + "owningEntityId": { + "description": "Id of the owning Entity", + "type": "string" + }, + "owningEntityName": { + "description": "Name of the owning Entity", + "type": "string" + } + } + } + } } } diff --git a/docs/api/swagger/swagger.yaml b/docs/api/swagger/swagger.yaml index 181a8df756..585a4f4ac0 100644 --- a/docs/api/swagger/swagger.yaml +++ b/docs/api/swagger/swagger.yaml @@ -1942,6 +1942,43 @@ paths: responses: default: description: successful operation + '/onap/so/infra/instanceManagement/{version}/serviceInstances/{serviceInstanceId}/pnfs/${pnfName}/workflows/${workflow_UUID}': + post: + tags: + - onapsoinfrainstanceManagement + summary: Executing download/activate custom workflow + description: '' + operationId: executePNFCustomWorkflow + consumes: + - application/json + produces: + - application/json + parameters: + - in: body + name: body + required: false + schema: + $ref: '#/definitions/PNFCustomWorkflowExecution' + - name: version + in: path + required: true + type: string + pattern: '[vV][1]' + - name: serviceInstanceId + in: path + required: true + type: string + - name: pnfName + in: path + required: true + type: string + - name: workflow_UUID + in: path + required: true + type: string + responses: + default: + description: successful operation definitions: Allocate3gppService: description: This describes the request body for 3gpp service allocation @@ -2175,3 +2212,73 @@ definitions: owningEntityName: description: Name of the owning Entity type: string + PNFCustomWorkflowExecution: + description: This describes the request body of PNF custom workflow execution + type: object + properties: + requestInfo: + description: Request object contains source information + type: object + properties: + source: + description: Name of the sender + type: string + suppressRollback: + description: Enable/disable rollback suppression + type: boolean + requestorId: + description: Id of the sender + type: string + modelInfo: + description: Parameters related to the service model + type: object + properties: + modelType: + description: Type of the model to be executed + type: string + modelInvariantUuid: + description: Model invariant id corresponding to the service + type: string + modelUuid: + description: Model uuid corresponding to the service + type: string + modelVersionId: + description: Model version of the service instance + type: string + modelName: + description: Name of the service + type: string + modelVersion: + description: Version of the service instance + type: string + requestParameters: + description: User parameter object + type: object + properties: + subscriptionServiceType: + description: Type of service subscription + type: string + subscriberInfo: + description: Subscriber id information + type: object + properties: + globalSubscriberId: + description: Id of the subscriber sending the request + type: string + project: + description: Information about the target project name + type: object + properties: + projectName: + description: Name of the target project + type: string + owningEntity: + description: Object describes the entity details + type: object + properties: + owningEntityId: + description: Id of the owning Entity + type: string + owningEntityName: + description: Name of the owning Entity + type: string \ No newline at end of file -- cgit 1.2.3-korg