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

SOL003_71>SOL003_74: text fixes in VNF FM Interface

parent 073aa2fe
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ paths:
    patch:
      description: >
        Acknowledge Alarm.
        This method modifies an individual alarm resource.
        This method modifies an "Individual alarm" resource.
        This method shall follow the provisions specified in the tables 7.4.3.3.4-1 and 7.4.3.3.4-2
        for URI query parameters, request and response data structures, and response codes.
      parameters:
@@ -358,10 +358,10 @@ paths:
        can result in performance degradation and will provide duplicates of notifications to the NFVO,
        and might make sense only in very rare use cases. Consequently, the VNFM may either allow creating
        a new "Individual subscription" resource if another "Individual subscription" resource with the
        same filter and callbackUri already exists (in which case it shall return the "201 Created" response code),
        same filter and callback URI already exists (in which case it shall return the "201 Created" response code),
        or may decide to not create a duplicate "Individual subscription" resource (in which case it shall return
        a "303 See Other" response code referencing the existing "Individual subscription" resource with the
        same filter and callbackUri).
        same filter and callback URI).
      parameters:
        - name: FmSubscriptionRequest
          description: The VNF creation parameters
+3 −3
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ paths:

    get:
      description: >
        The GET method allows the server to test the notification endpoint that is provided by the API consumer,
        The GET method allows the API producer to test the notification endpoint that is provided by the API consumer,
        e.g. during subscription.
        This method shall follow the provisions specified in the tables 7.4.6.3.2-1 and 7.4.6.3.2-2
        for URI query parameters, request and response data structures, and response codes.
@@ -254,7 +254,7 @@ paths:

    get:
      description: >
        The GET method allows the server to test the notification endpoint that is provided by the API consumer,
        The GET method allows the API producer to test the notification endpoint that is provided by the API consumer,
        e.g. during subscription.
        This method shall follow the provisions specified in the tables 7.4.6.3.2-1 and 7.4.6.3.2-2
        for URI query parameters, request and response data structures, and response codes.
@@ -389,7 +389,7 @@ paths:

    get:
      description: >
        The GET method allows the server to test the notification endpoint that is provided by the API consumer,
        The GET method allows the API producer to test the notification endpoint that is provided by the API consumer,
        e.g. during subscription.
        This method shall follow the provisions specified in the tables 7.4.6.3.2-1 and 7.4.6.3.2-2
        for URI query parameters, request and response data structures, and response codes.