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

Merge branch '3.3.1-dev' of https://forge.etsi.org/gitlab/nfv/SOL002-SOL003 into 3.3.1-dev

parents 282bdc58 3d9490fb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
build/
build/
*.pyc
*.pyc
 
.idea/ 
+1 −0
Original line number Original line Diff line number Diff line
@@ -105,6 +105,7 @@ definitions:
      vnfcInstanceId:
      vnfcInstanceId:
        description: >
        description: >
          Identifier of a VNFC instance to which this set of configuration data applies.
          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'
        $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf'
      intCpConfig:
      intCpConfig:
        description: >
        description: >
+7 −6
Original line number Original line Diff line number Diff line
@@ -515,12 +515,13 @@ components:
    Subscriptions.Get:
    Subscriptions.Get:
      description: |
      description: |
        200 OK
        200 OK
        The list of subscriptions has been queried successfully. The response body shall contain the representations of
        Shall be returned when the list of subscriptions has been queried successfully.
        all active subscriptions of the functional block that invokes the method. If the "filter" URI parameter was
        The response body shall contain the representations of all active subscriptions of the functional block that
        supplied in the request, the data  in the response body shall have been transformed according to the  rules
        invokes the method. If the "filter" URI parameter was supplied in the request, the data  in the response body
        specified in clause 5.2.2 of ETSI GS NFV-SOL 013. If the VNFM supports alternative 2 (paging) according to
        shall have been transformed according to the  rules specified in clause 5.2.2 of ETSI GS NFV-SOL 013.
        clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource, inclusion of the  Link HTTP header in this response
        If the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource,
        shall follow the provisions in  clause 5.4.2.3 of ETSI GS NFV-SOL 013.
        inclusion of the  Link HTTP header in this response shall follow the provisions in  clause 5.4.2.3 of
        ETSI GS NFV-SOL 013.
      headers:
      headers:
        Version:
        Version:
          description: The used API version.
          description: The used API version.
+2 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,8 @@ definitions:
      vnfcInstanceIds:
      vnfcInstanceIds:
        description: >
        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
        type: array
        items:
        items:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf"
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ info:
  license:
  license:
    name: ETSI Forge copyright notice
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 1.2.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 002 V3.3.1
  description: ETSI GS NFV-SOL 002 V3.3.1
Loading