Commit 7dfbb8f1 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed few inconsistencies after internal review

parent f7f5a173
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -27,7 +27,15 @@ externalDocs:
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf

paths:
  /nsdm/api_versions:
  /nsd/api_versions:
    $ref: '../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
  /nslcog/api_versions:
    $ref: '../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
  /nslcm/api_versions:
    $ref: '../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
  /nsiun/api_versions:
    $ref: '../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
  /nspm/api_versions:
    $ref: '../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
  /nsfm/api_versions:
    $ref: '../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ externalDocs:
  description: ETSI GS NFV-SOL 011 V3.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf

basePath: /nslcm/v1
basePath: /nsd/v1

schemes:
  - http
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ paths:
        - $ref: "../components/SOL011_params.yaml#/components/parameters/ContentType"
        - $ref: "../components/SOL011_params.yaml#/components/parameters/Authorization"
      responses:
        200:
        204:
          $ref: '#/components/responses/Subscription.Delete.204'
        400:
          $ref: ../components/SOL011_resp.yaml#/components/responses/400
+6 −1
Original line number Diff line number Diff line
@@ -211,6 +211,7 @@ components:
      required:
        - nsInstanceId
        - nsdId
        - nsLcmOpOccId
        - lifecycleOperation
      properties:
        nsInstanceId:
@@ -222,6 +223,10 @@ components:
          description: >-
            Identifier of the NSD that defines the NS for which the lifecycle management operation is to be granted.
          $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier"
        nsLcmOpOccId:
          description: >-
            The identifier of the NS lifecycle management operation occurrence associated to the GrantRequest..
          $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier"
        lifecycleOperation:
          description: >-
            Type of the lifecycle management operation for which the granting is requested.
@@ -245,7 +250,7 @@ components:

    Grant:
      description: >-

        This type represents a grant. It shall comply with the provisions defined in table 7.6.2.3-1.
      type: object
      required:
        - id