From 7a121bf70f9547fc381766be131e635c7519b5e2 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Fri, 16 Nov 2018 12:34:53 -0500 Subject: Remove Swagger UI Remove Swagger UI due to security scan concerns Change-Id: I8c8a0f57f0e91af13280bbb260a67877017b6513 Issue-ID: SO-1227 Signed-off-by: Benjamin, Max (mb388a) --- .../src/main/resources/static/readme/index.html | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/index.html (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/index.html') diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/index.html b/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/index.html deleted file mode 100644 index b6ff8f3991..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/readme/index.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - Read Me - - - -
-
-
-
    -
  • -

    Introduction

    -
  • -
  • -

    SO API Handler

    -
  • -
  • -

    SO API Handler utilizes RESTful interfaces to interact with consumer applications. The SO interface - is used to orchestrate VNFs, allow for manual task completion, and send vnf replace requests. - It contains both the SOServiceInstantiation API and SOManualTasks API.

    -
  • -
  • -

    SOServiceInstantiation API

    -
  • -
  • -

    The SOServiceInstantiation API handles service instance requests, and supports both macro and aLaCarte - orchestrations. Change management operations, activation and deactivation of service instances, and new - requests for configuration resources are handled by this API. This API is currently - set for version 6 ("v6") while also supporting versions 4 and 5 ("v4", "v5") minus additional "v6" features.

    -
  • -
  • -

    SOManualTasks API

    -
  • -
  • -

    The SOManualTasks API handles queries about open manual tasks. This API also accepts POST requests - containing information about how SO should proceed with handling the open tasks, and resolving the - errors. SOManualTasks API currently supports version 1 ("v1").

    -
  • -
-
-
- - - -- cgit 1.2.3-korg