Commit 9f5f89cf authored by Samir Medjiah's avatar Samir Medjiah
Browse files

Correcting typos in some paramters names ("filter", etc.) in NS LCM, NS FM, VNG PM interfaces

parent 929e0ac3
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -89,10 +89,10 @@ paths:

        The client can use this method to retrieve information about the alarm list.
      parameters:
        - name: "filter"
          in: "query"
        - name: filter
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            The NFVO shall support receiving this parameter as part of the URI query string.
@@ -508,10 +508,10 @@ paths:
        Table 8.4.4.3.2-1: URI query parameters supported.

      parameters:
        - name: "filter"
          in: "query"
        - name: filter
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            The NFVO shall support receiving this parameter as part of the URI
+31 −31
Original line number Diff line number Diff line
@@ -192,41 +192,41 @@ paths:
        This method shall support the URI query parameters, request and response data structures, and response codes, as
        specified in the Tables 6.4.2.3.2-1 and 6.4.2.3.2-2.
      parameters:
        - name: "filter"
          in: "query"
        - name: filter
          in: query
          required: false
          type: "string"
          type: string
          description: >
            "Attribute-based filtering expression according to clause 4.3.2.
            Attribute-based filtering expression according to clause 4.3.2.
            The NFVO shall support receiving this parameter as part of the URI
            query string. The OSS/BSS may supply this parameter.
            All attribute names that appear in the NsInstance and in data types
            referenced from it shall be supported by the NFVO in the filter expression."
        - name: "all_fields"
          in: "query"
            referenced from it shall be supported by the NFVO in the filter expression.
        - name: all_fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            "Include all complex attributes in the response. See clause 4.3.3 for details.
            The NFVO shall support this parameter."
        - name: "fields"
          in: "query"
            Include all complex attributes in the response. See clause 4.3.3 for details.
            The NFVO shall support this parameter.
        - name: fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            "Complex attributes to be included into the response. See clause 4.3.3 for
            details. The NFVO should support this parameter."          
        - name: "exclude_fields"
          in: "query"
        - name: exclude_fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            "Complex attributes to be excluded from the response. See clause 4.3.3 for
            details. The NFVO should support this parameter."
        - name: "exclude_default"
          in: "query"
        - name: exclude_default
          in: query
          required: false
          type: "string"
          type: string
          description: >
            "Indicates to exclude the following complex attributes from the response.
            See clause 4.3.3 for details. The NFVO shall support this parameter.
@@ -912,34 +912,34 @@ paths:
        This method shall follow the provisions specified in the Tables 6.4.9.3.2-1 and 6.4.9.3.2-2 for URI query parameters,
        request and response data structures, and response codes.
      parameters:
        - name: "filter"
          in: "query"
        - name: filter
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            The NFVO shall support receiving this parameter as part of the URI query string.
            The OSS/BSS may supply this parameter.
            All attribute names that appear in the NsLcmOpOcc and in data types referenced
            from it shall be supported by the NFVO in the filter expression.
        - name: "fields"
          in: "query"
        - name: fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Complex attributes to be included into the response. See clause 4.3.3 for details. The
            NFVO should support this parameter.
        - name: "exclude_fields"
          in: "query"
        - name: exclude_fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Complex attributes to be excluded from the response. See clause 4.3.3 for details.
            The NFVO should support this parameter.
        - name: "exclude_default"
          in: "query"
        - name: exclude_default
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Indicates to exclude the following complex attributes from the response. See
            clause 4.3.3 for details. The NFVO shall support this parameter.
+18 −18
Original line number Diff line number Diff line
@@ -90,41 +90,41 @@ paths:
        Tables 9.4.2.3.2-1 and 9.4.2.3.2-2 for URI query parameters,
        request and response data structures, and response codes.
      parameters:
        - name: "filter"
          in: "query"
        - name: filter
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            The NFVO shall support receiving this parameter as part of the URI query string. The
            OSS/BSS may supply this parameter.
            All attribute names that appear in the VnfPkgInfo and in data types referenced from it shall
            be supported by the NFVO in the filter expression.
        - name: "all_fields"
          in: "query"
        - name: all_fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Include all complex attributes in the response. See clause 4.3.3 for details. The NFVO
            shall support this parameter.
        - name: "fields"
          in: "query"
        - name: fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Complex attributes to be included into the response. See clause 4.3.3 for details. The
            NFVO should support this parameter.         
        - name: "exclude_fields"
          in: "query"
        - name: exclude_fields
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Complex attributes to be excluded from the response. See clause 4.3.3 for details. The
            NFVO should support this parameter.
        - name: "exclude_default"
          in: "query"
        - name: exclude_default
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Indicates to exclude the following complex attributes from the response. See clause 4.3.3
            for details.
@@ -1193,10 +1193,10 @@ paths:
        Tables 9.4.7.8.2-1 and 9.4.8.3.2-2 for URI query parameters,
        request and response data structures, and response codes.
      parameters:
        - name: "filter"
          in: "query"
        - name: filter
          in: query
          required: false
          type: "string"
          type: string
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            The NFVO shall support receiving this filtering parameter as part of the URI query