Commit d6f174f1 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003: Consolidation of SOL003 interfaces

parent 1a59b664
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            Information about zero or more alarms was queried successfully.
            The response body shall contain in an array the representations
@@ -196,7 +196,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            Information about an individual alarm was read successfully.
            The response body shall contain a representation of the individual
@@ -270,7 +270,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The request was accepted and completed. The response body shall
            contain attribute modifications for an ‘Individual alarm’
@@ -369,7 +369,7 @@ paths:
      responses:
        201:
          description: >
            Created
            201 CREATED

            The subscription was created successfully. The response body shall
            contain a representation of the created subscription resource.
@@ -472,7 +472,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The list of subscriptions was queried successfully. The response
            body shall contain in an array the representations of all active
@@ -582,7 +582,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The operation has completed successfully.
            The response body shall contain a representation of the
@@ -648,7 +648,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The subscription resource was deleted successfully.
            The response body shall be empty.
+6 −6
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification was delivered successfully.
            The response body shall be empty.
@@ -137,7 +137,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification endpoint was tested successfully.
            The response body shall be empty.
@@ -214,7 +214,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification was delivered successfully.
            The response body shall be empty.
@@ -268,7 +268,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification endpoint was tested successfully.
            The response body shall be empty.
@@ -345,7 +345,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification was delivered successfully.
            The response body shall be empty.
@@ -399,7 +399,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification endpoint was tested successfully.
            The response body shall be empty.
+7 −7
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            Information about zero or more VNF indicators was queried 
            successfully.
@@ -218,7 +218,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            Information about zero or more VNF indicators was queried 
            successfully.
@@ -337,7 +337,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The VNF indicator was read successfully.
            The response body shall contain the representation of the VNF
@@ -437,7 +437,7 @@ paths:
      responses:
        201:
          description: >
            Created
            201 CREATED

            The subscription was created successfully. 
            The response body shall contain a representation of the created
@@ -548,7 +548,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The list of subscriptions was queried successfully.
            The response body shall contain in an array the representations 
@@ -662,7 +662,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The operation has completed successfully.
            The response body shall contain a representation of the
@@ -735,7 +735,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The subscription resource was deleted successfully.
            The response body shall be empty.
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification was delivered successfully.
            The response body shall be empty.
@@ -129,7 +129,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The notification endpoint was tested successfully.
            The response body shall be empty.
+7 −7
Original line number Diff line number Diff line
@@ -1260,7 +1260,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            Status information for zero or more VNF lifecycle management
            operation occurrences was queried successfully. The response body
@@ -1365,7 +1365,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            Information about an individual VNF instance was queried
            successfully. The response body shall contain status
@@ -1607,7 +1607,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The state of the VNF lifecycle management operation occurrence was
            changed successfully. The response shall include a representation
@@ -1812,7 +1812,7 @@ paths:
      responses:
        201:
          description: >
            Created
            201 CREATED

            The subscription was created successfully. The response body shall
            contain a representation of the created subscription resource.
@@ -1940,7 +1940,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The list of subscriptions was queried successfully. The response
            body shall contain the in an array representations of all active 
@@ -2064,7 +2064,7 @@ paths:
      responses:
        200:
          description: >
            OK
            200 OK

            The operation has completed successfully.
            The response body shall contain a representation of the
@@ -2130,7 +2130,7 @@ paths:
      responses:
        204:
          description: >
            No Content
            204 NO CONTENT

            The subscription resource was deleted successfully.
            The response body shall be empty.
Loading