Commit 49587ee1 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch '4.4.1-dev' into 'Release-4'

Merge 4.4.1-dev into Release-4

See merge request !23
parents 9a41ff58 401e38b6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# NFV SOL005 APIs

This repository hosts the [OpenAPI](https://www.openapis.org/) specificatons and other documentation
for the APIs defined in ETSI NFV GSs SOL005 v3.6.1.
for the APIs defined in ETSI NFV GSs SOL005 v4.4.1.

The APIs described in this repository are defined for the `Os-Ma-nfvo` reference point.

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

externalDocs:
  description: ETSI GS NFV-SOL 005 V4.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/04.03.01_60/gs_NFV-SOL005v040301p.pdf
  description: ETSI GS NFV-SOL 005 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/04.04.01_60/gs_NFV-SOL005v040401p.pdf

servers:
  - url: http://127.0.0.1/
+12 −12
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 1.10.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.11.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V4.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/04.03.01_60/gs_NFV-SOL005v040301p.pdf
  description: ETSI GS NFV-SOL 005 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/04.04.01_60/gs_NFV-SOL005v040401p.pdf
  
servers:
  - url: http://127.0.0.1/nfvici/v1
@@ -315,7 +315,7 @@ components:
      description: |
        Identifier of the VIM with associated NFVI capacity information.
        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
      style: simple
      explode: false
@@ -329,7 +329,7 @@ components:
        Identifier of the capacity threshold.
        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"
        attribute in the payload body of that response.
        attribute in the message content of that response.
      required: true
      style: simple
      explode: false
@@ -498,11 +498,11 @@ components:

    CapacityThresholds.Post.422:
      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
        body 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],
        Shall be returned upon the following error: 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.
        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.
        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.
@@ -656,11 +656,11 @@ components:

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

        content type of the payload body is supported and the payload body of a request contains syntactically
        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.
        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.
        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.
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ components:
      type: object
      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.
        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.
      required:
        - aTime
+3 −3
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 1.10.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.11.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 005 V4.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/04.03.01_60/gs_NFV-SOL005v040301p.pdf
  description: ETSI GS NFV-SOL 005 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/04.04.01_60/gs_NFV-SOL005v040401p.pdf

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