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 Diff line number Diff line
build/
*.pyc
 
.idea/ 
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,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: >
+7 −6
Original line number Diff line number Diff line
@@ -515,12 +515,13 @@ components:
    Subscriptions.Get:
      description: |
        200 OK
        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  in the response body shall have been transformed according to the  rules
        specified in clause 5.2.2 of ETSI GS NFV-SOL 013. If the VNFM supports alternative 2 (paging) according to
        clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource, 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.
        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  in the response body
        shall have been transformed according to the  rules specified in clause 5.2.2 of ETSI GS NFV-SOL 013.
        If the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource,
        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:
        Version:
          description: The used API version.
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ definitions:
      vnfcInstanceIds:
        description: >
          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"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ info:
  license:
    name: ETSI Forge copyright notice
    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:
  description: ETSI GS NFV-SOL 002 V3.3.1
Loading