Commit 9781b45e authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL002_36 -> 44 & minor changes

parent a09addeb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ definitions:
      vnfcInstanceId:
        description: >
          Identifier of a VNFC instance to which this set of configuration data applies.
          The identifier references the "id" attribute in a "VnfcInfo" structure.
        $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf'
      intCpConfig:
        description: >
+6 −6
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: NFV-SOL WG

externalDocs:
  description: ETSI GS NFV-SOL 002 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.07.01_60/gs_nfv-sol002v020701p.pdf
  description: ETSI GS NFV-SOL 002 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.08.01_60/gs_NFV-SOL002v020801p.pdf

basePath: /vnffm/v1

@@ -43,7 +43,7 @@ paths:
  # Alarms                                                                      #
  ###############################################################################
  '/alarms':
    #SOL003 location: 7.4.2
    #SOL002 location: 7.4.2
    parameters:
      - name: Version
        description: >
@@ -190,7 +190,7 @@ paths:
  # Individual alarm                                                            #
  ###############################################################################
  '/alarms/{alarmId}':
    #SOL003 location: 7.4.3
    #SOL002 location: 7.4.3
    parameters:
      - name: alarmId
        description: >
@@ -474,7 +474,7 @@ paths:
  # Subscriptions                                                               #
  ###############################################################################
  '/subscriptions':
    #SOL003 location: 7.4.4
    #SOL002 location: 7.4.5
    parameters:
      - name: Version
        description: >
@@ -667,7 +667,7 @@ paths:
          description: >
            200 OK

            The list of subscriptions has been queried successfully. The response
            Shall be returned when the list of subscriptions has been queried successfully. The response
            body shall contain the representations of all active
            subscriptions of the functional block that invokes the method.
            If the "filter" URI parameter was supplied in the request, the data 
+3 −3
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: NFV-SOL WG

externalDocs:
  description: ETSI GS NFV-SOL 002 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.07.01_60/gs_nfv-sol002v020701p.pdf
  description: ETSI GS NFV-SOL 002 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.08.01_60/gs_NFV-SOL002v020801p.pdf

basePath: /callback/v1

@@ -112,7 +112,7 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
    get:
      description: >
        The GET method allows the server to test the notification endpoint
        The GET method allows the API producer to test the notification endpoint
        that is provided by the client, e.g. during subscription.
      responses:
        204:
+5 −5
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: NFV-SOL WG

externalDocs:
  description: ETSI GS NFV-SOL 002 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.07.01_60/gs_nfv-sol002v020701p.pdf
  description: ETSI GS NFV-SOL 002 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.08.01_60/gs_NFV-SOL002v020801p.pdf

basePath: /vnfind/v1

@@ -110,8 +110,8 @@ paths:

            Shall be returned when information about zero or more VNF indicators was 
            queried successfully. The response body shall contain in an array the 
            representations of all VNF indicators that match the attribute-based 
            filtering parameters, i.e. zero or more representations of VNF indicators 
            representations of all VNF indicators that match the attribute
            filter, i.e. zero or more representations of VNF indicators
            as defined in clause 8.5.2.2.
            If the "filter" URI parameter was supplied in the request, the data in 
            the response body shall have been transformed according to the rules 
@@ -741,7 +741,7 @@ paths:
          description: >
            204 NO CONTENT

            Shall be returned when the subscription has been deleted successfully.
            Shall be returned when the "Individual subscription" has been deleted successfully.
            The response body shall be empty.
          headers:
            Version:
+3 −3
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: NFV-SOL WG

externalDocs:
  description: ETSI GS NFV-SOL 002 V2.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.07.01_60/gs_nfv-sol002v020701p.pdf
  description: ETSI GS NFV-SOL 002 V2.8.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.08.01_60/gs_NFV-SOL002v020801p.pdf

schemes:
  - http
@@ -98,7 +98,7 @@ paths:
      description: >
        Service Unavailable

        The GET method allows the server to test the notification endpoint that is provided
        The GET method allows the API producer to test the notification endpoint that is provided
        by the client, e.g. during subscription.
      responses:
        204:
Loading