Commit e219b2af authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_51/52 GET method (on VNF LCM operation occurrences) request and responses updated

parent 1241de32
Loading
Loading
Loading
Loading
+17 −13
Original line number Original line Diff line number Diff line
@@ -1444,7 +1444,7 @@ paths:
      parameters:
      parameters:
        - name: filter
        - name: filter
          description: >
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            Attribute-based filtering expression according to clause 5.2 of ETSI GS NFV-SOL 013.
            The VNFM shall support receiving this parameter as part of the URI query string.
            The VNFM shall support receiving this parameter as part of the URI query string.
            The EM/VNF may supply this parameter. All attribute names that appear in the VnfLcmOpOcc
            The EM/VNF may supply this parameter. All attribute names that appear in the VnfLcmOpOcc
            and in data types referenced from it shall be supported by the VNFM in the filter expression.
            and in data types referenced from it shall be supported by the VNFM in the filter expression.
@@ -1477,28 +1477,28 @@ paths:
        - name: all_fields
        - name: all_fields
          description: >
          description: >
            Include all complex attributes in the response.
            Include all complex attributes in the response.
            See clause 4.3.3 for details. The VNFM shall support this parameter.
            See clause 5.3 of ETSI GS NFV-SOL 013 for details. The VNFM shall support this parameter.
          in: query
          in: query
          required: false
          required: false
          type: string
          type: string
        - name: fields
        - name: fields
          description: >
          description: >
            Complex attributes to be included into the response.
            Complex attributes to be included into the response.
            See clause 4.3.3 for details. The VNFM should support this parameter.
            See clause 5.3 of ETSI GS NFV-SOL 013 for details. The VNFM should support this parameter.
          in: query
          in: query
          required: false
          required: false
          type: string
          type: string
        - name: exclude_fields
        - name: exclude_fields
          description: >
          description: >
            Complex attributes to be excluded from the response.
            Complex attributes to be excluded from the response.
            See clause 4.3.3 for details. The VNFM should support this parameter.
            See clause 5.3 of ETSI GS NFV-SOL 013 for details. The VNFM should support this parameter.
          in: query
          in: query
          required: false
          required: false
          type: string
          type: string
        - name: exclude_default
        - name: exclude_default
          description: >
          description: >
            Indicates to exclude the following complex attributes from the response.
            Indicates to exclude the following complex attributes from the response.
            See clause 4.3.3 for details. The VNFM shall support this parameter.
            See clause 5.3 of ETSI GS NFV-SOL 013 for details. The VNFM shall support this parameter.
            The following attributes shall be excluded from the VnfLcmOpOcc structure
            The following attributes shall be excluded from the VnfLcmOpOcc structure
            in the response body if this parameter is provided, or none of the parameters
            in the response body if this parameter is provided, or none of the parameters
            "all_fields", "fields", "exclude_fields", "exclude_default" are provided:
            "all_fields", "fields", "exclude_fields", "exclude_default" are provided:
@@ -1513,8 +1513,9 @@ paths:
        - name: nextpage_opaque_marker
        - name: nextpage_opaque_marker
          description: >
          description: >
            Marker to obtain the next page of a paged response.
            Marker to obtain the next page of a paged response.
            Shall be supported by the VNFM if the VNFM supports alternative 2
            Shall be supported by the VNFM if the VNFM supports 
            (paging) according to clause 4.7.2.1 for this resource.
            alternative 2 (paging) according to clause 5.4.2.1 
            of ETSI GS NFV-SOL 013 for this resource.
          in: query
          in: query
          required: false
          required: false
          type: string
          type: string
@@ -1523,11 +1524,15 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


            Status information for zero or more VNF lifecycle management operation occurrences was queried successfully.
            Status information for zero or more VNF lifecycle management operation 
            The response body shall contain in an array the status information about zero or more VNF lifecycle
            occurrences has been queried successfully.
            operation occurrences, as defined in clause 5.5.2.13.
            The response body shall contain in an array the status information 
            If the VNFM supports alternative 2 (paging) according to clause 4.7.2.1 for this resource,
            about zero or more VNF lifecycle operation occurrences, as defined in 
            inclusion of the Link HTTP header in this response shall follow the provisions in clause 4.7.2.3.
            clause 5.5.2.13.
            If the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 
            of ETSI GS NFV-SOL 013 for this resource, inclusion of the Link HTTP 
            header in this response shall follow the provisions in clause 5.4.2.3 
            of ETSI GS NFV-SOL 013.
          headers:
          headers:
            Content-Type:
            Content-Type:
              description: The MIME type of the body of the response.
              description: The MIME type of the body of the response.
@@ -1581,7 +1586,6 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"

  ###############################################################################
  ###############################################################################
  # Individual VNF LCM operation occurrence                                     #
  # Individual VNF LCM operation occurrence                                     #
  ###############################################################################
  ###############################################################################