From c86ab4a16cdac6aeb24e2f3309794aed4cf13074 Mon Sep 17 00:00:00 2001 From: Priyadharshini Date: Fri, 14 Aug 2020 17:11:49 +0530 Subject: Update swagger for 5G slicing usecase APIs Issue-ID: SO-3125 Signed-off-by: Priyadharshini Change-Id: I9d779c8010ebebc83aab1d899a1e48aff9df8290 --- docs/api/swagger/swagger.html | 7533 +++++++++++++++++++++++++++++++++-------- docs/api/swagger/swagger.json | 325 +- docs/api/swagger/swagger.yaml | 224 +- 3 files changed, 6627 insertions(+), 1455 deletions(-) (limited to 'docs/api') diff --git a/docs/api/swagger/swagger.html b/docs/api/swagger/swagger.html index 3c577b7c07..5d7c963a8a 100644 --- a/docs/api/swagger/swagger.html +++ b/docs/api/swagger/swagger.html @@ -2,7 +2,7 @@ - SO Casablanca APIs + SO Guilin APIs @@ -696,6 +696,158 @@ margin-bottom: 20px;
@@ -713,6 +865,9 @@ margin-bottom: 20px; +
  • + activateE2EServiceInstances +
  • compareModelwithTargetVersion
  • @@ -739,6 +894,25 @@ margin-bottom: 20px;
  • nodeHealthcheck
  • + +
  • + activate3gppService +
  • +
  • + allocate3gppService +
  • +
  • + deactivate3gppService +
  • +
  • + deallocate3gppService +
  • +
  • + modify3gppService +
  • +
  • + querySubnetCapability +
  • activateOperationEnvironment @@ -770,6 +944,28 @@ margin-bottom: 20px;
  • unlockOrchestrationRequest
  • + +
  • + abortOrchestrationTask +
  • +
  • + commitOrchestrationTask +
  • +
  • + createOrchestrationTask +
  • +
  • + deleteOrchestrationTask +
  • +
  • + getAllOrchestrationTasks +
  • +
  • + getOrchestrationTask +
  • +
  • + updateOrchestrationTask +
  • activatePort @@ -877,7 +1073,7 @@ margin-bottom: 20px;
    -

    SO Casablanca APIs

    +

    SO Guilin APIs

    @@ -892,11 +1088,11 @@ margin-bottom: 20px;

    E2eServiceInstances

    -
    -
    +
    +
    -

    compareModelwithTargetVersion

    -

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

    +

    activateE2EServiceInstances

    +

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

    @@ -904,29 +1100,29 @@ margin-bottom: 20px;


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

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/modeldifferences"
    +
    +
    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.*;
    @@ -940,52 +1136,56 @@ public class E2eServiceInstancesApiExample {
         public static void main(String[] args) {
             
             E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
    -        String serviceId = serviceId_example; // String | 
             String version = version_example; // String | 
    +        String serviceId = serviceId_example; // String | 
    +        String operationType = operationType_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.compareModelwithTargetVersion(serviceId, version, body);
    +            apiInstance.activateE2EServiceInstances(version, serviceId, operationType, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#compareModelwithTargetVersion");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#activateE2EServiceInstances");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    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 serviceId = serviceId_example; // String | 
    +        String operationType = operationType_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.compareModelwithTargetVersion(serviceId, version, body);
    +            apiInstance.activateE2EServiceInstances(version, serviceId, operationType, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#compareModelwithTargetVersion");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#activateE2EServiceInstances");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *serviceId = serviceId_example; // 
    -String *version = version_example; // 
    +                            
    +
    String *version = version_example; // 
    +String *serviceId = serviceId_example; // 
    +String *operationType = operationType_example; // 
     String *body = body_example; //  (optional)
     
     E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId 
    -[apiInstance compareModelwithTargetVersionWith:serviceId
    -    version:version
    +// Activate/Deactivate 5G slice Service on a specified version and serviceId
    +[apiInstance activateE2EServiceInstancesWith:version
    +    serviceId:serviceId
    +    operationType:operationType
         body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -995,14 +1195,16 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
     
    -var api = new SoCasablancaApIs.E2eServiceInstancesApi()
    +var version = version_example; // {String} 
     
     var serviceId = serviceId_example; // {String} 
     
    -var version = version_example; // {String} 
    +var operationType = operationType_example; // {String} 
     
     var opts = { 
       'body': body_example // {String} 
    @@ -1015,14 +1217,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.compareModelwithTargetVersion(serviceId, version, opts, callback);
    +api.activateE2EServiceInstances(version, serviceId, operationType, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -1031,24 +1233,25 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class compareModelwithTargetVersionExample
    +    public class activateE2EServiceInstancesExample
         {
             public void main()
             {
                 
                 var apiInstance = new E2eServiceInstancesApi();
    -            var serviceId = serviceId_example;  // String | 
                 var version = version_example;  // String | 
    +            var serviceId = serviceId_example;  // String | 
    +            var operationType = operationType_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId 
    -                apiInstance.compareModelwithTargetVersion(serviceId, version, body);
    +                // Activate/Deactivate 5G slice Service on a specified version and serviceId
    +                apiInstance.activateE2EServiceInstances(version, serviceId, operationType, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling E2eServiceInstancesApi.compareModelwithTargetVersion: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.activateE2EServiceInstances: " + e.Message );
                 }
             }
         }
    @@ -1056,42 +1259,44 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
     $api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
    -$serviceId = serviceId_example; // String | 
     $version = version_example; // String | 
    +$serviceId = serviceId_example; // String | 
    +$operationType = operationType_example; // String | 
     $body = body_example; // String | 
     
     try {
    -    $api_instance->compareModelwithTargetVersion($serviceId, $version, $body);
    +    $api_instance->activateE2EServiceInstances($version, $serviceId, $operationType, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: ', $e->getMessage(), PHP_EOL;
    +    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 $serviceId = serviceId_example; # 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 { 
    -    $api_instance->compareModelwithTargetVersion(serviceId => $serviceId, version => $version, body => $body);
    +    $api_instance->activateE2EServiceInstances(version => $version, serviceId => $serviceId, operationType => $operationType, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->activateE2EServiceInstances: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -1100,15 +1305,16 @@ 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 | 
    +operationType = operationType_example # String | 
     body = body_example # String |  (optional)
     
     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)
    +    # 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->compareModelwithTargetVersion: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->activateE2EServiceInstances: %s\n" % e)
    @@ -1120,11 +1326,31 @@ except ApiException as e: Name Description + version* + + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    + + + serviceId* -
    +
    @@ -1140,11 +1366,11 @@ except ApiException as e: - version* + operationType* -
    +
    @@ -1194,12 +1420,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_compareModelwithTargetVersion_body'); + var result = $('#d2e199_activateE2EServiceInstances_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -1219,11 +1445,11 @@ $(document).ready(function() {

    -
    -
    +
    +
    -

    createE2EServiceInstance

    -

    Create an E2E Service Instance on a version provided

    +

    compareModelwithTargetVersion

    +

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

    @@ -1231,29 +1457,29 @@ $(document).ready(function() {


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

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}"
    +
    +
    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.*;
    @@ -1267,48 +1493,52 @@ 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 | 
             try {
    -            apiInstance.createE2EServiceInstance(version, body);
    +            apiInstance.compareModelwithTargetVersion(serviceId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#createE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#compareModelwithTargetVersion");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    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 | 
             try {
    -            apiInstance.createE2EServiceInstance(version, body);
    +            apiInstance.compareModelwithTargetVersion(serviceId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#createE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#compareModelwithTargetVersion");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    +                            
    +
    String *serviceId = serviceId_example; // 
    +String *version = version_example; // 
     String *body = body_example; //  (optional)
     
     E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Create an E2E Service Instance on a version provided
    -[apiInstance createE2EServiceInstanceWith:version
    +// Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId 
    +[apiInstance compareModelwithTargetVersionWith:serviceId
    +    version:version
         body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -1318,10 +1548,12 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
     
    -var api = new SoCasablancaApIs.E2eServiceInstancesApi()
    +var serviceId = serviceId_example; // {String} 
     
     var version = version_example; // {String} 
     
    @@ -1336,14 +1568,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.createE2EServiceInstance(version, opts, callback);
    +api.compareModelwithTargetVersion(serviceId, version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -1352,23 +1584,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class createE2EServiceInstanceExample
    +    public class compareModelwithTargetVersionExample
         {
             public void main()
             {
                 
                 var apiInstance = new E2eServiceInstancesApi();
    +            var serviceId = serviceId_example;  // String | 
                 var version = version_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Create an E2E Service Instance on a version provided
    -                apiInstance.createE2EServiceInstance(version, body);
    +                // Find added and deleted resources of target model for the e2eserviceInstance on a given serviceId 
    +                apiInstance.compareModelwithTargetVersion(serviceId, version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling E2eServiceInstancesApi.createE2EServiceInstance: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.compareModelwithTargetVersion: " + e.Message );
                 }
             }
         }
    @@ -1376,40 +1609,42 @@ 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 | 
     
     try {
    -    $api_instance->createE2EServiceInstance($version, $body);
    +    $api_instance->compareModelwithTargetVersion($serviceId, $version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
    +    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 | 
     
     eval { 
    -    $api_instance->createE2EServiceInstance(version => $version, body => $body);
    +    $api_instance->compareModelwithTargetVersion(serviceId => $serviceId, version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -1418,14 +1653,15 @@ from pprint import pprint
     
     # create an instance of the API class
     api_instance = swagger_client.E2eServiceInstancesApi()
    +serviceId = serviceId_example # String | 
     version = version_example # String | 
     body = body_example # String |  (optional)
     
     try: 
    -    # Create an E2E Service Instance on a version provided
    -    api_instance.create_e2_e_service_instance(version, body=body)
    +    # 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->createE2EServiceInstance: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->compareModelwithTargetVersion: %s\n" % e)
    @@ -1437,11 +1673,31 @@ except ApiException as e: Name Description + serviceId* + + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    + + + version* -
    +
    @@ -1491,12 +1747,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_createE2EServiceInstance_body'); + var result = $('#d2e199_compareModelwithTargetVersion_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -1516,41 +1772,41 @@ $(document).ready(function() {

    -
    -
    +
    +
    -

    deleteE2EServiceInstance

    -

    Delete E2E Service Instance on a specified version and serviceId

    -
    +

    createE2EServiceInstance

    +

    Create an E2E Service Instance on a version provided

    +


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

    Usage and SDK Samples

    -
    -
    curl -X DELETE "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"
    +
    +
    curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}"
    -
    +
    import io.swagger.client.*;
     import io.swagger.client.auth.*;
     import io.swagger.client.model.*;
    @@ -1565,19 +1821,18 @@ public class E2eServiceInstancesApiExample {
             
             E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
             String version = version_example; // String | 
    -        String serviceId = serviceId_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.deleteE2EServiceInstance(version, serviceId, body);
    +            apiInstance.createE2EServiceInstance(version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#deleteE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#createE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    import io.swagger.client.api.E2eServiceInstancesApi;
     
     public class E2eServiceInstancesApiExample {
    @@ -1585,31 +1840,28 @@ 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 | 
             try {
    -            apiInstance.deleteE2EServiceInstance(version, serviceId, body);
    +            apiInstance.createE2EServiceInstance(version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#deleteE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#createE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    String *version = version_example; // 
    -String *serviceId = serviceId_example; // 
     String *body = body_example; //  (optional)
     
     E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Delete E2E Service Instance on a specified version and serviceId
    -[apiInstance deleteE2EServiceInstanceWith:version
    -    serviceId:serviceId
    +// Create an E2E Service Instance on a version provided
    +[apiInstance createE2EServiceInstanceWith:version
         body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -1619,15 +1871,13 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.E2eServiceInstancesApi()
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
     
     var version = version_example; // {String} 
     
    -var serviceId = serviceId_example; // {String} 
    -
     var opts = { 
       'body': body_example // {String} 
     };
    @@ -1639,14 +1889,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.deleteE2EServiceInstance(version, serviceId, opts, callback);
    +api.createE2EServiceInstance(version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -1655,24 +1905,23 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class deleteE2EServiceInstanceExample
    +    public class createE2EServiceInstanceExample
         {
             public void main()
             {
                 
                 var apiInstance = new E2eServiceInstancesApi();
                 var version = version_example;  // String | 
    -            var serviceId = serviceId_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Delete E2E Service Instance on a specified version and serviceId
    -                apiInstance.deleteE2EServiceInstance(version, serviceId, body);
    +                // Create an E2E Service Instance on a version provided
    +                apiInstance.createE2EServiceInstance(version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling E2eServiceInstancesApi.deleteE2EServiceInstance: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.createE2EServiceInstance: " + e.Message );
                 }
             }
         }
    @@ -1680,42 +1929,40 @@ 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 | 
     
     try {
    -    $api_instance->deleteE2EServiceInstance($version, $serviceId, $body);
    +    $api_instance->createE2EServiceInstance($version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
    +    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 $serviceId = serviceId_example; # String | 
     my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->deleteE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
    +    $api_instance->createE2EServiceInstance(version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -1725,14 +1972,13 @@ from pprint import pprint
     # create an instance of the API class
     api_instance = swagger_client.E2eServiceInstancesApi()
     version = version_example # String | 
    -serviceId = serviceId_example # String | 
     body = body_example # String |  (optional)
     
     try: 
    -    # Delete E2E Service Instance on a specified version and serviceId
    -    api_instance.delete_e2_e_service_instance(version, serviceId, body=body)
    +    # 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->deleteE2EServiceInstance: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->createE2EServiceInstance: %s\n" % e)
    @@ -1748,27 +1994,7 @@ except ApiException as e: -
    -
    -
    - - String - - -
    -
    - Required -
    -
    -
    - - - - serviceId* - - - -
    +
    @@ -1818,12 +2044,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_deleteE2EServiceInstance_body'); + var result = $('#d2e199_createE2EServiceInstance_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -1843,11 +2069,11 @@ $(document).ready(function() {

    -
    -
    +
    +
    -

    getE2EServiceInstances

    -

    Find e2eServiceInstances Requests for a given serviceId and operationId

    +

    deleteE2EServiceInstance

    +

    Delete E2E Service Instance on a specified version and serviceId

    @@ -1855,29 +2081,29 @@ $(document).ready(function() {


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

    Usage and SDK Samples

    -
    -
    curl -X GET "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}"
    +
    +
    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.*;
    @@ -1891,53 +2117,53 @@ 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 body = body_example; // String | 
             try {
    -            apiInstance.getE2EServiceInstances(serviceId, version, operationId);
    +            apiInstance.deleteE2EServiceInstance(version, serviceId, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#getE2EServiceInstances");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#deleteE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    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 body = body_example; // String | 
             try {
    -            apiInstance.getE2EServiceInstances(serviceId, version, operationId);
    +            apiInstance.deleteE2EServiceInstance(version, serviceId, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#getE2EServiceInstances");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#deleteE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *serviceId = serviceId_example; // 
    -String *version = version_example; // 
    -String *operationId = operationId_example; // 
    +                            
    +
    String *version = version_example; // 
    +String *serviceId = serviceId_example; // 
    +String *body = body_example; //  (optional)
     
     E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Find e2eServiceInstances Requests for a given serviceId and operationId
    -[apiInstance getE2EServiceInstancesWith:serviceId
    -    version:version
    -    operationId:operationId
    +// Delete E2E Service Instance on a specified version and serviceId
    +[apiInstance deleteE2EServiceInstanceWith:version
    +    serviceId:serviceId
    +    body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -1946,17 +2172,18 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    -
    -var api = new SoCasablancaApIs.E2eServiceInstancesApi()
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var serviceId = serviceId_example; // {String} 
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
     
     var version = version_example; // {String} 
     
    -var operationId = operationId_example; // {String} 
    +var serviceId = serviceId_example; // {String} 
     
    +var opts = { 
    +  'body': body_example // {String} 
    +};
     
     var callback = function(error, data, response) {
       if (error) {
    @@ -1965,14 +2192,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.getE2EServiceInstances(serviceId, version, operationId, callback);
    +api.deleteE2EServiceInstance(version, serviceId, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -1981,24 +2208,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class getE2EServiceInstancesExample
    +    public class deleteE2EServiceInstanceExample
         {
             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 body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Find e2eServiceInstances Requests for a given serviceId and operationId
    -                apiInstance.getE2EServiceInstances(serviceId, version, operationId);
    +                // Delete E2E Service Instance on a specified version and serviceId
    +                apiInstance.deleteE2EServiceInstance(version, serviceId, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling E2eServiceInstancesApi.getE2EServiceInstances: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.deleteE2EServiceInstance: " + e.Message );
                 }
             }
         }
    @@ -2006,42 +2233,42 @@ 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 | 
    +$body = body_example; // String | 
     
     try {
    -    $api_instance->getE2EServiceInstances($serviceId, $version, $operationId);
    +    $api_instance->deleteE2EServiceInstance($version, $serviceId, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: ', $e->getMessage(), PHP_EOL;
    +    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 $serviceId = serviceId_example; # String | 
     my $version = version_example; # String | 
    -my $operationId = operationId_example; # String | 
    +my $serviceId = serviceId_example; # String | 
    +my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->getE2EServiceInstances(serviceId => $serviceId, version => $version, operationId => $operationId);
    +    $api_instance->deleteE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -2050,15 +2277,15 @@ 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 | 
    +body = body_example # String |  (optional)
     
     try: 
    -    # Find e2eServiceInstances Requests for a given serviceId and operationId
    -    api_instance.get_e2_e_service_instances(serviceId, version, operationId)
    +    # 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->getE2EServiceInstances: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->deleteE2EServiceInstance: %s\n" % e)
    @@ -2070,11 +2297,11 @@ except ApiException as e: Name Description - serviceId* + version* -
    +
    @@ -2090,11 +2317,11 @@ except ApiException as e: - version* + serviceId* -
    +
    @@ -2110,23 +2337,46 @@ except ApiException as e: - operationId* + + + +
    Body parameters
    + + + + + + @@ -2134,8 +2384,6 @@ except ApiException as e: - -

    Responses

    Status: default - successful operation

    @@ -2148,11 +2396,11 @@ except ApiException as e:
    -
    -
    +
    +
    -

    scaleE2EServiceInstance

    -

    Scale E2E Service Instance on a specified version

    +

    getE2EServiceInstances

    +

    Find e2eServiceInstances Requests for a given serviceId and operationId

    @@ -2160,29 +2408,29 @@ except ApiException as e:


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

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/scale"
    +
    +
    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.*;
    @@ -2196,53 +2444,53 @@ 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 operationId = operationId_example; // String | 
             try {
    -            apiInstance.scaleE2EServiceInstance(version, serviceId, body);
    +            apiInstance.getE2EServiceInstances(serviceId, version, operationId);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#scaleE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#getE2EServiceInstances");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    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 operationId = operationId_example; // String | 
             try {
    -            apiInstance.scaleE2EServiceInstance(version, serviceId, body);
    +            apiInstance.getE2EServiceInstances(serviceId, version, operationId);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#scaleE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#getE2EServiceInstances");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    -String *serviceId = serviceId_example; // 
    -String *body = body_example; //  (optional)
    +                            
    +
    String *serviceId = serviceId_example; // 
    +String *version = version_example; // 
    +String *operationId = operationId_example; // 
     
     E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Scale E2E Service Instance on a specified version
    -[apiInstance scaleE2EServiceInstanceWith:version
    -    serviceId:serviceId
    -    body:body
    +// Find e2eServiceInstances Requests for a given serviceId and operationId
    +[apiInstance getE2EServiceInstancesWith:serviceId
    +    version:version
    +    operationId:operationId
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -2251,18 +2499,17 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
     
    -var api = new SoCasablancaApIs.E2eServiceInstancesApi()
    +var serviceId = serviceId_example; // {String} 
     
     var version = version_example; // {String} 
     
    -var serviceId = serviceId_example; // {String} 
    +var operationId = operationId_example; // {String} 
     
    -var opts = { 
    -  'body': body_example // {String} 
    -};
     
     var callback = function(error, data, response) {
       if (error) {
    @@ -2271,14 +2518,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.scaleE2EServiceInstance(version, serviceId, opts, callback);
    +api.getE2EServiceInstances(serviceId, version, operationId, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -2287,24 +2534,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class scaleE2EServiceInstanceExample
    +    public class getE2EServiceInstancesExample
         {
             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 operationId = operationId_example;  // String | 
     
                 try
                 {
    -                // Scale E2E Service Instance on a specified version
    -                apiInstance.scaleE2EServiceInstance(version, serviceId, body);
    +                // Find e2eServiceInstances Requests for a given serviceId and operationId
    +                apiInstance.getE2EServiceInstances(serviceId, version, operationId);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling E2eServiceInstancesApi.scaleE2EServiceInstance: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.getE2EServiceInstances: " + e.Message );
                 }
             }
         }
    @@ -2312,42 +2559,42 @@ 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 | 
    +$operationId = operationId_example; // String | 
     
     try {
    -    $api_instance->scaleE2EServiceInstance($version, $serviceId, $body);
    +    $api_instance->getE2EServiceInstances($serviceId, $version, $operationId);
     } catch (Exception $e) {
    -    echo 'Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
    +    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 $version = version_example; # String | 
     my $serviceId = serviceId_example; # String | 
    -my $body = WWW::SwaggerClient::Object::String->new(); # String | 
    +my $version = version_example; # String | 
    +my $operationId = operationId_example; # String | 
     
     eval { 
    -    $api_instance->scaleE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
    +    $api_instance->getE2EServiceInstances(serviceId => $serviceId, version => $version, operationId => $operationId);
     };
     if ($@) {
    -    warn "Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -2356,15 +2603,15 @@ from pprint import pprint
     
     # create an instance of the API class
     api_instance = swagger_client.E2eServiceInstancesApi()
    -version = version_example # String | 
     serviceId = serviceId_example # String | 
    -body = body_example # String |  (optional)
    +version = version_example # String | 
    +operationId = operationId_example # String | 
     
     try: 
    -    # Scale E2E Service Instance on a specified version
    -    api_instance.scale_e2_e_service_instance(version, serviceId, body=body)
    +    # 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->scaleE2EServiceInstance: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->getE2EServiceInstances: %s\n" % e)
    @@ -2376,11 +2623,11 @@ except ApiException as e:
    - + - + -
    NameDescription
    body -
    -
    -
    - - String - + +
    Name Description
    version*
    serviceId* -
    +
    @@ -2396,11 +2643,11 @@ except ApiException as e:
    serviceId*
    version* -
    +
    @@ -2416,46 +2663,23 @@ except ApiException as e:
    - - -
    Body parameters
    - - - - - - + @@ -2463,6 +2687,8 @@ $(document).ready(function() { + +

    Responses

    Status: default - successful operation

    @@ -2475,11 +2701,11 @@ $(document).ready(function() {
    -
    -
    +
    +
    -

    updateE2EServiceInstance

    -

    Update an E2E Service Instance on a version provided and serviceId

    +

    scaleE2EServiceInstance

    +

    Scale E2E Service Instance on a specified version

    @@ -2487,29 +2713,29 @@ $(document).ready(function() {


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

    Usage and SDK Samples

    -
    -
    curl -X PUT "http://localhost/onap/so/infra/e2eServiceInstances/{version}/{serviceId}"
    +
    +
    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.*;
    @@ -2527,16 +2753,16 @@ public class E2eServiceInstancesApiExample {
             String serviceId = serviceId_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.updateE2EServiceInstance(version, serviceId, body);
    +            apiInstance.scaleE2EServiceInstance(version, serviceId, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#updateE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#scaleE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    import io.swagger.client.api.E2eServiceInstancesApi;
     
     public class E2eServiceInstancesApiExample {
    @@ -2547,27 +2773,27 @@ public class E2eServiceInstancesApiExample {
             String serviceId = serviceId_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.updateE2EServiceInstance(version, serviceId, body);
    +            apiInstance.scaleE2EServiceInstance(version, serviceId, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling E2eServiceInstancesApi#updateE2EServiceInstance");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#scaleE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    String *version = version_example; // 
     String *serviceId = serviceId_example; // 
     String *body = body_example; //  (optional)
     
     E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Update an E2E Service Instance on a version provided and serviceId
    -[apiInstance updateE2EServiceInstanceWith:version
    +// Scale E2E Service Instance on a specified version
    +[apiInstance scaleE2EServiceInstanceWith:version
         serviceId:serviceId
         body:body
                   completionHandler: ^(NSError* error) {
    @@ -2578,10 +2804,10 @@ E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.E2eServiceInstancesApi()
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
     
     var version = version_example; // {String} 
     
    @@ -2598,14 +2824,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.updateE2EServiceInstance(version, serviceId, opts, callback);
    +api.scaleE2EServiceInstance(version, serviceId, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -2614,7 +2840,7 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class updateE2EServiceInstanceExample
    +    public class scaleE2EServiceInstanceExample
         {
             public void main()
             {
    @@ -2626,12 +2852,12 @@ namespace Example
     
                 try
                 {
    -                // Update an E2E Service Instance on a version provided and serviceId
    -                apiInstance.updateE2EServiceInstance(version, serviceId, body);
    +                // Scale E2E Service Instance on a specified version
    +                apiInstance.scaleE2EServiceInstance(version, serviceId, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling E2eServiceInstancesApi.updateE2EServiceInstance: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.scaleE2EServiceInstance: " + e.Message );
                 }
             }
         }
    @@ -2639,7 +2865,7 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    @@ -2649,14 +2875,14 @@ $serviceId = serviceId_example; // String |
     $body = body_example; // String | 
     
     try {
    -    $api_instance->updateE2EServiceInstance($version, $serviceId, $body);
    +    $api_instance->scaleE2EServiceInstance($version, $serviceId, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
     use WWW::SwaggerClient::E2eServiceInstancesApi;
    @@ -2667,14 +2893,14 @@ my $serviceId = serviceId_example; # String |
     my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->updateE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
    +    $api_instance->scaleE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -2688,10 +2914,10 @@ serviceId = serviceId_example # String |
     body = body_example # String |  (optional)
     
     try: 
    -    # Update an E2E Service Instance on a version provided and serviceId
    -    api_instance.update_e2_e_service_instance(version, serviceId, body=body)
    +    # 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->updateE2EServiceInstance: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->scaleE2EServiceInstance: %s\n" % e)
    @@ -2707,7 +2933,7 @@ except ApiException as e:
    @@ -2802,14 +3028,11 @@ $(document).ready(function() {
    - -
    -

    Globalhealthcheck

    -
    -
    +
    +
    -

    globalHealthcheck

    -

    Performing global health check

    +

    updateE2EServiceInstance

    +

    Update an E2E Service Instance on a version provided and serviceId

    @@ -2817,81 +3040,89 @@ $(document).ready(function() {


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

    Usage and SDK Samples

    -
    -
    curl -X GET "http://localhost/globalhealthcheck?enableBpmn="
    +
    +
    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.*;
    -import io.swagger.client.api.GlobalhealthcheckApi;
    +import io.swagger.client.api.E2eServiceInstancesApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class GlobalhealthcheckApiExample {
    +public class E2eServiceInstancesApiExample {
     
         public static void main(String[] args) {
             
    -        GlobalhealthcheckApi apiInstance = new GlobalhealthcheckApi();
    -        Boolean enableBpmn = true; // Boolean | 
    +        E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
    +        String version = version_example; // String | 
    +        String serviceId = serviceId_example; // String | 
    +        String body = body_example; // String | 
             try {
    -            apiInstance.globalHealthcheck(enableBpmn);
    +            apiInstance.updateE2EServiceInstance(version, serviceId, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling GlobalhealthcheckApi#globalHealthcheck");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#updateE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.GlobalhealthcheckApi;
    +                          
    +
    import io.swagger.client.api.E2eServiceInstancesApi;
     
    -public class GlobalhealthcheckApiExample {
    +public class E2eServiceInstancesApiExample {
     
         public static void main(String[] args) {
    -        GlobalhealthcheckApi apiInstance = new GlobalhealthcheckApi();
    -        Boolean enableBpmn = true; // Boolean | 
    +        E2eServiceInstancesApi apiInstance = new E2eServiceInstancesApi();
    +        String version = version_example; // String | 
    +        String serviceId = serviceId_example; // String | 
    +        String body = body_example; // String | 
             try {
    -            apiInstance.globalHealthcheck(enableBpmn);
    +            apiInstance.updateE2EServiceInstance(version, serviceId, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling GlobalhealthcheckApi#globalHealthcheck");
    +            System.err.println("Exception when calling E2eServiceInstancesApi#updateE2EServiceInstance");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    Boolean *enableBpmn = true; //  (optional) (default to true)
    +                            
    +
    String *version = version_example; // 
    +String *serviceId = serviceId_example; // 
    +String *body = body_example; //  (optional)
     
    -GlobalhealthcheckApi *apiInstance = [[GlobalhealthcheckApi alloc] init];
    +E2eServiceInstancesApi *apiInstance = [[E2eServiceInstancesApi alloc] init];
     
    -// Performing global health check
    -[apiInstance globalHealthcheckWith:enableBpmn
    +// Update an E2E Service Instance on a version provided and serviceId
    +[apiInstance updateE2EServiceInstanceWith:version
    +    serviceId:serviceId
    +    body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -2900,13 +3131,17 @@ GlobalhealthcheckApi *apiInstance = [[GlobalhealthcheckApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.GlobalhealthcheckApi()
    +var api = new SoGuilinApIs.E2eServiceInstancesApi()
    +
    +var version = version_example; // {String} 
    +
    +var serviceId = serviceId_example; // {String} 
     
     var opts = { 
    -  'enableBpmn': true // {Boolean} 
    +  'body': body_example // {String} 
     };
     
     var callback = function(error, data, response) {
    @@ -2916,14 +3151,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.globalHealthcheck(opts, callback);
    +api.updateE2EServiceInstance(version, serviceId, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -2932,22 +3167,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class globalHealthcheckExample
    +    public class updateE2EServiceInstanceExample
         {
             public void main()
             {
                 
    -            var apiInstance = new GlobalhealthcheckApi();
    -            var enableBpmn = true;  // Boolean |  (optional)  (default to true)
    +            var apiInstance = new E2eServiceInstancesApi();
    +            var version = version_example;  // String | 
    +            var serviceId = serviceId_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Performing global health check
    -                apiInstance.globalHealthcheck(enableBpmn);
    +                // Update an E2E Service Instance on a version provided and serviceId
    +                apiInstance.updateE2EServiceInstance(version, serviceId, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling GlobalhealthcheckApi.globalHealthcheck: " + e.Message );
    +                Debug.Print("Exception when calling E2eServiceInstancesApi.updateE2EServiceInstance: " + e.Message );
                 }
             }
         }
    @@ -2955,38 +3192,42 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\GlobalhealthcheckApi();
    -$enableBpmn = true; // Boolean | 
    +$api_instance = new Swagger\Client\Api\E2eServiceInstancesApi();
    +$version = version_example; // String | 
    +$serviceId = serviceId_example; // String | 
    +$body = body_example; // String | 
     
     try {
    -    $api_instance->globalHealthcheck($enableBpmn);
    +    $api_instance->updateE2EServiceInstance($version, $serviceId, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling GlobalhealthcheckApi->globalHealthcheck: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::GlobalhealthcheckApi;
    +use WWW::SwaggerClient::E2eServiceInstancesApi;
     
    -my $api_instance = WWW::SwaggerClient::GlobalhealthcheckApi->new();
    -my $enableBpmn = true; # Boolean | 
    +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 | 
     
     eval { 
    -    $api_instance->globalHealthcheck(enableBpmn => $enableBpmn);
    +    $api_instance->updateE2EServiceInstance(version => $version, serviceId => $serviceId, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling GlobalhealthcheckApi->globalHealthcheck: $@\n";
    +    warn "Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -2994,41 +3235,4421 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.GlobalhealthcheckApi()
    -enableBpmn = true # Boolean |  (optional) (default to true)
    +api_instance = swagger_client.E2eServiceInstancesApi()
    +version = version_example # String | 
    +serviceId = serviceId_example # String | 
    +body = body_example # String |  (optional)
     
     try: 
    -    # Performing global health check
    -    api_instance.global_healthcheck(enableBpmn=enableBpmn)
    +    # 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 GlobalhealthcheckApi->globalHealthcheck: %s\n" % e)
    + print("Exception when calling E2eServiceInstancesApi->updateE2EServiceInstance: %s\n" % e)

    Parameters

    - - - - -
    Query parameters
    +
    Path parameters
    +
    NameDescription
    body
    operationId* - -
    + +
    + Required +
    + +
    -
    +
    @@ -2727,7 +2953,7 @@ except ApiException as e:
    -
    +
    @@ -2777,12 +3003,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_updateE2EServiceInstance_body'); + var result = $('#d2e199_scaleE2EServiceInstance_body'); result.empty(); result.append(view.render()); }); -
    +
    + + + + + + + + + + + + +
    NameDescription
    version* + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    +
    serviceId* + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    +
    + + +
    Body parameters
    + + + + + + + + + +
    NameDescription
    body + + + +
    +
    + + + +

    Responses

    +

    Status: default - successful operation

    + + + +
    +
    + +
    +
    +
    +
    +
    +

    Globalhealthcheck

    +
    +
    +
    +

    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;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class GlobalhealthcheckApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        GlobalhealthcheckApi apiInstance = new GlobalhealthcheckApi();
    +        Boolean enableBpmn = true; // Boolean | 
    +        try {
    +            apiInstance.globalHealthcheck(enableBpmn);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling GlobalhealthcheckApi#globalHealthcheck");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.GlobalhealthcheckApi;
    +
    +public class GlobalhealthcheckApiExample {
    +
    +    public static void main(String[] args) {
    +        GlobalhealthcheckApi apiInstance = new GlobalhealthcheckApi();
    +        Boolean enableBpmn = true; // Boolean | 
    +        try {
    +            apiInstance.globalHealthcheck(enableBpmn);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling GlobalhealthcheckApi#globalHealthcheck");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    Boolean *enableBpmn = true; //  (optional) (default to true)
    +
    +GlobalhealthcheckApi *apiInstance = [[GlobalhealthcheckApi alloc] init];
    +
    +// Performing global health check
    +[apiInstance globalHealthcheckWith:enableBpmn
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.GlobalhealthcheckApi()
    +
    +var opts = { 
    +  'enableBpmn': true // {Boolean} 
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.globalHealthcheck(opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class globalHealthcheckExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new GlobalhealthcheckApi();
    +            var enableBpmn = true;  // Boolean |  (optional)  (default to true)
    +
    +            try
    +            {
    +                // Performing global health check
    +                apiInstance.globalHealthcheck(enableBpmn);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling GlobalhealthcheckApi.globalHealthcheck: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\GlobalhealthcheckApi();
    +$enableBpmn = true; // Boolean | 
    +
    +try {
    +    $api_instance->globalHealthcheck($enableBpmn);
    +} catch (Exception $e) {
    +    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 | 
    +
    +eval { 
    +    $api_instance->globalHealthcheck(enableBpmn => $enableBpmn);
    +};
    +if ($@) {
    +    warn "Exception when calling GlobalhealthcheckApi->globalHealthcheck: $@\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.GlobalhealthcheckApi()
    +enableBpmn = true # Boolean |  (optional) (default to true)
    +
    +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

    + + + + + +
    Query parameters
    + + + + + + + + + +
    NameDescription
    enableBpmn + + +
    +
    +
    + + Boolean + + +
    +
    +
    +
    + +

    Responses

    +

    Status: default - successful operation

    + + + +
    +
    + +
    +
    +
    +
    +
    +

    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.*;
    +import io.swagger.client.api.NodehealthcheckApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class NodehealthcheckApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        NodehealthcheckApi apiInstance = new NodehealthcheckApi();
    +        try {
    +            apiInstance.nodeHealthcheck();
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling NodehealthcheckApi#nodeHealthcheck");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.NodehealthcheckApi;
    +
    +public class NodehealthcheckApiExample {
    +
    +    public static void main(String[] args) {
    +        NodehealthcheckApi apiInstance = new NodehealthcheckApi();
    +        try {
    +            apiInstance.nodeHealthcheck();
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling NodehealthcheckApi#nodeHealthcheck");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    
    +NodehealthcheckApi *apiInstance = [[NodehealthcheckApi alloc] init];
    +
    +// Performing node health check
    +[apiInstance nodeHealthcheckWithCompletionHandler: 
    +              ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.NodehealthcheckApi()
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.nodeHealthcheck(callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class nodeHealthcheckExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new NodehealthcheckApi();
    +
    +            try
    +            {
    +                // Performing node health check
    +                apiInstance.nodeHealthcheck();
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling NodehealthcheckApi.nodeHealthcheck: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\NodehealthcheckApi();
    +
    +try {
    +    $api_instance->nodeHealthcheck();
    +} catch (Exception $e) {
    +    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 { 
    +    $api_instance->nodeHealthcheck();
    +};
    +if ($@) {
    +    warn "Exception when calling NodehealthcheckApi->nodeHealthcheck: $@\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.NodehealthcheckApi()
    +
    +try: 
    +    # Performing node health check
    +    api_instance.node_healthcheck()
    +except ApiException as e:
    +    print("Exception when calling NodehealthcheckApi->nodeHealthcheck: %s\n" % e)
    +
    +
    + +

    Parameters

    + + + + + + +

    Responses

    +

    Status: default - successful operation

    + + + +
    +
    + +
    +
    +
    +
    +
    +

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.Onap3gppServiceInstancesApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class Onap3gppServiceInstancesApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
    +        3gppServiceActivation body = ; // 3gppServiceActivation | 
    +        String version = version_example; // String | 
    +        try {
    +            3gppServiceResponse result = apiInstance.activate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#activate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            3gppServiceResponse result = apiInstance.activate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#activate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    3gppServiceActivation *body = ; // 
    +String *version = version_example; // 
    +
    +Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
    +
    +// Activate a 3GPP Service Instance on a version provided
    +[apiInstance activate3gppServiceWith:body
    +    version:version
    +              completionHandler: ^(3gppServiceResponse output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
    +
    +var body = ; // {3gppServiceActivation} 
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.activate3gppService(body, version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class activate3gppServiceExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new Onap3gppServiceInstancesApi();
    +            var body = new 3gppServiceActivation(); // 3gppServiceActivation | 
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Activate a 3GPP Service Instance on a version provided
    +                3gppServiceResponse result = apiInstance.activate3gppService(body, version);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling Onap3gppServiceInstancesApi.activate3gppService: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
    +$body = ; // 3gppServiceActivation | 
    +$version = version_example; // String | 
    +
    +try {
    +    $result = $api_instance->activate3gppService($body, $version);
    +    print_r($result);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.Onap3gppServiceInstancesApi()
    +body =  # 3gppServiceActivation | 
    +version = version_example # String | 
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.Onap3gppServiceInstancesApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class Onap3gppServiceInstancesApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
    +        Allocate3gppService body = ; // Allocate3gppService | 
    +        String version = version_example; // String | 
    +        try {
    +            3gppServiceResponse result = apiInstance.allocate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#allocate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            3gppServiceResponse result = apiInstance.allocate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#allocate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    Allocate3gppService *body = ; // 
    +String *version = version_example; // 
    +
    +Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
    +
    +// Create a 3GPP Service Instance on a version provided
    +[apiInstance allocate3gppServiceWith:body
    +    version:version
    +              completionHandler: ^(3gppServiceResponse output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
    +
    +var body = ; // {Allocate3gppService} 
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.allocate3gppService(body, version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class allocate3gppServiceExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new Onap3gppServiceInstancesApi();
    +            var body = new Allocate3gppService(); // Allocate3gppService | 
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Create a 3GPP Service Instance on a version provided
    +                3gppServiceResponse result = apiInstance.allocate3gppService(body, version);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling Onap3gppServiceInstancesApi.allocate3gppService: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
    +$body = ; // Allocate3gppService | 
    +$version = version_example; // String | 
    +
    +try {
    +    $result = $api_instance->allocate3gppService($body, $version);
    +    print_r($result);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.Onap3gppServiceInstancesApi()
    +body =  # Allocate3gppService | 
    +version = version_example # String | 
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.Onap3gppServiceInstancesApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class Onap3gppServiceInstancesApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
    +        3gppServiceActivation body = ; // 3gppServiceActivation | 
    +        String version = version_example; // String | 
    +        try {
    +            3gppServiceResponse result = apiInstance.deactivate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#deactivate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            3gppServiceResponse result = apiInstance.deactivate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#deactivate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    3gppServiceActivation *body = ; // 
    +String *version = version_example; // 
    +
    +Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
    +
    +// Deactivate a 3GPP Service Instance on a version provided
    +[apiInstance deactivate3gppServiceWith:body
    +    version:version
    +              completionHandler: ^(3gppServiceResponse output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
    +
    +var body = ; // {3gppServiceActivation} 
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.deactivate3gppService(body, version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class deactivate3gppServiceExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new Onap3gppServiceInstancesApi();
    +            var body = new 3gppServiceActivation(); // 3gppServiceActivation | 
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Deactivate a 3GPP Service Instance on a version provided
    +                3gppServiceResponse result = apiInstance.deactivate3gppService(body, version);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling Onap3gppServiceInstancesApi.deactivate3gppService: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
    +$body = ; // 3gppServiceActivation | 
    +$version = version_example; // String | 
    +
    +try {
    +    $result = $api_instance->deactivate3gppService($body, $version);
    +    print_r($result);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.Onap3gppServiceInstancesApi()
    +body =  # 3gppServiceActivation | 
    +version = version_example # String | 
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.Onap3gppServiceInstancesApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class Onap3gppServiceInstancesApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
    +        DeAllocate3gppService body = ; // DeAllocate3gppService | 
    +        String version = version_example; // String | 
    +        try {
    +            3gppServiceResponse result = apiInstance.deallocate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#deallocate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            3gppServiceResponse result = apiInstance.deallocate3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#deallocate3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    DeAllocate3gppService *body = ; // 
    +String *version = version_example; // 
    +
    +Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
    +
    +// Terminate/Deallocate a 3GPP Service Instance on a version provided
    +[apiInstance deallocate3gppServiceWith:body
    +    version:version
    +              completionHandler: ^(3gppServiceResponse output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
    +
    +var body = ; // {DeAllocate3gppService} 
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.deallocate3gppService(body, version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class deallocate3gppServiceExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new Onap3gppServiceInstancesApi();
    +            var body = new DeAllocate3gppService(); // DeAllocate3gppService | 
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Terminate/Deallocate a 3GPP Service Instance on a version provided
    +                3gppServiceResponse result = apiInstance.deallocate3gppService(body, version);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling Onap3gppServiceInstancesApi.deallocate3gppService: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
    +$body = ; // DeAllocate3gppService | 
    +$version = version_example; // String | 
    +
    +try {
    +    $result = $api_instance->deallocate3gppService($body, $version);
    +    print_r($result);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.Onap3gppServiceInstancesApi()
    +body =  # DeAllocate3gppService | 
    +version = version_example # String | 
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.Onap3gppServiceInstancesApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class Onap3gppServiceInstancesApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
    +        Modify3gppService body = ; // Modify3gppService | 
    +        String version = version_example; // String | 
    +        try {
    +            3gppServiceResponse result = apiInstance.modify3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#modify3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            3gppServiceResponse result = apiInstance.modify3gppService(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#modify3gppService");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    Modify3gppService *body = ; // 
    +String *version = version_example; // 
    +
    +Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
    +
    +// Modify a 3GPP Service Instance on a version provided
    +[apiInstance modify3gppServiceWith:body
    +    version:version
    +              completionHandler: ^(3gppServiceResponse output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
    +
    +var body = ; // {Modify3gppService} 
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.modify3gppService(body, version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class modify3gppServiceExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new Onap3gppServiceInstancesApi();
    +            var body = new Modify3gppService(); // Modify3gppService | 
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Modify a 3GPP Service Instance on a version provided
    +                3gppServiceResponse result = apiInstance.modify3gppService(body, version);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling Onap3gppServiceInstancesApi.modify3gppService: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
    +$body = ; // Modify3gppService | 
    +$version = version_example; // String | 
    +
    +try {
    +    $result = $api_instance->modify3gppService($body, $version);
    +    print_r($result);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.Onap3gppServiceInstancesApi()
    +body =  # Modify3gppService | 
    +version = version_example # String | 
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.Onap3gppServiceInstancesApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class Onap3gppServiceInstancesApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        Onap3gppServiceInstancesApi apiInstance = new Onap3gppServiceInstancesApi();
    +        QuerySubnetCapability body = ; // QuerySubnetCapability | 
    +        String version = version_example; // String | 
    +        try {
    +            Object result = apiInstance.querySubnetCapability(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#querySubnetCapability");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            Object result = apiInstance.querySubnetCapability(body, version);
    +            System.out.println(result);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling Onap3gppServiceInstancesApi#querySubnetCapability");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    QuerySubnetCapability *body = ; // 
    +String *version = version_example; // 
    +
    +Onap3gppServiceInstancesApi *apiInstance = [[Onap3gppServiceInstancesApi alloc] init];
    +
    +// Provides subnet capability based on subnet types
    +[apiInstance querySubnetCapabilityWith:body
    +    version:version
    +              completionHandler: ^(Object output, NSError* error) {
    +                            if (output) {
    +                                NSLog(@"%@", output);
    +                            }
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.Onap3gppServiceInstancesApi()
    +
    +var body = ; // {QuerySubnetCapability} 
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully. Returned data: ' + data);
    +  }
    +};
    +api.querySubnetCapability(body, version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class querySubnetCapabilityExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new Onap3gppServiceInstancesApi();
    +            var body = new QuerySubnetCapability(); // QuerySubnetCapability | 
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Provides subnet capability based on subnet types
    +                Object result = apiInstance.querySubnetCapability(body, version);
    +                Debug.WriteLine(result);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling Onap3gppServiceInstancesApi.querySubnetCapability: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\Onap3gppServiceInstancesApi();
    +$body = ; // QuerySubnetCapability | 
    +$version = version_example; // String | 
    +
    +try {
    +    $result = $api_instance->querySubnetCapability($body, $version);
    +    print_r($result);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.Onap3gppServiceInstancesApi()
    +body =  # QuerySubnetCapability | 
    +version = version_example # String | 
    +
    +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

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

    Responses

    +

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

    + + + +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    +

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +
    +import java.io.File;
    +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 | 
    +        try {
    +            apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#activateOperationEnvironment");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#activateOperationEnvironment");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    String *version = version_example; // 
    +String *operationalEnvironmentId = operationalEnvironmentId_example; // 
    +String *body = body_example; //  (optional)
    +
    +OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
    +
    +// Activate an Operational Environment
    +[apiInstance activateOperationEnvironmentWith:version
    +    operationalEnvironmentId:operationalEnvironmentId
    +    body:body
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinfracloudResourcesApi()
    +
    +var version = version_example; // {String} 
    +
    +var operationalEnvironmentId = operationalEnvironmentId_example; // {String} 
    +
    +var opts = { 
    +  'body': body_example // {String} 
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.activateOperationEnvironment(version, operationalEnvironmentId, opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class activateOperationEnvironmentExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new OnapsoinfracloudResourcesApi();
    +            var version = version_example;  // String | 
    +            var operationalEnvironmentId = operationalEnvironmentId_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
    +
    +            try
    +            {
    +                // Activate an Operational Environment
    +                apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling OnapsoinfracloudResourcesApi.activateOperationEnvironment: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?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 | 
    +
    +try {
    +    $api_instance->activateOperationEnvironment($version, $operationalEnvironmentId, $body);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.OnapsoinfracloudResourcesApi()
    +version = version_example # String | 
    +operationalEnvironmentId = operationalEnvironmentId_example # String | 
    +body = body_example # String |  (optional)
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +
    +import java.io.File;
    +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 | 
    +        try {
    +            apiInstance.createOperationEnvironment(version, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#createOperationEnvironment");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            apiInstance.createOperationEnvironment(version, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#createOperationEnvironment");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    String *version = version_example; // 
    +String *body = body_example; //  (optional)
    +
    +OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
    +
    +// Create an Operational Environment
    +[apiInstance createOperationEnvironmentWith:version
    +    body:body
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinfracloudResourcesApi()
    +
    +var version = version_example; // {String} 
    +
    +var opts = { 
    +  'body': body_example // {String} 
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.createOperationEnvironment(version, opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class createOperationEnvironmentExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new OnapsoinfracloudResourcesApi();
    +            var version = version_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
    +
    +            try
    +            {
    +                // Create an Operational Environment
    +                apiInstance.createOperationEnvironment(version, body);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling OnapsoinfracloudResourcesApi.createOperationEnvironment: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
    +$version = version_example; // String | 
    +$body = body_example; // String | 
    +
    +try {
    +    $api_instance->createOperationEnvironment($version, $body);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.OnapsoinfracloudResourcesApi()
    +version = version_example # String | 
    +body = body_example # String |  (optional)
    +
    +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

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

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +
    +import java.io.File;
    +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 | 
    +        try {
    +            apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#deactivateOperationEnvironment");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#deactivateOperationEnvironment");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    String *version = version_example; // 
    +String *operationalEnvironmentId = operationalEnvironmentId_example; // 
    +String *body = body_example; //  (optional)
    +
    +OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
    +
    +// Deactivate an Operational Environment
    +[apiInstance deactivateOperationEnvironmentWith:version
    +    operationalEnvironmentId:operationalEnvironmentId
    +    body:body
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinfracloudResourcesApi()
    +
    +var version = version_example; // {String} 
    +
    +var operationalEnvironmentId = operationalEnvironmentId_example; // {String} 
    +
    +var opts = { 
    +  'body': body_example // {String} 
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.deactivateOperationEnvironment(version, operationalEnvironmentId, opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class deactivateOperationEnvironmentExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new OnapsoinfracloudResourcesApi();
    +            var version = version_example;  // String | 
    +            var operationalEnvironmentId = operationalEnvironmentId_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
    +
    +            try
    +            {
    +                // Deactivate an Operational Environment
    +                apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling OnapsoinfracloudResourcesApi.deactivateOperationEnvironment: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?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 | 
    +
    +try {
    +    $api_instance->deactivateOperationEnvironment($version, $operationalEnvironmentId, $body);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.OnapsoinfracloudResourcesApi()
    +version = version_example # String | 
    +operationalEnvironmentId = operationalEnvironmentId_example # String | 
    +body = body_example # String |  (optional)
    +
    +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

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

    Responses

    +

    Status: default - successful operation

    + + + +
    +
    + +
    +
    +
    +
    +
    +

    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}"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +
    +import java.io.File;
    +import java.util.*;
    +
    +public class OnapsoinfracloudResourcesRequestsApiExample {
    +
    +    public static void main(String[] args) {
    +        
    +        OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +        String version = version_example; // String | 
    +        try {
    +            apiInstance.getOperationEnvironmentStatusFilter(version);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#getOperationEnvironmentStatusFilter");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +
    +public class OnapsoinfracloudResourcesRequestsApiExample {
    +
    +    public static void main(String[] args) {
    +        OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +        String version = version_example; // String | 
    +        try {
    +            apiInstance.getOperationEnvironmentStatusFilter(version);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#getOperationEnvironmentStatusFilter");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    String *version = version_example; // 
    +
    +OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesRequestsApi alloc] init];
    +
    +// Get status of an Operational Environment based on filter criteria
    +[apiInstance getOperationEnvironmentStatusFilterWith:version
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinfracloudResourcesRequestsApi()
    +
    +var version = version_example; // {String} 
    +
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.getOperationEnvironmentStatusFilter(version, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class getOperationEnvironmentStatusFilterExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +            var version = version_example;  // String | 
    +
    +            try
    +            {
    +                // Get status of an Operational Environment based on filter criteria
    +                apiInstance.getOperationEnvironmentStatusFilter(version);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling OnapsoinfracloudResourcesRequestsApi.getOperationEnvironmentStatusFilter: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?php
    +require_once(__DIR__ . '/vendor/autoload.php');
    +
    +$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesRequestsApi();
    +$version = version_example; // String | 
    +
    +try {
    +    $api_instance->getOperationEnvironmentStatusFilter($version);
    +} catch (Exception $e) {
    +    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 | 
    +
    +eval { 
    +    $api_instance->getOperationEnvironmentStatusFilter(version => $version);
    +};
    +if ($@) {
    +    warn "Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: $@\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.OnapsoinfracloudResourcesRequestsApi()
    +version = version_example # String | 
    +
    +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

    + +
    Path parameters
    + + + + + + + + + +
    NameDescription
    version* + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    +
    + + + + + +

    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"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +
    +import java.io.File;
    +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 | 
    +        try {
    +            apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#unlockOrchestrationRequestForReqId");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#unlockOrchestrationRequestForReqId");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    String *requestId = requestId_example; // 
    +String *version = version_example; // 
    +String *body = body_example; //  (optional)
    +
    +OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesRequestsApi alloc] init];
    +
    +// Unlock CloudOrchestration requests for a specified requestId
    +[apiInstance unlockOrchestrationRequestForReqIdWith:requestId
    +    version:version
    +    body:body
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinfracloudResourcesRequestsApi()
    +
    +var requestId = requestId_example; // {String} 
    +
    +var version = version_example; // {String} 
    +
    +var opts = { 
    +  'body': body_example // {String} 
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.unlockOrchestrationRequestForReqId(requestId, version, opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class unlockOrchestrationRequestForReqIdExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +            var requestId = requestId_example;  // String | 
    +            var version = version_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
    +
    +            try
    +            {
    +                // Unlock CloudOrchestration requests for a specified requestId
    +                apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling OnapsoinfracloudResourcesRequestsApi.unlockOrchestrationRequestForReqId: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?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 | 
    +
    +try {
    +    $api_instance->unlockOrchestrationRequestForReqId($requestId, $version, $body);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.OnapsoinfracloudResourcesRequestsApi()
    +requestId = requestId_example # String | 
    +version = version_example # String | 
    +body = body_example # String |  (optional)
    +
    +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

    + +
    Path parameters
    + + + + + + + + + + + + + +
    NameDescription
    requestId* + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    +
    version* + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    +
    + + +
    Body parameters
    - + + + + +
    Name Description
    enableBpmn
    body + + + +
    +
    + + + +

    Responses

    +

    Status: default - successful operation

    + + + +
    +
    + +
    +
    +
    +
    +
    +

    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}"
    +
    +
    +
    import io.swagger.client.*;
    +import io.swagger.client.auth.*;
    +import io.swagger.client.model.*;
    +import io.swagger.client.api.OnapsoinframodelDistributionsApi;
    +
    +import java.io.File;
    +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 | 
    +        try {
    +            apiInstance.updateModelDistributionStatus(version, distributionId, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinframodelDistributionsApi#updateModelDistributionStatus");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    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 | 
    +        try {
    +            apiInstance.updateModelDistributionStatus(version, distributionId, body);
    +        } catch (ApiException e) {
    +            System.err.println("Exception when calling OnapsoinframodelDistributionsApi#updateModelDistributionStatus");
    +            e.printStackTrace();
    +        }
    +    }
    +}
    +
    + +
    +
    String *version = version_example; // 
    +String *distributionId = distributionId_example; // 
    +String *body = body_example; //  (optional)
    +
    +OnapsoinframodelDistributionsApi *apiInstance = [[OnapsoinframodelDistributionsApi alloc] init];
    +
    +// Update model distribution status
    +[apiInstance updateModelDistributionStatusWith:version
    +    distributionId:distributionId
    +    body:body
    +              completionHandler: ^(NSError* error) {
    +                            if (error) {
    +                                NSLog(@"Error: %@", error);
    +                            }
    +                        }];
    +
    +
    + +
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinframodelDistributionsApi()
    +
    +var version = version_example; // {String} 
    +
    +var distributionId = distributionId_example; // {String} 
    +
    +var opts = { 
    +  'body': body_example // {String} 
    +};
    +
    +var callback = function(error, data, response) {
    +  if (error) {
    +    console.error(error);
    +  } else {
    +    console.log('API called successfully.');
    +  }
    +};
    +api.updateModelDistributionStatus(version, distributionId, opts, callback);
    +
    +
    + + +
    +
    using System;
    +using System.Diagnostics;
    +using IO.Swagger.Api;
    +using IO.Swagger.Client;
    +using IO.Swagger.Model;
    +
    +namespace Example
    +{
    +    public class updateModelDistributionStatusExample
    +    {
    +        public void main()
    +        {
    +            
    +            var apiInstance = new OnapsoinframodelDistributionsApi();
    +            var version = version_example;  // String | 
    +            var distributionId = distributionId_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
    +
    +            try
    +            {
    +                // Update model distribution status
    +                apiInstance.updateModelDistributionStatus(version, distributionId, body);
    +            }
    +            catch (Exception e)
    +            {
    +                Debug.Print("Exception when calling OnapsoinframodelDistributionsApi.updateModelDistributionStatus: " + e.Message );
    +            }
    +        }
    +    }
    +}
    +
    +
    + +
    +
    <?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 | 
    +
    +try {
    +    $api_instance->updateModelDistributionStatus($version, $distributionId, $body);
    +} catch (Exception $e) {
    +    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 | 
    +
    +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
    +from swagger_client.rest import ApiException
    +from pprint import pprint
    +
    +# create an instance of the API class
    +api_instance = swagger_client.OnapsoinframodelDistributionsApi()
    +version = version_example # String | 
    +distributionId = distributionId_example # String | 
    +body = body_example # String |  (optional)
    +
    +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

    + +
    Path parameters
    + + + + + + + + + + @@ -3036,6 +7657,51 @@ except ApiException as e:
    NameDescription
    version* -
    +
    - Boolean + String + + +
    +
    + Required +
    +
    +
    +
    distributionId* + + +
    +
    +
    + + String
    +
    + Required +
    + +
    Body parameters
    + + + + + + + + + +
    NameDescription
    body + + + +
    +
    + + +

    Responses

    Status: default - successful operation

    @@ -3049,13 +7715,13 @@ except ApiException as e:

    -
    -

    Nodehealthcheck

    -
    -
    +
    +

    OnapsoinfraorchestrationRequests

    +
    +
    -

    nodeHealthcheck

    -

    Performing node health check

    +

    getOrchestrationRequest

    +

    Find Orchestrated Requests for a URI Information

    @@ -3063,79 +7729,82 @@ except ApiException as e:


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

    Usage and SDK Samples

    -
    -
    curl -X GET "http://localhost/nodehealthcheck"
    +
    +
    curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}"
    -
    +
    import io.swagger.client.*;
     import io.swagger.client.auth.*;
     import io.swagger.client.model.*;
    -import io.swagger.client.api.NodehealthcheckApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class NodehealthcheckApiExample {
    +public class OnapsoinfraorchestrationRequestsApiExample {
     
         public static void main(String[] args) {
             
    -        NodehealthcheckApi apiInstance = new NodehealthcheckApi();
    +        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        String version = version_example; // String | 
             try {
    -            apiInstance.nodeHealthcheck();
    +            apiInstance.getOrchestrationRequest(version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling NodehealthcheckApi#nodeHealthcheck");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequest");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.NodehealthcheckApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
     
    -public class NodehealthcheckApiExample {
    +public class OnapsoinfraorchestrationRequestsApiExample {
     
         public static void main(String[] args) {
    -        NodehealthcheckApi apiInstance = new NodehealthcheckApi();
    +        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        String version = version_example; // String | 
             try {
    -            apiInstance.nodeHealthcheck();
    +            apiInstance.getOrchestrationRequest(version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling NodehealthcheckApi#nodeHealthcheck");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequest");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    
    -NodehealthcheckApi *apiInstance = [[NodehealthcheckApi alloc] init];
    +                            
    +
    String *version = version_example; // 
     
    -// Performing node health check
    -[apiInstance nodeHealthcheckWithCompletionHandler: 
    -              ^(NSError* error) {
    +OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
    +
    +// Find Orchestrated Requests for a URI Information
    +[apiInstance getOrchestrationRequestWith:version
    +              completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
                                 }
    @@ -3143,10 +7812,13 @@ NodehealthcheckApi *apiInstance = [[NodehealthcheckApi alloc] init];
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
    +
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationRequestsApi()
    +
    +var version = version_example; // {String} 
     
    -var api = new SoCasablancaApIs.NodehealthcheckApi()
     
     var callback = function(error, data, response) {
       if (error) {
    @@ -3155,14 +7827,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.nodeHealthcheck(callback);
    +api.getOrchestrationRequest(version, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -3171,21 +7843,22 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class nodeHealthcheckExample
    +    public class getOrchestrationRequestExample
         {
             public void main()
             {
                 
    -            var apiInstance = new NodehealthcheckApi();
    +            var apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +            var version = version_example;  // String | 
     
                 try
                 {
    -                // Performing node health check
    -                apiInstance.nodeHealthcheck();
    +                // Find Orchestrated Requests for a URI Information
    +                apiInstance.getOrchestrationRequest(version);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling NodehealthcheckApi.nodeHealthcheck: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationRequestsApi.getOrchestrationRequest: " + e.Message );
                 }
             }
         }
    @@ -3193,36 +7866,38 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\NodehealthcheckApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
    +$version = version_example; // String | 
     
     try {
    -    $api_instance->nodeHealthcheck();
    +    $api_instance->getOrchestrationRequest($version);
     } catch (Exception $e) {
    -    echo 'Exception when calling NodehealthcheckApi->nodeHealthcheck: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::NodehealthcheckApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
     
    -my $api_instance = WWW::SwaggerClient::NodehealthcheckApi->new();
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
    +my $version = version_example; # String | 
     
     eval { 
    -    $api_instance->nodeHealthcheck();
    +    $api_instance->getOrchestrationRequest(version => $version);
     };
     if ($@) {
    -    warn "Exception when calling NodehealthcheckApi->nodeHealthcheck: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -3230,18 +7905,46 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.NodehealthcheckApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
    +version = version_example # String | 
     
     try: 
    -    # Performing node health check
    -    api_instance.node_healthcheck()
    +    # Find Orchestrated Requests for a URI Information
    +    api_instance.get_orchestration_request(version)
     except ApiException as e:
    -    print("Exception when calling NodehealthcheckApi->nodeHealthcheck: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: %s\n" % e)

    Parameters

    +
    Path parameters
    + + + + + + + + + +
    NameDescription
    version* + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    +
    @@ -3259,14 +7962,11 @@ except ApiException as e:

    -
    -
    -

    OnapsoinfracloudResources

    -
    -
    +
    +
    -

    activateOperationEnvironment

    -

    Activate an Operational Environment

    +

    getOrchestrationRequestForReqId

    +

    Find Orchestrated Requests for a given requestId

    @@ -3274,89 +7974,85 @@ except ApiException as e:


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

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/activate"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfracloudResourcesApiExample {
    +public class OnapsoinfraorchestrationRequestsApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
    +        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        String requestId = requestId_example; // String | 
             String version = version_example; // String | 
    -        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
    -        String body = body_example; // String | 
             try {
    -            apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
    +            apiInstance.getOrchestrationRequestForReqId(requestId, version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#activateOperationEnvironment");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequestForReqId");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
     
    -public class OnapsoinfracloudResourcesApiExample {
    +public class OnapsoinfraorchestrationRequestsApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
    +        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        String requestId = requestId_example; // String | 
             String version = version_example; // String | 
    -        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
    -        String body = body_example; // String | 
             try {
    -            apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
    +            apiInstance.getOrchestrationRequestForReqId(requestId, version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#activateOperationEnvironment");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequestForReqId");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    -String *operationalEnvironmentId = operationalEnvironmentId_example; // 
    -String *body = body_example; //  (optional)
    +                            
    +
    String *requestId = requestId_example; // 
    +String *version = version_example; // 
     
    -OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
    +OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
     
    -// Activate an Operational Environment
    -[apiInstance activateOperationEnvironmentWith:version
    -    operationalEnvironmentId:operationalEnvironmentId
    -    body:body
    +// Find Orchestrated Requests for a given requestId
    +[apiInstance getOrchestrationRequestForReqIdWith:requestId
    +    version:version
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -3365,18 +8061,15 @@ OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfracloudResourcesApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationRequestsApi()
     
    -var version = version_example; // {String} 
    +var requestId = requestId_example; // {String} 
     
    -var operationalEnvironmentId = operationalEnvironmentId_example; // {String} 
    +var version = version_example; // {String} 
     
    -var opts = { 
    -  'body': body_example // {String} 
    -};
     
     var callback = function(error, data, response) {
       if (error) {
    @@ -3385,14 +8078,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.activateOperationEnvironment(version, operationalEnvironmentId, opts, callback);
    +api.getOrchestrationRequestForReqId(requestId, version, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -3401,24 +8094,23 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class activateOperationEnvironmentExample
    +    public class getOrchestrationRequestForReqIdExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfracloudResourcesApi();
    +            var apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +            var requestId = requestId_example;  // String | 
                 var version = version_example;  // String | 
    -            var operationalEnvironmentId = operationalEnvironmentId_example;  // String | 
    -            var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Activate an Operational Environment
    -                apiInstance.activateOperationEnvironment(version, operationalEnvironmentId, body);
    +                // Find Orchestrated Requests for a given requestId
    +                apiInstance.getOrchestrationRequestForReqId(requestId, version);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfracloudResourcesApi.activateOperationEnvironment: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationRequestsApi.getOrchestrationRequestForReqId: " + e.Message );
                 }
             }
         }
    @@ -3426,42 +8118,40 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
    +$requestId = requestId_example; // String | 
     $version = version_example; // String | 
    -$operationalEnvironmentId = operationalEnvironmentId_example; // String | 
    -$body = body_example; // String | 
     
     try {
    -    $api_instance->activateOperationEnvironment($version, $operationalEnvironmentId, $body);
    +    $api_instance->getOrchestrationRequestForReqId($requestId, $version);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfracloudResourcesApi->activateOperationEnvironment: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfracloudResourcesApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesApi->new();
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
    +my $requestId = requestId_example; # String | 
     my $version = version_example; # String | 
    -my $operationalEnvironmentId = operationalEnvironmentId_example; # String | 
    -my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->activateOperationEnvironment(version => $version, operationalEnvironmentId => $operationalEnvironmentId, body => $body);
    +    $api_instance->getOrchestrationRequestForReqId(requestId => $requestId, version => $version);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfracloudResourcesApi->activateOperationEnvironment: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -3469,16 +8159,15 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfracloudResourcesApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
    +requestId = requestId_example # String | 
     version = version_example # String | 
    -operationalEnvironmentId = operationalEnvironmentId_example # String | 
    -body = body_example # String |  (optional)
     
     try: 
    -    # Activate an Operational Environment
    -    api_instance.activate_operation_environment(version, operationalEnvironmentId, body=body)
    +    # 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 OnapsoinfracloudResourcesApi->activateOperationEnvironment: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: %s\n" % e)
    @@ -3490,11 +8179,11 @@ except ApiException as e: Name Description - version* + requestId* -
    +
    @@ -3510,11 +8199,11 @@ except ApiException as e: - operationalEnvironmentId* + version* -
    +
    @@ -3533,47 +8222,6 @@ except ApiException as e: -
    Body parameters
    - - - - - - - - - -
    NameDescription
    body - - - -
    -
    @@ -3589,11 +8237,11 @@ $(document).ready(function() {

    -
    -
    +
    +
    -

    createOperationEnvironment

    -

    Create an Operational Environment

    +

    unlockOrchestrationRequest

    +

    Unlock Orchestrated Requests for a given requestId

    @@ -3601,84 +8249,88 @@ $(document).ready(function() {


    -
    /onap/so/infra/cloudResources/{version}/operationalEnvironments
    +
    /onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfracloudResourcesApiExample {
    +public class OnapsoinfraorchestrationRequestsApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
    +        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        String requestId = requestId_example; // String | 
             String version = version_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.createOperationEnvironment(version, body);
    +            apiInstance.unlockOrchestrationRequest(requestId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#createOperationEnvironment");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#unlockOrchestrationRequest");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
     
    -public class OnapsoinfracloudResourcesApiExample {
    +public class OnapsoinfraorchestrationRequestsApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
    +        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        String requestId = requestId_example; // String | 
             String version = version_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.createOperationEnvironment(version, body);
    +            apiInstance.unlockOrchestrationRequest(requestId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#createOperationEnvironment");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#unlockOrchestrationRequest");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    +                            
    +
    String *requestId = requestId_example; // 
    +String *version = version_example; // 
     String *body = body_example; //  (optional)
     
    -OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
    +OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
     
    -// Create an Operational Environment
    -[apiInstance createOperationEnvironmentWith:version
    +// Unlock Orchestrated Requests for a given requestId
    +[apiInstance unlockOrchestrationRequestWith:requestId
    +    version:version
         body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -3688,10 +8340,12 @@ OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfracloudResourcesApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationRequestsApi()
    +
    +var requestId = requestId_example; // {String} 
     
     var version = version_example; // {String} 
     
    @@ -3706,14 +8360,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.createOperationEnvironment(version, opts, callback);
    +api.unlockOrchestrationRequest(requestId, version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -3722,23 +8376,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class createOperationEnvironmentExample
    +    public class unlockOrchestrationRequestExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfracloudResourcesApi();
    +            var apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +            var requestId = requestId_example;  // String | 
                 var version = version_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Create an Operational Environment
    -                apiInstance.createOperationEnvironment(version, body);
    +                // Unlock Orchestrated Requests for a given requestId
    +                apiInstance.unlockOrchestrationRequest(requestId, version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfracloudResourcesApi.createOperationEnvironment: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationRequestsApi.unlockOrchestrationRequest: " + e.Message );
                 }
             }
         }
    @@ -3746,40 +8401,42 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
    +$requestId = requestId_example; // String | 
     $version = version_example; // String | 
     $body = body_example; // String | 
     
     try {
    -    $api_instance->createOperationEnvironment($version, $body);
    +    $api_instance->unlockOrchestrationRequest($requestId, $version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfracloudResourcesApi->createOperationEnvironment: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfracloudResourcesApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesApi->new();
    +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 | 
     
     eval { 
    -    $api_instance->createOperationEnvironment(version => $version, body => $body);
    +    $api_instance->unlockOrchestrationRequest(requestId => $requestId, version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfracloudResourcesApi->createOperationEnvironment: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -3787,15 +8444,16 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfracloudResourcesApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
    +requestId = requestId_example # String | 
     version = version_example # String | 
     body = body_example # String |  (optional)
     
     try: 
    -    # Create an Operational Environment
    -    api_instance.create_operation_environment(version, body=body)
    +    # Unlock Orchestrated Requests for a given requestId
    +    api_instance.unlock_orchestration_request(requestId, version, body=body)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfracloudResourcesApi->createOperationEnvironment: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: %s\n" % e)
    @@ -3807,11 +8465,31 @@ except ApiException as e: Name Description + requestId* + + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    + + + version* -
    +
    @@ -3861,12 +8539,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_createOperationEnvironment_body'); + var result = $('#d2e199_unlockOrchestrationRequest_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -3886,11 +8564,14 @@ $(document).ready(function() {

    -
    -
    +
    +
    +

    OnapsoinfraorchestrationTasks

    +
    +
    -

    deactivateOperationEnvironment

    -

    Deactivate an Operational Environment

    +

    abortOrchestrationTask

    +

    abort orchestrationTask for a given taskId

    @@ -3898,88 +8579,88 @@ $(document).ready(function() {


    -
    /onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate
    +
    /onap/so/infra/orchestrationTasks/{version}/{taskId}/abort

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/cloudResources/{version}/operationalEnvironments/{operationalEnvironmentId}/deactivate"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfracloudResourcesApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
    -        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
    +            apiInstance.abortOrchestrationTask(taskId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#deactivateOperationEnvironment");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#abortOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfracloudResourcesApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinfracloudResourcesApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfracloudResourcesApi apiInstance = new OnapsoinfracloudResourcesApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
    -        String operationalEnvironmentId = operationalEnvironmentId_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
    +            apiInstance.abortOrchestrationTask(taskId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesApi#deactivateOperationEnvironment");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#abortOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    -String *operationalEnvironmentId = operationalEnvironmentId_example; // 
    +                            
    +
    String *taskId = taskId_example; // 
    +String *version = version_example; // 
     String *body = body_example; //  (optional)
     
    -OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Deactivate an Operational Environment
    -[apiInstance deactivateOperationEnvironmentWith:version
    -    operationalEnvironmentId:operationalEnvironmentId
    +// abort orchestrationTask for a given taskId
    +[apiInstance abortOrchestrationTaskWith:taskId
    +    version:version
         body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -3989,14 +8670,14 @@ OnapsoinfracloudResourcesApi *apiInstance = [[OnapsoinfracloudResourcesApi alloc
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfracloudResourcesApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
     
    -var version = version_example; // {String} 
    +var taskId = taskId_example; // {String} 
     
    -var operationalEnvironmentId = operationalEnvironmentId_example; // {String} 
    +var version = version_example; // {String} 
     
     var opts = { 
       'body': body_example // {String} 
    @@ -4009,14 +8690,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.deactivateOperationEnvironment(version, operationalEnvironmentId, opts, callback);
    +api.abortOrchestrationTask(taskId, version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -4025,24 +8706,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class deactivateOperationEnvironmentExample
    +    public class abortOrchestrationTaskExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfracloudResourcesApi();
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
    +            var taskId = taskId_example;  // String | 
                 var version = version_example;  // String | 
    -            var operationalEnvironmentId = operationalEnvironmentId_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Deactivate an Operational Environment
    -                apiInstance.deactivateOperationEnvironment(version, operationalEnvironmentId, body);
    +                // abort orchestrationTask for a given taskId
    +                apiInstance.abortOrchestrationTask(taskId, version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfracloudResourcesApi.deactivateOperationEnvironment: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.abortOrchestrationTask: " + e.Message );
                 }
             }
         }
    @@ -4050,42 +8731,42 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
    +$taskId = taskId_example; // String | 
     $version = version_example; // String | 
    -$operationalEnvironmentId = operationalEnvironmentId_example; // String | 
     $body = body_example; // String | 
     
     try {
    -    $api_instance->deactivateOperationEnvironment($version, $operationalEnvironmentId, $body);
    +    $api_instance->abortOrchestrationTask($taskId, $version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfracloudResourcesApi->deactivateOperationEnvironment: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->abortOrchestrationTask: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfracloudResourcesApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesApi->new();
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
    +my $taskId = taskId_example; # String | 
     my $version = version_example; # String | 
    -my $operationalEnvironmentId = operationalEnvironmentId_example; # String | 
     my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->deactivateOperationEnvironment(version => $version, operationalEnvironmentId => $operationalEnvironmentId, body => $body);
    +    $api_instance->abortOrchestrationTask(taskId => $taskId, version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfracloudResourcesApi->deactivateOperationEnvironment: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->abortOrchestrationTask: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -4093,16 +8774,16 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfracloudResourcesApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
    +taskId = taskId_example # String | 
     version = version_example # String | 
    -operationalEnvironmentId = operationalEnvironmentId_example # String | 
     body = body_example # String |  (optional)
     
     try: 
    -    # Deactivate an Operational Environment
    -    api_instance.deactivate_operation_environment(version, operationalEnvironmentId, body=body)
    +    # abort orchestrationTask for a given taskId
    +    api_instance.abort_orchestration_task(taskId, version, body=body)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfracloudResourcesApi->deactivateOperationEnvironment: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->abortOrchestrationTask: %s\n" % e)
    @@ -4114,11 +8795,11 @@ except ApiException as e: Name Description - version* + taskId* -
    +
    @@ -4134,11 +8815,11 @@ except ApiException as e: - operationalEnvironmentId* + version* -
    +
    @@ -4188,12 +8869,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_deactivateOperationEnvironment_body'); + var result = $('#d2e199_abortOrchestrationTask_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -4213,14 +8894,11 @@ $(document).ready(function() {

    -
    -
    -

    OnapsoinfracloudResourcesRequests

    -
    -
    +
    +
    -

    getOperationEnvironmentStatusFilter

    -

    Get status of an Operational Environment based on filter criteria

    +

    commitOrchestrationTask

    +

    commit orchestrationTask for a given taskId

    @@ -4228,81 +8906,89 @@ $(document).ready(function() {


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

    Usage and SDK Samples

    -
    -
    curl -X GET "http://localhost/onap/so/infra/cloudResourcesRequests/{version}"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfracloudResourcesRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
    +        String body = body_example; // String | 
             try {
    -            apiInstance.getOperationEnvironmentStatusFilter(version);
    +            apiInstance.commitOrchestrationTask(taskId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#getOperationEnvironmentStatusFilter");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#commitOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinfracloudResourcesRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
    +        String body = body_example; // String | 
             try {
    -            apiInstance.getOperationEnvironmentStatusFilter(version);
    +            apiInstance.commitOrchestrationTask(taskId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#getOperationEnvironmentStatusFilter");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#commitOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    +                            
    +
    String *taskId = taskId_example; // 
    +String *version = version_example; // 
    +String *body = body_example; //  (optional)
     
    -OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesRequestsApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Get status of an Operational Environment based on filter criteria
    -[apiInstance getOperationEnvironmentStatusFilterWith:version
    +// commit orchestrationTask for a given taskId
    +[apiInstance commitOrchestrationTaskWith:taskId
    +    version:version
    +    body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -4311,13 +8997,18 @@ OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesR
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfracloudResourcesRequestsApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
    +
    +var taskId = taskId_example; // {String} 
     
     var version = version_example; // {String} 
     
    +var opts = { 
    +  'body': body_example // {String} 
    +};
     
     var callback = function(error, data, response) {
       if (error) {
    @@ -4326,14 +9017,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.getOperationEnvironmentStatusFilter(version, callback);
    +api.commitOrchestrationTask(taskId, version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -4342,22 +9033,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class getOperationEnvironmentStatusFilterExample
    +    public class commitOrchestrationTaskExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
    +            var taskId = taskId_example;  // String | 
                 var version = version_example;  // String | 
    +            var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Get status of an Operational Environment based on filter criteria
    -                apiInstance.getOperationEnvironmentStatusFilter(version);
    +                // commit orchestrationTask for a given taskId
    +                apiInstance.commitOrchestrationTask(taskId, version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfracloudResourcesRequestsApi.getOperationEnvironmentStatusFilter: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.commitOrchestrationTask: " + e.Message );
                 }
             }
         }
    @@ -4365,38 +9058,42 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesRequestsApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
    +$taskId = taskId_example; // String | 
     $version = version_example; // String | 
    +$body = body_example; // String | 
     
     try {
    -    $api_instance->getOperationEnvironmentStatusFilter($version);
    +    $api_instance->commitOrchestrationTask($taskId, $version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->commitOrchestrationTask: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi->new();
    +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 | 
     
     eval { 
    -    $api_instance->getOperationEnvironmentStatusFilter(version => $version);
    +    $api_instance->commitOrchestrationTask(taskId => $taskId, version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->commitOrchestrationTask: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -4404,14 +9101,16 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfracloudResourcesRequestsApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
    +taskId = taskId_example # String | 
     version = version_example # String | 
    +body = body_example # String |  (optional)
     
     try: 
    -    # Get status of an Operational Environment based on filter criteria
    -    api_instance.get_operation_environment_status_filter(version)
    +    # commit orchestrationTask for a given taskId
    +    api_instance.commit_orchestration_task(taskId, version, body=body)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfracloudResourcesRequestsApi->getOperationEnvironmentStatusFilter: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->commitOrchestrationTask: %s\n" % e)
    @@ -4423,11 +9122,31 @@ except ApiException as e: Name Description + taskId* + + + +
    +
    +
    + + String + + +
    +
    + Required +
    +
    +
    + + + version* -
    +
    @@ -4446,6 +9165,47 @@ except ApiException as e: +
    Body parameters
    + + + + + + + + + +
    NameDescription
    body + + + +
    +
    @@ -4461,11 +9221,11 @@ except ApiException as e:

    -
    -
    +
    +
    -

    unlockOrchestrationRequestForReqId

    -

    Unlock CloudOrchestration requests for a specified requestId

    +

    createOrchestrationTask

    +

    Create an orchestrationTask

    @@ -4473,88 +9233,84 @@ except ApiException as e:


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

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/cloudResourcesRequests/{version}/{requestId}/unlock"
    +
    +
    curl -X POST "http://localhost/onap/so/infra/orchestrationTasks/{version}"
    -
    +
    import io.swagger.client.*;
     import io.swagger.client.auth.*;
     import io.swagger.client.model.*;
    -import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfracloudResourcesRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    -        String requestId = requestId_example; // String | 
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
             String version = version_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
    +            apiInstance.createOrchestrationTask(version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#unlockOrchestrationRequestForReqId");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#createOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfracloudResourcesRequestsApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinfracloudResourcesRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfracloudResourcesRequestsApi apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    -        String requestId = requestId_example; // String | 
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
             String version = version_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
    +            apiInstance.createOrchestrationTask(version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfracloudResourcesRequestsApi#unlockOrchestrationRequestForReqId");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#createOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *requestId = requestId_example; // 
    -String *version = version_example; // 
    +                            
    +
    String *version = version_example; // 
     String *body = body_example; //  (optional)
     
    -OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesRequestsApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Unlock CloudOrchestration requests for a specified requestId
    -[apiInstance unlockOrchestrationRequestForReqIdWith:requestId
    -    version:version
    +// Create an orchestrationTask
    +[apiInstance createOrchestrationTaskWith:version
         body:body
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -4564,12 +9320,10 @@ OnapsoinfracloudResourcesRequestsApi *apiInstance = [[OnapsoinfracloudResourcesR
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    -
    -var api = new SoCasablancaApIs.OnapsoinfracloudResourcesRequestsApi()
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var requestId = requestId_example; // {String} 
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
     
     var version = version_example; // {String} 
     
    @@ -4584,14 +9338,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.unlockOrchestrationRequestForReqId(requestId, version, opts, callback);
    +api.createOrchestrationTask(version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -4600,24 +9354,23 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class unlockOrchestrationRequestForReqIdExample
    +    public class createOrchestrationTaskExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfracloudResourcesRequestsApi();
    -            var requestId = requestId_example;  // String | 
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
                 var version = version_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Unlock CloudOrchestration requests for a specified requestId
    -                apiInstance.unlockOrchestrationRequestForReqId(requestId, version, body);
    +                // Create an orchestrationTask
    +                apiInstance.createOrchestrationTask(version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfracloudResourcesRequestsApi.unlockOrchestrationRequestForReqId: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.createOrchestrationTask: " + e.Message );
                 }
             }
         }
    @@ -4625,42 +9378,40 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfracloudResourcesRequestsApi();
    -$requestId = requestId_example; // String | 
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
     $version = version_example; // String | 
     $body = body_example; // String | 
     
     try {
    -    $api_instance->unlockOrchestrationRequestForReqId($requestId, $version, $body);
    +    $api_instance->createOrchestrationTask($version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfracloudResourcesRequestsApi->unlockOrchestrationRequestForReqId: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->createOrchestrationTask: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfracloudResourcesRequestsApi->new();
    -my $requestId = requestId_example; # String | 
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
     my $version = version_example; # String | 
     my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->unlockOrchestrationRequestForReqId(requestId => $requestId, version => $version, body => $body);
    +    $api_instance->createOrchestrationTask(version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfracloudResourcesRequestsApi->unlockOrchestrationRequestForReqId: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->createOrchestrationTask: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -4668,16 +9419,15 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfracloudResourcesRequestsApi()
    -requestId = requestId_example # String | 
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
     version = version_example # String | 
     body = body_example # String |  (optional)
     
     try: 
    -    # Unlock CloudOrchestration requests for a specified requestId
    -    api_instance.unlock_orchestration_request_for_req_id(requestId, version, body=body)
    +    # Create an orchestrationTask
    +    api_instance.create_orchestration_task(version, body=body)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfracloudResourcesRequestsApi->unlockOrchestrationRequestForReqId: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->createOrchestrationTask: %s\n" % e)
    @@ -4689,31 +9439,11 @@ except ApiException as e: Name Description - requestId* - - - -
    -
    -
    - - String - - -
    -
    - Required -
    -
    -
    - - - version* -
    +
    @@ -4763,12 +9493,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_unlockOrchestrationRequestForReqId_body'); + var result = $('#d2e199_createOrchestrationTask_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -4788,14 +9518,11 @@ $(document).ready(function() {

    -
    -
    -

    OnapsoinframodelDistributions

    -
    -
    +
    +
    -

    updateModelDistributionStatus

    -

    Update model distribution status

    +

    deleteOrchestrationTask

    +

    delete orchestrationTask for a given taskId

    @@ -4803,89 +9530,85 @@ $(document).ready(function() {


    -
    /onap/so/infra/modelDistributions/{version}/distributions/{distributionId}
    +
    /onap/so/infra/orchestrationTasks/{version}/{taskId}

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/modelDistributions/{version}/distributions/{distributionId}"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinframodelDistributionsApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinframodelDistributionsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinframodelDistributionsApi apiInstance = new OnapsoinframodelDistributionsApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
    -        String distributionId = distributionId_example; // String | 
    -        String body = body_example; // String | 
             try {
    -            apiInstance.updateModelDistributionStatus(version, distributionId, body);
    +            apiInstance.deleteOrchestrationTask(taskId, version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinframodelDistributionsApi#updateModelDistributionStatus");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#deleteOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinframodelDistributionsApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinframodelDistributionsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinframodelDistributionsApi apiInstance = new OnapsoinframodelDistributionsApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
    -        String distributionId = distributionId_example; // String | 
    -        String body = body_example; // String | 
             try {
    -            apiInstance.updateModelDistributionStatus(version, distributionId, body);
    +            apiInstance.deleteOrchestrationTask(taskId, version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinframodelDistributionsApi#updateModelDistributionStatus");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#deleteOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *version = version_example; // 
    -String *distributionId = distributionId_example; // 
    -String *body = body_example; //  (optional)
    +                            
    +
    String *taskId = taskId_example; // 
    +String *version = version_example; // 
     
    -OnapsoinframodelDistributionsApi *apiInstance = [[OnapsoinframodelDistributionsApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Update model distribution status
    -[apiInstance updateModelDistributionStatusWith:version
    -    distributionId:distributionId
    -    body:body
    +// delete orchestrationTask for a given taskId
    +[apiInstance deleteOrchestrationTaskWith:taskId
    +    version:version
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -4894,18 +9617,15 @@ OnapsoinframodelDistributionsApi *apiInstance = [[OnapsoinframodelDistributionsA
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinframodelDistributionsApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
     
    -var version = version_example; // {String} 
    +var taskId = taskId_example; // {String} 
     
    -var distributionId = distributionId_example; // {String} 
    +var version = version_example; // {String} 
     
    -var opts = { 
    -  'body': body_example // {String} 
    -};
     
     var callback = function(error, data, response) {
       if (error) {
    @@ -4914,14 +9634,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.updateModelDistributionStatus(version, distributionId, opts, callback);
    +api.deleteOrchestrationTask(taskId, version, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -4930,24 +9650,23 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class updateModelDistributionStatusExample
    +    public class deleteOrchestrationTaskExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinframodelDistributionsApi();
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
    +            var taskId = taskId_example;  // String | 
                 var version = version_example;  // String | 
    -            var distributionId = distributionId_example;  // String | 
    -            var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Update model distribution status
    -                apiInstance.updateModelDistributionStatus(version, distributionId, body);
    +                // delete orchestrationTask for a given taskId
    +                apiInstance.deleteOrchestrationTask(taskId, version);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinframodelDistributionsApi.updateModelDistributionStatus: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.deleteOrchestrationTask: " + e.Message );
                 }
             }
         }
    @@ -4955,42 +9674,40 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinframodelDistributionsApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
    +$taskId = taskId_example; // String | 
     $version = version_example; // String | 
    -$distributionId = distributionId_example; // String | 
    -$body = body_example; // String | 
     
     try {
    -    $api_instance->updateModelDistributionStatus($version, $distributionId, $body);
    +    $api_instance->deleteOrchestrationTask($taskId, $version);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinframodelDistributionsApi->updateModelDistributionStatus: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->deleteOrchestrationTask: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinframodelDistributionsApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinframodelDistributionsApi->new();
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
    +my $taskId = taskId_example; # String | 
     my $version = version_example; # String | 
    -my $distributionId = distributionId_example; # String | 
    -my $body = WWW::SwaggerClient::Object::String->new(); # String | 
     
     eval { 
    -    $api_instance->updateModelDistributionStatus(version => $version, distributionId => $distributionId, body => $body);
    +    $api_instance->deleteOrchestrationTask(taskId => $taskId, version => $version);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinframodelDistributionsApi->updateModelDistributionStatus: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->deleteOrchestrationTask: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -4998,16 +9715,15 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinframodelDistributionsApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
    +taskId = taskId_example # String | 
     version = version_example # String | 
    -distributionId = distributionId_example # String | 
    -body = body_example # String |  (optional)
     
     try: 
    -    # Update model distribution status
    -    api_instance.update_model_distribution_status(version, distributionId, body=body)
    +    # delete orchestrationTask for a given taskId
    +    api_instance.delete_orchestration_task(taskId, version)
     except ApiException as e:
    -    print("Exception when calling OnapsoinframodelDistributionsApi->updateModelDistributionStatus: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->deleteOrchestrationTask: %s\n" % e)
    @@ -5019,11 +9735,11 @@ except ApiException as e: Name Description - version* + taskId* -
    +
    @@ -5039,11 +9755,11 @@ except ApiException as e: - distributionId* + version* -
    +
    @@ -5062,47 +9778,6 @@ except ApiException as e: -
    Body parameters
    - - - - - - - - - -
    NameDescription
    body - - - -
    -
    @@ -5118,14 +9793,11 @@ $(document).ready(function() {

    -
    -
    -

    OnapsoinfraorchestrationRequests

    -
    -
    +
    +
    -

    getOrchestrationRequest

    -

    Find Orchestrated Requests for a URI Information

    +

    getAllOrchestrationTasks

    +

    Get all orchestrationTasks

    @@ -5133,81 +9805,81 @@ $(document).ready(function() {


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

    Usage and SDK Samples

    -
    -
    curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}"
    +
    +
    curl -X GET "http://localhost/onap/so/infra/orchestrationTasks/{version}"
    -
    +
    import io.swagger.client.*;
     import io.swagger.client.auth.*;
     import io.swagger.client.model.*;
    -import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfraorchestrationRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
             String version = version_example; // String | 
             try {
    -            apiInstance.getOrchestrationRequest(version);
    +            apiInstance.getAllOrchestrationTasks(version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequest");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#getAllOrchestrationTasks");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinfraorchestrationRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
             String version = version_example; // String | 
             try {
    -            apiInstance.getOrchestrationRequest(version);
    +            apiInstance.getAllOrchestrationTasks(version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequest");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#getAllOrchestrationTasks");
                 e.printStackTrace();
             }
         }
     }
    -
    +
    String *version = version_example; // 
     
    -OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Find Orchestrated Requests for a URI Information
    -[apiInstance getOrchestrationRequestWith:version
    +// Get all orchestrationTasks
    +[apiInstance getAllOrchestrationTasksWith:version
                   completionHandler: ^(NSError* error) {
                                 if (error) {
                                     NSLog(@"Error: %@", error);
    @@ -5216,10 +9888,10 @@ OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationReq
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraorchestrationRequestsApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
     
     var version = version_example; // {String} 
     
    @@ -5231,14 +9903,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.getOrchestrationRequest(version, callback);
    +api.getAllOrchestrationTasks(version, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -5247,22 +9919,22 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class getOrchestrationRequestExample
    +    public class getAllOrchestrationTasksExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfraorchestrationRequestsApi();
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
                 var version = version_example;  // String | 
     
                 try
                 {
    -                // Find Orchestrated Requests for a URI Information
    -                apiInstance.getOrchestrationRequest(version);
    +                // Get all orchestrationTasks
    +                apiInstance.getAllOrchestrationTasks(version);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfraorchestrationRequestsApi.getOrchestrationRequest: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.getAllOrchestrationTasks: " + e.Message );
                 }
             }
         }
    @@ -5270,38 +9942,38 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
     $version = version_example; // String | 
     
     try {
    -    $api_instance->getOrchestrationRequest($version);
    +    $api_instance->getAllOrchestrationTasks($version);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->getAllOrchestrationTasks: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
     my $version = version_example; # String | 
     
     eval { 
    -    $api_instance->getOrchestrationRequest(version => $version);
    +    $api_instance->getAllOrchestrationTasks(version => $version);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->getAllOrchestrationTasks: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -5309,14 +9981,14 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
     version = version_example # String | 
     
     try: 
    -    # Find Orchestrated Requests for a URI Information
    -    api_instance.get_orchestration_request(version)
    +    # Get all orchestrationTasks
    +    api_instance.get_all_orchestration_tasks(version)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequest: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->getAllOrchestrationTasks: %s\n" % e)
    @@ -5332,7 +10004,7 @@ except ApiException as e: -
    +
    @@ -5366,11 +10038,11 @@ except ApiException as e:

    -
    -
    +
    +
    -

    getOrchestrationRequestForReqId

    -

    Find Orchestrated Requests for a given requestId

    +

    getOrchestrationTask

    +

    Get orchestrationTask for a given taskId

    @@ -5378,84 +10050,84 @@ except ApiException as e:


    -
    /onap/so/infra/orchestrationRequests/{version}/{requestId}
    +
    /onap/so/infra/orchestrationTasks/{version}/{taskId}

    Usage and SDK Samples

    -
    -
    curl -X GET "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfraorchestrationRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    -        String requestId = requestId_example; // String | 
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
             try {
    -            apiInstance.getOrchestrationRequestForReqId(requestId, version);
    +            apiInstance.getOrchestrationTask(taskId, version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequestForReqId");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#getOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinfraorchestrationRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    -        String requestId = requestId_example; // String | 
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
             try {
    -            apiInstance.getOrchestrationRequestForReqId(requestId, version);
    +            apiInstance.getOrchestrationTask(taskId, version);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#getOrchestrationRequestForReqId");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#getOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *requestId = requestId_example; // 
    +                            
    +
    String *taskId = taskId_example; // 
     String *version = version_example; // 
     
    -OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Find Orchestrated Requests for a given requestId
    -[apiInstance getOrchestrationRequestForReqIdWith:requestId
    +// Get orchestrationTask for a given taskId
    +[apiInstance getOrchestrationTaskWith:taskId
         version:version
                   completionHandler: ^(NSError* error) {
                                 if (error) {
    @@ -5465,12 +10137,12 @@ OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationReq
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraorchestrationRequestsApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
     
    -var requestId = requestId_example; // {String} 
    +var taskId = taskId_example; // {String} 
     
     var version = version_example; // {String} 
     
    @@ -5482,14 +10154,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.getOrchestrationRequestForReqId(requestId, version, callback);
    +api.getOrchestrationTask(taskId, version, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -5498,23 +10170,23 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class getOrchestrationRequestForReqIdExample
    +    public class getOrchestrationTaskExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfraorchestrationRequestsApi();
    -            var requestId = requestId_example;  // String | 
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
    +            var taskId = taskId_example;  // String | 
                 var version = version_example;  // String | 
     
                 try
                 {
    -                // Find Orchestrated Requests for a given requestId
    -                apiInstance.getOrchestrationRequestForReqId(requestId, version);
    +                // Get orchestrationTask for a given taskId
    +                apiInstance.getOrchestrationTask(taskId, version);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfraorchestrationRequestsApi.getOrchestrationRequestForReqId: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.getOrchestrationTask: " + e.Message );
                 }
             }
         }
    @@ -5522,40 +10194,40 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
    -$requestId = requestId_example; // String | 
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
    +$taskId = taskId_example; // String | 
     $version = version_example; // String | 
     
     try {
    -    $api_instance->getOrchestrationRequestForReqId($requestId, $version);
    +    $api_instance->getOrchestrationTask($taskId, $version);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->getOrchestrationTask: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
    -my $requestId = requestId_example; # String | 
    +my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi->new();
    +my $taskId = taskId_example; # String | 
     my $version = version_example; # String | 
     
     eval { 
    -    $api_instance->getOrchestrationRequestForReqId(requestId => $requestId, version => $version);
    +    $api_instance->getOrchestrationTask(taskId => $taskId, version => $version);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->getOrchestrationTask: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -5563,15 +10235,15 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
    -requestId = requestId_example # String | 
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
    +taskId = taskId_example # String | 
     version = version_example # String | 
     
     try: 
    -    # Find Orchestrated Requests for a given requestId
    -    api_instance.get_orchestration_request_for_req_id(requestId, version)
    +    # Get orchestrationTask for a given taskId
    +    api_instance.get_orchestration_task(taskId, version)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfraorchestrationRequestsApi->getOrchestrationRequestForReqId: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->getOrchestrationTask: %s\n" % e)
    @@ -5583,11 +10255,11 @@ except ApiException as e: Name Description - requestId* + taskId* -
    +
    @@ -5607,7 +10279,7 @@ except ApiException as e: -
    +
    @@ -5641,11 +10313,11 @@ except ApiException as e:

    -
    -
    +
    +
    -

    unlockOrchestrationRequest

    -

    Unlock Orchestrated Requests for a given requestId

    +

    updateOrchestrationTask

    +

    update orchestrationTask for a given taskId

    @@ -5653,87 +10325,87 @@ except ApiException as e:


    -
    /onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock
    +
    /onap/so/infra/orchestrationTasks/{version}/{taskId}

    Usage and SDK Samples

    -
    -
    curl -X POST "http://localhost/onap/so/infra/orchestrationRequests/{version}/{requestId}/unlock"
    +
    +
    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.*;
    -import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
    +import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
     import java.io.File;
     import java.util.*;
     
    -public class OnapsoinfraorchestrationRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
             
    -        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    -        String requestId = requestId_example; // String | 
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.unlockOrchestrationRequest(requestId, version, body);
    +            apiInstance.updateOrchestrationTask(taskId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#unlockOrchestrationRequest");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#updateOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    import io.swagger.client.api.OnapsoinfraorchestrationRequestsApi;
    +                          
    +
    import io.swagger.client.api.OnapsoinfraorchestrationTasksApi;
     
    -public class OnapsoinfraorchestrationRequestsApiExample {
    +public class OnapsoinfraorchestrationTasksApiExample {
     
         public static void main(String[] args) {
    -        OnapsoinfraorchestrationRequestsApi apiInstance = new OnapsoinfraorchestrationRequestsApi();
    -        String requestId = requestId_example; // String | 
    +        OnapsoinfraorchestrationTasksApi apiInstance = new OnapsoinfraorchestrationTasksApi();
    +        String taskId = taskId_example; // String | 
             String version = version_example; // String | 
             String body = body_example; // String | 
             try {
    -            apiInstance.unlockOrchestrationRequest(requestId, version, body);
    +            apiInstance.updateOrchestrationTask(taskId, version, body);
             } catch (ApiException e) {
    -            System.err.println("Exception when calling OnapsoinfraorchestrationRequestsApi#unlockOrchestrationRequest");
    +            System.err.println("Exception when calling OnapsoinfraorchestrationTasksApi#updateOrchestrationTask");
                 e.printStackTrace();
             }
         }
     }
    -
    -
    String *requestId = requestId_example; // 
    +                            
    +
    String *taskId = taskId_example; // 
     String *version = version_example; // 
     String *body = body_example; //  (optional)
     
    -OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationRequestsApi alloc] init];
    +OnapsoinfraorchestrationTasksApi *apiInstance = [[OnapsoinfraorchestrationTasksApi alloc] init];
     
    -// Unlock Orchestrated Requests for a given requestId
    -[apiInstance unlockOrchestrationRequestWith:requestId
    +// update orchestrationTask for a given taskId
    +[apiInstance updateOrchestrationTaskWith:taskId
         version:version
         body:body
                   completionHandler: ^(NSError* error) {
    @@ -5744,12 +10416,12 @@ OnapsoinfraorchestrationRequestsApi *apiInstance = [[OnapsoinfraorchestrationReq
     
    -
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                            
    +
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraorchestrationRequestsApi()
    +var api = new SoGuilinApIs.OnapsoinfraorchestrationTasksApi()
     
    -var requestId = requestId_example; // {String} 
    +var taskId = taskId_example; // {String} 
     
     var version = version_example; // {String} 
     
    @@ -5764,14 +10436,14 @@ var callback = function(error, data, response) {
         console.log('API called successfully.');
       }
     };
    -api.unlockOrchestrationRequest(requestId, version, opts, callback);
    +api.updateOrchestrationTask(taskId, version, opts, callback);
     
    - -
    +
    using System;
     using System.Diagnostics;
     using IO.Swagger.Api;
    @@ -5780,24 +10452,24 @@ using IO.Swagger.Model;
     
     namespace Example
     {
    -    public class unlockOrchestrationRequestExample
    +    public class updateOrchestrationTaskExample
         {
             public void main()
             {
                 
    -            var apiInstance = new OnapsoinfraorchestrationRequestsApi();
    -            var requestId = requestId_example;  // String | 
    +            var apiInstance = new OnapsoinfraorchestrationTasksApi();
    +            var taskId = taskId_example;  // String | 
                 var version = version_example;  // String | 
                 var body = body_example;  // String |  (optional) 
     
                 try
                 {
    -                // Unlock Orchestrated Requests for a given requestId
    -                apiInstance.unlockOrchestrationRequest(requestId, version, body);
    +                // update orchestrationTask for a given taskId
    +                apiInstance.updateOrchestrationTask(taskId, version, body);
                 }
                 catch (Exception e)
                 {
    -                Debug.Print("Exception when calling OnapsoinfraorchestrationRequestsApi.unlockOrchestrationRequest: " + e.Message );
    +                Debug.Print("Exception when calling OnapsoinfraorchestrationTasksApi.updateOrchestrationTask: " + e.Message );
                 }
             }
         }
    @@ -5805,42 +10477,42 @@ namespace Example
     
    -
    +
    <?php
     require_once(__DIR__ . '/vendor/autoload.php');
     
    -$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationRequestsApi();
    -$requestId = requestId_example; // String | 
    +$api_instance = new Swagger\Client\Api\OnapsoinfraorchestrationTasksApi();
    +$taskId = taskId_example; // String | 
     $version = version_example; // String | 
     $body = body_example; // String | 
     
     try {
    -    $api_instance->unlockOrchestrationRequest($requestId, $version, $body);
    +    $api_instance->updateOrchestrationTask($taskId, $version, $body);
     } catch (Exception $e) {
    -    echo 'Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: ', $e->getMessage(), PHP_EOL;
    +    echo 'Exception when calling OnapsoinfraorchestrationTasksApi->updateOrchestrationTask: ', $e->getMessage(), PHP_EOL;
     }
     ?>
    -
    +
    use Data::Dumper;
     use WWW::SwaggerClient::Configuration;
    -use WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi;
    +use WWW::SwaggerClient::OnapsoinfraorchestrationTasksApi;
     
    -my $api_instance = WWW::SwaggerClient::OnapsoinfraorchestrationRequestsApi->new();
    -my $requestId = requestId_example; # String | 
    +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 | 
     
     eval { 
    -    $api_instance->unlockOrchestrationRequest(requestId => $requestId, version => $version, body => $body);
    +    $api_instance->updateOrchestrationTask(taskId => $taskId, version => $version, body => $body);
     };
     if ($@) {
    -    warn "Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: $@\n";
    +    warn "Exception when calling OnapsoinfraorchestrationTasksApi->updateOrchestrationTask: $@\n";
     }
    -
    +
    from __future__ import print_statement
     import time
     import swagger_client
    @@ -5848,16 +10520,16 @@ from swagger_client.rest import ApiException
     from pprint import pprint
     
     # create an instance of the API class
    -api_instance = swagger_client.OnapsoinfraorchestrationRequestsApi()
    -requestId = requestId_example # String | 
    +api_instance = swagger_client.OnapsoinfraorchestrationTasksApi()
    +taskId = taskId_example # String | 
     version = version_example # String | 
     body = body_example # String |  (optional)
     
     try: 
    -    # Unlock Orchestrated Requests for a given requestId
    -    api_instance.unlock_orchestration_request(requestId, version, body=body)
    +    # update orchestrationTask for a given taskId
    +    api_instance.update_orchestration_task(taskId, version, body=body)
     except ApiException as e:
    -    print("Exception when calling OnapsoinfraorchestrationRequestsApi->unlockOrchestrationRequest: %s\n" % e)
    + print("Exception when calling OnapsoinfraorchestrationTasksApi->updateOrchestrationTask: %s\n" % e)
    @@ -5869,11 +10541,11 @@ except ApiException as e: Name Description - requestId* + taskId* -
    +
    @@ -5893,7 +10565,7 @@ except ApiException as e: -
    +
    @@ -5943,12 +10615,12 @@ $(document).ready(function() { } var view = new JSONSchemaView(schema,2,{isBodyParam: true}); - var result = $('#d2e199_unlockOrchestrationRequest_body'); + var result = $('#d2e199_updateOrchestrationTask_body'); result.empty(); result.append(view.render()); }); -
    +
    @@ -6079,9 +10751,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -6432,9 +11104,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -6759,9 +11431,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -7090,9 +11762,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -7439,9 +12111,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -7740,9 +12412,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -8067,9 +12739,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -8390,9 +13062,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -8695,9 +13367,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -9048,9 +13720,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -9379,9 +14051,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -9740,9 +14412,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -10123,9 +14795,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -10476,9 +15148,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -10807,9 +15479,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -11164,9 +15836,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -11517,9 +16189,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -11852,9 +16524,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -12235,9 +16907,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -12596,9 +17268,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -12979,9 +17651,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -13336,9 +18008,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -13693,9 +18365,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -14046,9 +18718,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -14381,9 +19053,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -14764,9 +19436,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -15121,9 +19793,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -15474,9 +20146,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -15805,9 +20477,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -16166,9 +20838,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -16549,9 +21221,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -16910,9 +21582,9 @@ OnapsoinfraserviceInstantiationApi *apiInstance = [[OnapsoinfraserviceInstantiat
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfraserviceInstantiationApi()
    +var api = new SoGuilinApIs.OnapsoinfraserviceInstantiationApi()
     
     var version = version_example; // {String} 
     
    @@ -17312,9 +21984,9 @@ OnapsoinfratasksApi *apiInstance = [[OnapsoinfratasksApi alloc] init];
                                 
    -
    var SoCasablancaApIs = require('so_casablanca_ap_is');
    +                              
    var SoGuilinApIs = require('so_guilin_ap_is');
     
    -var api = new SoCasablancaApIs.OnapsoinfratasksApi()
    +var api = new SoGuilinApIs.OnapsoinfratasksApi()
     
     var version = version_example; // {String} 
     
    @@ -17636,11 +22308,6 @@ except ApiException as e:
                     
    http://apache.org/licenses/LICENSE-2.0.html
    -
    -
    - Generated 2018-11-19T03:11:19.743Z -
    -
    @@ -18835,6 +23502,12 @@ var JSONSchemaView = (function () { return this.element; } + if (this.schema && this.schema.example) { + var exampleDiv = document.createElement('div'); + exampleDiv.innerHTML = '
    \n example: ' + this.schema.example + '\n
    '; + this.element.appendChild(exampleDiv.querySelector('.example')); + } + if (!this.isCollapsed) { this.appendChildren(this.element); } @@ -19361,7 +24034,7 @@ g,0 var schemaWrapper = {}; - schemaWrapper.definitions = Object.assign({}, defs); + schemaWrapper.definitions = defs; defsParser = new $RefParser(); defsParser.dereference(schemaWrapper).catch(function(err) { console.log(err); diff --git a/docs/api/swagger/swagger.json b/docs/api/swagger/swagger.json index 5051ba19e9..bee195c402 100644 --- a/docs/api/swagger/swagger.json +++ b/docs/api/swagger/swagger.json @@ -9,7 +9,7 @@ "name": "e2eServiceInstances" }, { - "name": "3gppservices" + "name": "Onap3gppServiceInstances" }, { "name": "globalhealthcheck" @@ -20,6 +20,9 @@ { "name": "onapsoinfraorchestrationRequests" }, + { + "name": "onapsoinfraorchestrationTasks" + }, { "name": "onapsoinfraserviceInstantiation" }, @@ -164,6 +167,57 @@ } } }, + "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/{operationType}": { + "post": { + "tags": [ + "e2eServiceInstances" + ], + "summary": "Activate/Deactivate 5G slice Service on a specified version and serviceId", + "description": "", + "operationId": "activateE2EServiceInstances", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][3-5]" + }, + { + "name": "serviceId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "operationType", + "in": "path", + "required": true, + "type": "string", + "pattern": "activate/deactivate" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + } + }, "/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}": { "get": { "tags": [ @@ -294,7 +348,7 @@ "/onap/so/infra/3gppservices/{version}/allocate": { "post": { "tags": [ - "3gppservices" + "Onap3gppServiceInstances" ], "summary": "Create a 3GPP Service Instance on a version provided", "description": "", @@ -335,7 +389,7 @@ "/onap/so/infra/3gppservices/{version}/deAllocate": { "delete": { "tags": [ - "3gppservices" + "Onap3gppServiceInstances" ], "summary": "Terminate/Deallocate a 3GPP Service Instance on a version provided", "description": "", @@ -376,7 +430,7 @@ "/onap/so/infra/3gppservices/{version}/modify": { "put": { "tags": [ - "3gppservices" + "Onap3gppServiceInstances" ], "summary": "Modify a 3GPP Service Instance on a version provided", "description": "", @@ -417,7 +471,7 @@ "/onap/so/infra/3gppservices/{version}/activate": { "post": { "tags": [ - "3gppservices" + "Onap3gppServiceInstances" ], "summary": "Activate a 3GPP Service Instance on a version provided", "description": "", @@ -458,7 +512,7 @@ "/onap/so/infra/3gppservices/{version}/deActivate": { "post": { "tags": [ - "3gppservices" + "Onap3gppServiceInstances" ], "summary": "Deactivate a 3GPP Service Instance on a version provided", "description": "", @@ -499,7 +553,7 @@ "/onap/so/infra/3gppservices/{version}/subnetCapabilityQuery": { "get": { "tags": [ - "3gppservices" + "Onap3gppServiceInstances" ], "summary": "Provides subnet capability based on subnet types", "description": "", @@ -687,6 +741,251 @@ } } }, + "/onap/so/infra/orchestrationTasks/{version}": { + "get": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "Get all orchestrationTasks", + "description": "", + "operationId": "getAllOrchestrationTasks", + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + }, + "post": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "Create an orchestrationTask", + "description": "", + "operationId": "createOrchestrationTask", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + } + }, + "/onap/so/infra/orchestrationTasks/{version}/{taskId}": { + "get": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "Get orchestrationTask for a given taskId", + "description": "", + "operationId": "getOrchestrationTask", + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "taskId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + }, + "put": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "update orchestrationTask for a given taskId", + "description": "", + "operationId": "updateOrchestrationTask", + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "taskId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + }, + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "type": "string" + } + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + }, + "delete": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "delete orchestrationTask for a given taskId", + "description": "", + "operationId": "deleteOrchestrationTask", + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "taskId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + } + }, + "/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit": { + "post": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "commit orchestrationTask for a given taskId", + "description": "", + "operationId": "commitOrchestrationTask", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "taskId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + } + }, + "/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort": { + "post": { + "tags": [ + "onapsoinfraorchestrationTasks" + ], + "summary": "abort orchestrationTask for a given taskId", + "description": "", + "operationId": "abortOrchestrationTask", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "taskId", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "version", + "in": "path", + "required": true, + "type": "string", + "pattern": "[vV][4-7]" + } + ], + "responses": { + "default": { + "description": "successful operation" + } + } + } + }, "/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete": { "post": { "tags": [ @@ -2678,11 +2977,11 @@ "type": "string", "enum": [ "AN", - "AN-NF", + "AN_NF", "CN", - "TN-FH", - "TN-MH", - "TN-BH" + "TN_FH", + "TN_MH", + "TN_BH" ] }, "3gppServiceResponse": { @@ -2699,9 +2998,9 @@ }, "statusDescription": { "description": "Description on status in case of erroneous response", - "type": "string" + "type": "object" } } } } -} +} \ No newline at end of file diff --git a/docs/api/swagger/swagger.yaml b/docs/api/swagger/swagger.yaml index 049436f954..f0f3a87800 100644 --- a/docs/api/swagger/swagger.yaml +++ b/docs/api/swagger/swagger.yaml @@ -4,10 +4,11 @@ info: title: SO Guilin APIs tags: - name: e2eServiceInstances - - name: 3gppservices + - name: Onap3gppServiceInstances - name: globalhealthcheck - name: nodehealthcheck - name: onapsoinfraorchestrationRequests + - name: onapsoinfraorchestrationTasks - name: onapsoinfraserviceInstantiation - name: onapsoinfratasks - name: onapsoinfracloudResources @@ -98,6 +99,42 @@ paths: responses: default: description: successful operation + '/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/{operationType}': + post: + tags: + - e2eServiceInstances + summary: >- + Activate/Deactivate 5G slice Service on a specified version and + serviceId + description: '' + operationId: activateE2EServiceInstances + consumes: + - application/json + produces: + - application/json + parameters: + - in: body + name: body + required: false + schema: + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][3-5]' + - name: serviceId + in: path + required: true + type: string + - name: operationType + in: path + required: true + type: string + pattern: activate/deactivate + responses: + default: + description: successful operation '/onap/so/infra/e2eServiceInstances/{version}/{serviceId}/operations/{operationId}': get: tags: @@ -187,7 +224,7 @@ paths: '/onap/so/infra/3gppservices/{version}/allocate': post: tags: - - 3gppservices + - Onap3gppServiceInstances summary: Create a 3GPP Service Instance on a version provided description: '' operationId: allocate3gppService @@ -214,7 +251,7 @@ paths: '/onap/so/infra/3gppservices/{version}/deAllocate': delete: tags: - - 3gppservices + - Onap3gppServiceInstances summary: Terminate/Deallocate a 3GPP Service Instance on a version provided description: '' operationId: deallocate3gppService @@ -241,7 +278,7 @@ paths: '/onap/so/infra/3gppservices/{version}/modify': put: tags: - - 3gppservices + - Onap3gppServiceInstances summary: Modify a 3GPP Service Instance on a version provided description: '' operationId: modify3gppService @@ -268,7 +305,7 @@ paths: '/onap/so/infra/3gppservices/{version}/activate': post: tags: - - 3gppservices + - Onap3gppServiceInstances summary: Activate a 3GPP Service Instance on a version provided description: '' operationId: activate3gppService @@ -295,7 +332,7 @@ paths: '/onap/so/infra/3gppservices/{version}/deActivate': post: tags: - - 3gppservices + - Onap3gppServiceInstances summary: Deactivate a 3GPP Service Instance on a version provided description: '' operationId: deactivate3gppService @@ -322,7 +359,7 @@ paths: '/onap/so/infra/3gppservices/{version}/subnetCapabilityQuery': get: tags: - - 3gppservices + - Onap3gppServiceInstances summary: Provides subnet capability based on subnet types description: '' operationId: querySubnetCapability @@ -446,6 +483,169 @@ paths: responses: default: description: successful operation + '/onap/so/infra/orchestrationTasks/{version}': + get: + tags: + - onapsoinfraorchestrationTasks + summary: Get all orchestrationTasks + description: '' + operationId: getAllOrchestrationTasks + produces: + - application/json + parameters: + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + responses: + default: + description: successful operation + post: + tags: + - onapsoinfraorchestrationTasks + summary: Create an orchestrationTask + description: '' + operationId: createOrchestrationTask + produces: + - application/json + parameters: + - in: body + name: body + required: false + schema: + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + responses: + default: + description: successful operation + '/onap/so/infra/orchestrationTasks/{version}/{taskId}': + get: + tags: + - onapsoinfraorchestrationTasks + summary: Get orchestrationTask for a given taskId + description: '' + operationId: getOrchestrationTask + produces: + - application/json + parameters: + - name: taskId + in: path + required: true + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + responses: + default: + description: successful operation + put: + tags: + - onapsoinfraorchestrationTasks + summary: update orchestrationTask for a given taskId + description: '' + operationId: updateOrchestrationTask + produces: + - application/json + parameters: + - name: taskId + in: path + required: true + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + - in: body + name: body + required: false + schema: + type: string + responses: + default: + description: successful operation + delete: + tags: + - onapsoinfraorchestrationTasks + summary: delete orchestrationTask for a given taskId + description: '' + operationId: deleteOrchestrationTask + produces: + - application/json + parameters: + - name: taskId + in: path + required: true + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + responses: + default: + description: successful operation + '/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit': + post: + tags: + - onapsoinfraorchestrationTasks + summary: commit orchestrationTask for a given taskId + description: '' + operationId: commitOrchestrationTask + produces: + - application/json + parameters: + - in: body + name: body + required: false + schema: + type: string + - name: taskId + in: path + required: true + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + responses: + default: + description: successful operation + '/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort': + post: + tags: + - onapsoinfraorchestrationTasks + summary: abort orchestrationTask for a given taskId + description: '' + operationId: abortOrchestrationTask + produces: + - application/json + parameters: + - in: body + name: body + required: false + schema: + type: string + - name: taskId + in: path + required: true + type: string + - name: version + in: path + required: true + type: string + pattern: '[vV][4-7]' + responses: + default: + description: successful operation '/onap/so/infra/serviceInstantiation/{version}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete': post: tags: @@ -1782,11 +1982,11 @@ definitions: type: string enum: - AN - - AN-NF + - AN_NF - CN - - TN-FH - - TN-MH - - TN-BH + - TN_FH + - TN_MH + - TN_BH 3gppServiceResponse: description: This describes the response for 3gpp services type: object @@ -1799,4 +1999,4 @@ definitions: type: string statusDescription: description: Description on status in case of erroneous response - type: string + type: object -- cgit 1.2.3-korg