From 9f5f89cf7cc533dd5401c15b5bfe1b5abd9137ef Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 04:47:53 +0200 Subject: [PATCH] Correcting typos in some paramters names ("filter", etc.) in NS LCM, NS FM, VNG PM interfaces --- .../NSFaultManagement/NSFaultManagement.yaml | 12 ++-- .../NSLifecycleManagement.yaml | 62 +++++++++---------- .../VNFPackageManagement.yaml | 36 +++++------ 3 files changed, 55 insertions(+), 55 deletions(-) diff --git a/src/SOL005/NSFaultManagement/NSFaultManagement.yaml b/src/SOL005/NSFaultManagement/NSFaultManagement.yaml index 1623cd6..f6db551 100644 --- a/src/SOL005/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL005/NSFaultManagement/NSFaultManagement.yaml @@ -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 diff --git a/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml index c546d18..759cac3 100644 --- a/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -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. diff --git a/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml b/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml index f1d39ac..16c66a9 100644 --- a/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml +++ b/src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml @@ -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 -- GitLab