Commit 144afcd2 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

addressed comments from SOL WG review

parent 4daa16fd
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -735,6 +735,8 @@ components:
    PeerEntity:
    PeerEntity:
      description: >
      description: >
        This type represents an individual peer entity.
        This type represents an individual peer entity.
        * NOTE:     ETSI GS NFV-IFA 031 defines an additional attribute named "apiDiscoveryEndpoint" in the
                    PeerManoEntity. The modelling of this attribute is not specified in the present document version.
        * NOTE 1:	The value of the "peerEntityId" attribute is the same as the value of the "id" attribute in the
        * NOTE 1:	The value of the "peerEntityId" attribute is the same as the value of the "id" attribute in the
                    "ManoEntity" of the corresponding NFV-MANO functional entity that acts as peer entity, and shall
                    "ManoEntity" of the corresponding NFV-MANO functional entity that acts as peer entity, and shall
                    follow the uniqueness requirements set out in clause 5.6.2.2 for the "id" attribute.
                    follow the uniqueness requirements set out in clause 5.6.2.2 for the "id" attribute.
@@ -1567,6 +1569,7 @@ components:


            Permitted values:
            Permitted values:
            - TLS_TUNNEL: Using TLS tunnel, as defined by TLS 1.2 in IETF RFC 5246.
            - TLS_TUNNEL: Using TLS tunnel, as defined by TLS 1.2 in IETF RFC 5246.
            - TLS_TUNNEL_13: Using TLS tunnel, as defined by TLS 1.3 in IETF RFC 8446.
            - OAUTH2: Using access token, as defined by the OAuth 2.0 specification
            - OAUTH2: Using access token, as defined by the OAuth 2.0 specification
            in IETF RFC 6749.
            in IETF RFC 6749.
          type: array
          type: array
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ info:


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 009 V3.7.1
  description: ETSI GS NFV-SOL 009 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.07.01_60/gs_NFV-SOL009v0307601p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.07.01_60/gs_NFV-SOL009v030701p.pdf


servers:
servers:
  - url: http://127.0.0.1/nfvmanofm/v1
  - url: http://127.0.0.1/nfvmanofm/v1
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ info:


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 009 V3.7.1
  description: ETSI GS NFV-SOL 009 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.07.01_60/gs_NFV-SOL009v0307601p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.07.01_60/gs_NFV-SOL009v030701p.pdf


servers:
servers:
  - url: http://127.0.0.1/callback/v1
  - url: http://127.0.0.1/callback/v1
+2 −2
Original line number Original line Diff line number Diff line
@@ -688,10 +688,10 @@ components:


    Subscriptions.Post.422:
    Subscriptions.Post.422:
      description: >
      description: >
        422 UNPROCESSABLE ENTITY
        422 UNPROCESSABLE CONTENT


        Shall be returned upon the following error: The content type
        Shall be returned upon the following error: The content type
        of the payload body is supported and the payload body of a request
        of the message content is supported and the message content of a request
        contains syntactically correct data but the data cannot be processed.
        contains syntactically correct data but the data cannot be processed.


        The general cause for this error and its handling is specified in
        The general cause for this error and its handling is specified in
+4 −4
Original line number Original line Diff line number Diff line
@@ -20,8 +20,8 @@ info:
  version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 009 V3.6.1
  description: ETSI GS NFV-SOL 009 V3.7.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.07.01_60/gs_NFV-SOL009v030701p.pdf


servers:
servers:
  - url: http://127.0.0.1/nfvmanopm/v2
  - url: http://127.0.0.1/nfvmanopm/v2
@@ -434,10 +434,10 @@ components:
            $ref: "./components/NFVManoPerformanceManagement_def.yaml#/components/schemas/PmJob"
            $ref: "./components/NFVManoPerformanceManagement_def.yaml#/components/schemas/PmJob"
    pm_jobs.Post.422:
    pm_jobs.Post.422:
      description: >
      description: >
        422 Unprocessable Entity
        422 Unprocessable Content


        Shall be returned upon the following error: The content type
        Shall be returned upon the following error: The content type
        of the payload body is supported and the payload body of a request
        of the message content is supported and the message content of a request
        contains syntactically correct data but the data cannot be processed.
        contains syntactically correct data but the data cannot be processed.


        The general cause for this error and its handling is specified in
        The general cause for this error and its handling is specified in
Loading