Commit 11542aeb authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updates related to SOL002_5 and SOL002_6

parent 724fee2d
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -30,12 +30,6 @@ paths:
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
    get:
      summary: Retrieve API version information
      description: >
        The GET method reads API version information. This method shall follow the provisions specified in
        table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
        supported.
    parameters:
      - name: Version
        description: >
@@ -43,6 +37,12 @@ paths:
        in: header
        required: false
        type: string
    get:
      summary: Retrieve API version information
      description: >
        The GET method reads API version information. This method shall follow the provisions specified in
        table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
        supported.
      responses:
        200:
          description: >
+14 −20
Original line number Diff line number Diff line
@@ -30,19 +30,19 @@ paths:
  # API Versions                                                                #
  ###############################################################################
  '/api-versions':
    get:
      summary: Retrieve API version information
      description: >
        The GET method reads API version information. This method shall follow the provisions specified in
        table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
        supported.
    parameters:
      - name: Version
        description: >
          Version of the API requested to use when responding to this request.
        in: header
          required: false
        required: true
        type: string
    get:
      summary: Retrieve API version information
      description: >
        The GET method reads API version information. This method shall follow the provisions specified in
        table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
        supported.
      responses:
        200:
          description: >
@@ -81,17 +81,17 @@ paths:
  # VNF Configuration                                                           #
  ###############################################################################
  '/configuration':
    get:
      summary: Read VNF/VNFC configuration from VNF
      description: >
        The client can use this method to read configuration information about a VNF instance and/or its VNFC instances.
    parameters:
      - name: Version
        description: >
          Version of the API requested to use when responding to this request.
        in: header
          required: false
        required: true
        type: string
    get:
      summary: Read VNF/VNFC configuration from VNF
      description: >
        The client can use this method to read configuration information about a VNF instance and/or its VNFC instances.
      responses:
        200:
          description: >
@@ -138,12 +138,6 @@ paths:
          in: body
          schema:
            $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'
        - name: Version
          description: >
            Version of the API requested to use when responding to this request.
          in: header
          required: false
          type: string
      responses:
        200:
          description: >
+5 −0
Original line number Diff line number Diff line
@@ -12,5 +12,10 @@ responses:
        type: string
        maximum: 1
        minimum: 1
      Version:
        description: The used API version.
        type: string
        maximum: 1
        minimum: 1
    schema:
      $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
+13 −13
Original line number Diff line number Diff line
@@ -40,19 +40,19 @@ paths:
# API Versions                                                                #
###############################################################################
  '/api-versions':
    get:
      summary: Retrieve API version information
      description: >
        The GET method reads API version information. This method shall follow the provisions specified in
        table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
        supported.
    parameters:
      - name: Version
        description: >
          Version of the API requested to use when responding to this request.
        in: header
          required: false
        required: true
        type: string
    get:
      summary: Retrieve API version information
      description: >
        The GET method reads API version information. This method shall follow the provisions specified in
        table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
        supported.
      responses:
        200:
          description: >
@@ -97,7 +97,7 @@ paths:
        description: >
          Version of the API requested to use when responding to this request.
        in: header
        required: false
        required: true
        type: string
    get:
      description: >
@@ -235,7 +235,7 @@ paths:
        description: >
          Version of the API requested to use when responding to this request.
        in: header
        required: false
        required: true
        type: string
    get:
      description: >
@@ -393,7 +393,7 @@ paths:
        description: >
          Version of the API requested to use when responding to this request.
        in: header
        required: false
        required: true
        type: string
    post:
      description: >
@@ -456,7 +456,7 @@ paths:
        description: >
          Version of the API requested to use when responding to this request.
        in: header
        required: false
        required: true
        type: string
    post:
      description: >
@@ -674,7 +674,7 @@ paths:
        description: >
          Version of the API requested to use when responding to this request.
        in: header
        required: false
        required: true
        type: string
    get:
      description: >
+5 −0
Original line number Diff line number Diff line
@@ -27,5 +27,10 @@ responses:
        type: string
        maximum: 1
        minimum: 0
      Version:
        description: The used API version.
        type: string
        maximum: 1
        minimum: 1
    schema:
      $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
Loading