Commit dfc267e6 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

SOL002: v2.8.1 review fixes

parent cd64ba82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ paths:
    get:
      summary: Read VNF/VNFC configuration from VNF
      description: >
        The client can use this method to read configuration information about a VNF instance and/or its VNFC instances.
        The API consumer can use this method to read configuration information about a VNF instance and/or its VNFC instances.
      responses:
        200:
          description: >
+6 −6
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ paths:
        type: string
    get:
      description: >
        The client can use this method to retrieve information about the alarm
        The API consumer can use this method to retrieve information about the alarm
        list.
      parameters:
        - name: Accept
@@ -218,7 +218,7 @@ paths:
        type: string
    get:
      description: >
        The client can use this method to read an individual alarm.
        The API consumer can use this method to read an individual alarm.
      parameters:
        - name: Accept
          description: >
@@ -602,8 +602,8 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"
    get:
      description: >
        The client can use this method to retrieve the list of active
        subscriptions for VNF alarms subscribed by the client. It can be used
        The API consumer can use this method to retrieve the list of active
        subscriptions for VNF alarms subscribed by the API consumer. It can be used
        e.g. for resynchronization after error situations.
      parameters:
        - name: Accept
@@ -759,8 +759,8 @@ paths:
        type: string
    get:
      description: >
        The client can use this method for reading an individual subscription
        for VNF alarms subscribed by the client.
        The API consumer can use this method for reading an individual subscription
        for VNF alarms subscribed by the API consumer.
      parameters:
        - name: Accept
          description: >
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ definitions:
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
      vnfcInstanceIds:
        description: >
          Identifiers of the affected VNFC instances.
          Identifiers of the affected VNFC instances. Each identifier references the "id" 
          attribute in a "VnfcInfo" structure. Shall be present if the alarm affects at 
          least one VNFC instance.
        type: array
        items:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
+5 −5
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ paths:
    get:
      description: >
        The GET method allows the API producer to test the notification endpoint
        that is provided by the client, e.g. during subscription.
        that is provided by the API consumer, e.g. during subscription.
      responses:
        204:
          description: >
@@ -230,8 +230,8 @@ paths:
          $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 API producer to test the notification endpoint
        that is provided by the API consumer, e.g. during subscription.
      responses:
        204:
          description: >
@@ -348,8 +348,8 @@ paths:
          $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 API producer to test the notification endpoint
        that is provided by the API consumer, e.g. during subscription.
      responses:
        204:
          description: >
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@ paths:
      description: >
        Service Unavailable

        This resource represents an individual subscription. The client can use this resource to
        This resource represents an individual subscription. The API consumer can use this resource to
        read and to terminate a subscription to notifications related to VNF indicator value changes.
      parameters:
        - name: subscriptionId
Loading