Commit 83330626 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch '3.7.1-dev' into 'master'

3.7.1 dev

See merge request !22
parents a5199283 f3ed247b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ and the results will be stored in a `build/` directory in the project folder.


## How to raise issues
## How to raise issues


Change requests can be filed at [ETSI Forge Bugzilla](forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=62&product=NFV). Please report errors, bugs or other issues [here](https://forge.etsi.org/bugzilla/enter_bug.cgi?product=NFV).
Please report errors, bugs or other issues [here](https://forge.etsi.org/rep/nfv/SOL005/-/issues).


## How to contribute
## How to contribute


+2 −2
Original line number Original line Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 005 V3.6.1
  description: ETSI GS NFV-SOL 005 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.06.01_60/gs_nfv-sol005v030601p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.07.01_60/gs_nfv-sol005v030701p.pdf


servers:
servers:
  - url: http://127.0.0.1/
  - url: http://127.0.0.1/
+45 −11
Original line number Original line Diff line number Diff line
@@ -16,11 +16,11 @@ 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.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 005 V3.6.1
  description: ETSI GS NFV-SOL 005 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.06.01_60/gs_nfv-sol005v030601p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.07.01_60/gs_NFV-SOL005v030701p.pdf
  
  
servers:
servers:
  - url: http://127.0.0.1/nfvici/v1
  - url: http://127.0.0.1/nfvici/v1
@@ -315,7 +315,7 @@ components:
      description: |
      description: |
        Identifier of the VIM with associated NFVI capacity information.
        Identifier of the VIM with associated NFVI capacity information.
        This identifier can be retrieved from the "vimId" attribute in the CapacityShortageNotification.
        This identifier can be retrieved from the "vimId" attribute in the CapacityShortageNotification.
        It can also be retrieved from the "vimId" attribute in the payload body of the response.
        It can also be retrieved from the "vimId" attribute in the message content of the response.
      required: true
      required: true
      style: simple
      style: simple
      explode: false
      explode: false
@@ -329,7 +329,7 @@ components:
        Identifier of the capacity threshold.
        Identifier of the capacity threshold.
        This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response to
        This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response to
        a POST request creating a new "Individual capacity threshold" resource. It can also be retrieved from the "id"
        a POST request creating a new "Individual capacity threshold" resource. It can also be retrieved from the "id"
        attribute in the payload body of that response.
        attribute in the message content of that response.
      required: true
      required: true
      style: simple
      style: simple
      explode: false
      explode: false
@@ -498,11 +498,11 @@ components:


    CapacityThresholds.Post.422:
    CapacityThresholds.Post.422:
      description: |
      description: |
        422 UNPROCESSABLE ENTITY
        422 Unprocessable Content


        Shall be returned upon the following error: The content type of the payload body is supported and the payload
        Shall be returned upon the following error: The content type of the message content is supported and the message
        body of a request contains syntactically correct data but the data cannot be processed.
        content of a request contains syntactically correct data but the data cannot be processed.
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013,
        including rules for the presence of the response body.
        including rules for the presence of the response body.
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
        the Notification endpoint as described in clause 10.4.6.3.2 and the test has failed.
        the Notification endpoint as described in clause 10.4.6.3.2 and the test has failed.
@@ -592,6 +592,40 @@ components:
          explode: false
          explode: false
          schema:
          schema:
            type: string
            type: string
        ETag:
          description: |
            Etag used in the header response.
          style: simple
          explode: false
          schema:
            type: string
        Last-Modified:
          description: |
            Last-modified used in the header response.
          style: simple
          explode: false
          schema:
            type: string
        If-Unmodified-Since:
          description: |
            Response header available in case the related "Last-Modified" or "ETag" headers 
            have been received in previous responses related to the target resource. 
            The API consumer should provide the "If-Unmodified-Since" or the "If-Match" header fields 
            as conditions (see sections 3.1 and 3.4 of IETF RFC 9110). 
          style: simple
          explode: false
          schema:
              type: string
        If-Match:
          description: |
            Response header available in case the related "Last-Modified" or "ETag" headers 
            have been received in previous responses related to the target resource. 
            The API consumer should provide the "If-Unmodified-Since" or the "If-Match" header fields 
            as conditions (see sections 3.1 and 3.4 of IETF RFC 9110). 
          style: simple
          explode: false
          schema:
              type: string
      content:
      content:
        application/json:
        application/json:
          schema:
          schema:
@@ -630,9 +664,9 @@ components:


    IndividualCapacityThreshold.Patch.422:
    IndividualCapacityThreshold.Patch.422:
      description: |
      description: |
        422 UNPROCESSABLE ENTITY
        422 Unprocessable Content


        content type of the payload body is supported and the payload body of a request contains syntactically
        The content type of the message content is supported and the message content of a request contains syntactically
        correct data but the data cannot be processed.
        correct data but the data cannot be processed.
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        including rules for the presence of the response body.
        including rules for the presence of the response body.
+1 −1
Original line number Original line Diff line number Diff line
@@ -227,7 +227,7 @@ components:
      type: object
      type: object
      description: |
      description: |
        This type defines the format of a time interval. The type shall comply with the provisions defined in table 10.5.2.7-1.
        This type defines the format of a time interval. The type shall comply with the provisions defined in table 10.5.2.7-1.
        NOTE:	When only the startTime is present, there is no time interval being defined, and therefore the provided timing
        NOTE: When only the aTime is present, there is no time interval being defined, and therefore the provided timing
        information refers to a specific point in time.
        information refers to a specific point in time.
      required:
      required:
        - aTime
        - aTime
+3 −3
Original line number Original line Diff line number Diff line
@@ -16,11 +16,11 @@ 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.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 005 V3.6.1
  description: ETSI GS NFV-SOL 005 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.06.01_60/gs_nfv-sol005v030601p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.07.01_60/gs_NFV-SOL005v030701p.pdf


servers:
servers:
  - url: http://127.0.0.1/callback/v1
  - url: http://127.0.0.1/callback/v1
Loading