Commit b1b0c3e3 authored by moscatelli's avatar moscatelli
Browse files

SOL003_247/SOL003_249: Notification methods and datatypes udated

parent 4d4800b5
Loading
Loading
Loading
Loading
+14 −10
Original line number Diff line number Diff line
@@ -45,10 +45,11 @@ paths:
  '/URI-is-provided-by-the-client-when-creating-the-subscription':
    post:
      description: >
        Notify


        The POST method delivers a notification from the server to the client.
        Notify.
        The POST method delivers a notification from API producer to an API consumer.
        The API consumer shall have previously created an "Individual subscription" resource with a matching filter.
        This method shall follow the provisions specified in the tables 11.4.4.3.1-1 and 11.4.4.3.1-2 for URI
        query parameters, request and response data structures, and response codes.
      parameters:
        - name: VrQuotaAvailNotification
          description: A notification related to the availability of the virtualised resources quota.
@@ -82,7 +83,7 @@ paths:
          description: >
            204 NO CONTENT

            The notification was delivered successfully.
            Shall be returned when the notification has been delivered successfully.
          headers:
            Version:
              description: >
@@ -106,10 +107,13 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"

    get:
      description: >
        The GET method allows the server to test the notification endpoint
        that is provided by the client, e.g. during subscription.
        The GET method allows the server to test the notification endpoint that is provided by the client,
        e.g. during subscription.
        This method shall follow the provisions specified in the tables 11.4.4.3.2-1 and 11.4.4.3.2-2
        for URI query parameters, request and response data structures, and response codes.
      parameters:
        - name: Version
          description: >
@@ -122,7 +126,8 @@ paths:
          description: >
            204 NO CONTENT

            The notification was delivered successfully.
            TheShall be returned to indicate that the notification endpoint whas been tested successfully.
            The response body shall be empty.
          headers:
            Version:
              description: >
@@ -146,4 +151,3 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
 No newline at end of file